home *** CD-ROM | disk | FTP | other *** search
- on wait what
- set temp to the ticks
- set elap to the ticks - temp
- repeat while elap < what
- set elap to the ticks - temp
- end repeat
- end
-
- on pmovie what
- global gframe, rframe
- puppetSprite(43, 0)
- setoff(1)
- set rframe to gframe
- set gframe to EMPTY
- set the visible of sprite 42 to 0
- unLoad()
- go("movietemp")
- set what to the moviePath & what
- play movie what
- end
-
- on rmovie
- global rframe
- unLoad()
- updateStage()
- puppetSprite(24, 0)
- puppetSprite(23, 0)
- puppetSprite(42, 0)
- go(rframe)
- end
-