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

  1. on exitFrame
  2.   global fcommand, scommand, ecommand, player
  3.   if player then
  4.     circle_init()
  5.   else
  6.     play frame 4
  7.   end if
  8. end
  9.