home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global fcommand, scommand, ecommand, fl_msg, acwin, framecnt, butisflash, idsw
- if fcommand = "LOOP" then
- circleloopplay()
- midi_active()
- else
- if framecnt < 1 then
- midi_active()
- if acwin = "MAIN" then
- if not (fcommand = EMPTY) then
- if fcommand = "FS_O" then
- fsel_open()
- else
- if fcommand = "FS_L" then
- fsel_load()
- else
- if fcommand = "FS_C" then
- fsel_clear()
- else
- if fcommand = "CWIN" then
- ci_sup_ok()
- else
- if fcommand = "IWIN" then
- ci_ins_ok()
- else
- if fcommand = "REMX" then
- remix(0)
- else
- if fcommand = "STR1" then
- circle_start1()
- else
- if fcommand = "STR2" then
- circle_start2()
- else
- if fcommand = "ENDE" then
- circleend()
- else
- if fcommand = "HPOP" then
- help_load(hp_page)
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- else
- if ecommand = "SFop" then
- selfname("SOUND")
- else
- if ecommand = "SFoc" then
- selfname("CIRCLE")
- else
- if not (scommand = EMPTY) then
- if scommand = "LOST" then
- loadlost()
- else
- if scommand = "CIlo" then
- circleloadrun()
- else
- if scommand = "CISa" then
- circlesaverun()
- else
- if scommand = "MXSa" then
- do_savemix()
- end if
- end if
- end if
- end if
- else
- if butisflash then
- but_reflash()
- end if
- end if
- end if
- end if
- end if
- else
- if acwin = "SFNA" then
- if ecommand = "SFdo" then
- if idsw then
- selfname_do_id()
- else
- selfname_do()
- end if
- else
- if ecommand = "SFop" then
- selfname()
- else
- if ecommand = "SFcl" then
- selfname_cl()
- else
- if ecommand = "SFpa" then
- selfname_pa()
- end if
- end if
- end if
- end if
- else
- if acwin = "FSEL" then
- if fcommand = "HPOP" then
- help_load(hp_page)
- end if
- if fl_msg = "chkp" then
- fl_chkp()
- end if
- else
- if acwin = "EFFE" then
- if fcommand = "HPOP" then
- help_load(hp_page)
- end if
- end if
- end if
- end if
- end if
- else
- put "frame>" & framecnt
- set framecnt to framecnt - 1
- end if
- end if
- end
-
- on exitFrame
- global fcommand
- if fcommand <> "QUIT" then
- play frame 7
- end if
- end
-