home *** CD-ROM | disk | FTP | other *** search
- global loopcnt1, loopcnt2, loopcnt3, loopcnt4, l1, l2, l3, l4, l1back, l2back, l3back, l4back
-
- on exitFrame
- set loopcnt2 to loopcnt2 - 1
- if loopcnt2 = 0 then
- set loopcnt2 to l2
- repeat while 1
- set select to random(5)
- if l2back <> select then
- set l2back to select
- exit repeat
- end if
- end repeat
- if select = 1 then
- set the visible of sprite 39 to 0
- go("к€›ýݐ")
- abort()
- end if
- if select = 2 then
- go("Ÿ…")
- abort()
- end if
- if select = 5 then
- go("NEWSBOY")
- abort()
- end if
- end if
- go("start")
- end
-