home *** CD-ROM | disk | FTP | other *** search
- on DemoOnly Ssprite, TheLoc, PrevLoc
- beep()
- puppetSprite(Ssprite, 1)
- set the locH of sprite Ssprite to TheLoc
- updateStage()
- repeat while the mouseDown
- updateStage()
- end repeat
- set STIcks to the ticks
- repeat while not (the mouseDown) and ((the ticks - STIcks) < (60 * 3))
- end repeat
- if the mouseCast <> the number of cast "demo" then
- set the locH of sprite Ssprite to PrevLoc
- puppetSprite(Ssprite, 0)
- updateStage()
- end if
- end
-