home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- repeat with a = 1 to 48
- puppetSprite(a, 1)
- u()
- end repeat
- if rollOver(41) then
- set the locV of sprite 44 to 456
- else
- set the locV of sprite 44 to 1000
- if rollOver(42) then
- set the locV of sprite 45 to 456
- else
- set the locV of sprite 45 to 1000
- u()
- end if
- end if
- go(the frame)
- end
-