home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global ARTImageGO
- go(the frame)
- set the locH of sprite 48 to 2000
- if the mouseUp and (ARTImageGO = 0) then
- set ARTImageGO to 1
- end if
- if the mouseDown and (ARTImageGO = 1) then
- set ARTImageGO to 2
- end if
- if the mouseDown and (ARTImageGO = 2) then
- puppetSprite(2, 1)
- set the locH of sprite 2 to 1500
- updateStage()
- set x to the frame
- go(x + 1)
- end if
- end
-