home *** CD-ROM | disk | FTP | other *** search
/ Games for Windows 95 / ODYSSEY.mdf / demos / hyper / hyper.dir / 00051.ls < prev    next >
Encoding:
Text File  |  1995-10-20  |  156 b   |  8 lines

  1. global gCurrentFrame
  2.  
  3. on mouseDown
  4.   pressButton(the clickOn, "Skate", "start0", "start1", "story1")
  5.   set gCurrentFrame to 1
  6.   advanceToCurrentFrame()
  7. end
  8.