home *** CD-ROM | disk | FTP | other *** search
/ Digital Background Bonanza / Digital Background Bonanza - Disc 2.iso / pc / Slideshow2.swf / scripts / DefineButton2_30 / BUTTONCONDACTION on(keyPress Up).as next >
Encoding:
Text File  |  2007-03-09  |  78 b   |  5 lines

  1. on(keyPress "<Up>"){
  2.    _root.gotoAndStop(1);
  3.    _parent.updateFrame();
  4. }
  5.