home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 September / Personal_Computer_World_Sep_97.iso / Democd3 / oasquiz.dxr / 00151.ls < prev    next >
Encoding:
Text File  |  1997-06-04  |  391 b   |  15 lines

  1. on mouseDown
  2.   global timeoption
  3.   set timeoption to 1
  4.   set the locH of sprite 27 to the locH of sprite 27 + 1
  5.   set the locV of sprite 27 to the locV of sprite 27 + 1
  6.   updateStage()
  7.   startTimer()
  8.   repeat while the timer < 15
  9.     nothing()
  10.   end repeat
  11.   set the locH of sprite 27 to the locH of sprite 27 - 1
  12.   set the locV of sprite 27 to the locV of sprite 27 - 1
  13.   go(the frame)
  14. end
  15.