home *** CD-ROM | disk | FTP | other *** search
- on MGISpinE
- global ESpinsprite, MGIspritediff, MGIFindTV
- if the castNum of sprite ESpinsprite = 34 then
- set MGIspritediff to -1
- else
- if the castNum of sprite ESpinsprite = 29 then
- set MGIspritediff to 1
- end if
- end if
- set the castNum of sprite ESpinsprite to the castNum of sprite ESpinsprite + (1 * MGIspritediff)
- updateStage()
- end
-