home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global fcommand, player
- if player then
- if the machineType = 256 then
- puppetTransition(50, 1, 5)
- else
- puppetTransition(50, 1, 10)
- end if
- end if
- sprite_show(2, 1500, 1500)
- sprite_show(3, 1500, 1500)
- sprite_show(4, 1500, 1500)
- sprite_show(5, 1500, 1500)
- if not doesfexist(the pathName & "CIRCLE.INI") then
- put "INI not found"
- set fcommand to "STR1"
- ci_ins_open()
- end if
- circle_start1()
- end
-