home *** CD-ROM | disk | FTP | other *** search
- on DemoOnly Ssprite, TheLoc, PrevLoc, Choose
- 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))
- rollOvers()
- end repeat
- set the locH of sprite Ssprite to PrevLoc
- puppetSprite(Ssprite, 0)
- updateStage()
- end
-