home *** CD-ROM | disk | FTP | other *** search
- on MGICompQuestion
- global MGIBigBoxSprite
- set the castNum of sprite MGIBigBoxSprite to 102
- set the locH of sprite MGIBigBoxSprite to 200
- set the locV of sprite MGIBigBoxSprite to 200
- set the ink of sprite MGIBigBoxSprite to 8
- updateStage()
- repeat while the mouseCast = the castNum of sprite MGIBigBoxSprite
- MGISpinE()
- if (the mouseH < 190) and (the mouseH > 50) and (the mouseV < 393) and (the mouseV > 339) then
- set the castNum of sprite MGIBigBoxSprite to 103
- updateStage()
- repeat while (the mouseH < 190) and (the mouseH > 50) and (the mouseV < 393) and (the mouseV > 339)
- MGISpinE()
- end repeat
- set the castNum of sprite MGIBigBoxSprite to 102
- updateStage()
- end if
- end repeat
- set the locH of sprite MGIBigBoxSprite to 2000
- play movie "new"
- updateStage()
- end
-
- on MGIFrench
- global MGIFrenchSprite, MGICompTwoSprite, MGICompOneSprite
- set the castNum of sprite MGIFrenchSprite to 106
- set the locH of sprite MGIFrenchSprite to 310
- set the locV of sprite MGIFrenchSprite to 225
- set the ink of sprite MGIFrenchSprite to 36
- updateStage()
- repeat while rollOver(MGICompTwoSprite) or rollOver(MGICompOneSprite)
- MGISpinE()
- end repeat
- set the locH of sprite MGIFrenchSprite to 2000
- end
-