home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set Nmm to random(4)
- if Nmm = 1 then
- go("blk1")
- else
- if Nmm = 2 then
- blnkCreeps()
- else
- go(marker(0))
- end if
- end if
- end
-
- on blnkCreeps
- if the castNum of sprite 13 = 76 then
- go("blk2")
- else
- if the castNum of sprite 13 = 87 then
- go("blk3")
- else
- go(marker(0))
- end if
- end if
- end
-