home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- mRollover("MAIN", 6, 10, "M")
- if rollOver(17) then
- puppetSprite(48, 1)
- set the castNum of sprite 48 to the number of member "BUB_1"
- updateStage()
- exit
- end if
- if rollOver(18) then
- puppetSprite(48, 1)
- set the castNum of sprite 48 to the number of member "BUB_2"
- updateStage()
- exit
- end if
- if rollOver(19) then
- puppetSprite(48, 1)
- set the castNum of sprite 48 to the number of member "BUB_3"
- updateStage()
- exit
- end if
- puppetSprite(48, 0)
- updateStage()
- end
-
- on exitFrame
- mTimeSwitch()
- go(#loop)
- end
-