home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / DEMO / PRG / CIRCLES.ZIP / CI_MAIN.DIX / 00033_RUNSC.ls < prev    next >
Encoding:
Text File  |  1995-05-01  |  457 b   |  21 lines

  1. on enterFrame
  2.   global fcommand, player
  3.   if player then
  4.     if the machineType = 256 then
  5.       puppetTransition(50, 1, 5)
  6.     else
  7.       puppetTransition(50, 1, 10)
  8.     end if
  9.   end if
  10.   sprite_show(2, 1500, 1500)
  11.   sprite_show(3, 1500, 1500)
  12.   sprite_show(4, 1500, 1500)
  13.   sprite_show(5, 1500, 1500)
  14.   if not doesfexist(the pathName & "CIRCLE.INI") then
  15.     put "INI not found"
  16.     set fcommand to "STR1"
  17.     ci_ins_open()
  18.   end if
  19.   circle_start1()
  20. end
  21.