home *** CD-ROM | disk | FTP | other *** search
- on IFLSkipBut
- global IFLSkipList, IFLGone
- if rollOver(20) then
- set the castNum of sprite 20 to 174
- if the mouseDown then
- repeat with t = 1 to count(IFLSkipList)
- set the locH of sprite getAt(getAt(IFLSkipList, t), 1) to getAt(getAt(IFLSkipList, t), 2)
- set the locV of sprite getAt(getAt(IFLSkipList, t), 1) to getAt(getAt(IFLSkipList, t), 3)
- end repeat
- set the locH of sprite 31 to 2000
- repeat with d = 12 to 16
- set the locH of sprite d to 2000
- end repeat
- updateStage()
- set IFLGone to 1
- go("IntroFrame")
- end if
- else
- set the castNum of sprite 20 to 173
- end if
- updateStage()
- end
-