home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- set r to random(30)
- if not soundBusy(2) then
- if r = 1 then
- go("fire1")
- end if
- if r = 2 then
- go("fire2")
- end if
- if r = 3 then
- go("fire3")
- end if
- if r = 4 then
- go("fire4")
- end if
- if r = 5 then
- go("fire5")
- end if
- if r = 6 then
- go("fire6")
- end if
- end if
- end
-
- on exitFrame
- go(the frame)
- end
-