home *** CD-ROM | disk | FTP | other *** search
- global mm, gpana
-
- on mouseDown
- set spnum to clickOn()
- set nowcastnum to the castNum of sprite spnum
- puppetSprite(spnum, 1)
- repeat while the mouseDown = 1
- if rollOver(spnum) then
- set the castNum of sprite spnum to nowcastnum + 1
- updateStage()
- next repeat
- end if
- set the castNum of sprite spnum to nowcastnum
- updateStage()
- end repeat
- set the castNum of sprite spnum to nowcastnum
- updateStage()
- puppetSprite(spnum, 0)
- if rollOver(spnum) then
- puppetSprite(20, 0)
- puppetSprite(21, 0)
- puppetSprite(29, 0)
- puppetSprite(30, 0)
- puppetSprite(31, 0)
- puppetSprite(32, 0)
- initialize()
- go("Begin")
- end if
- end
-