home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- repeat with x = 9 to 11
- if rollOver(x) = 1 then
- puppetSprite(x, 1)
- set the visible of sprite (x + 11) to 1
- updateStage()
- repeat while rollOver(x) = 1
- if the mouseDown then
- exit repeat
- end if
- end repeat
- next repeat
- end if
- set the visible of sprite (x + 11) to 0
- updateStage()
- end repeat
- go(the frame)
- end
-