home *** CD-ROM | disk | FTP | other *** search
/ PC Play 1 / PCPLAY1.ISO / intro.dxr / 00014_StartGame.ls < prev    next >
Encoding:
Text File  |  1996-08-29  |  141 b   |  6 lines

  1. on exitFrame
  2.   global gGame, gText, gSoundPlay
  3.   set gGame to new(script "SprakObj", 2)
  4.   set gText to new(script "BlinkTextObj", 6, 10)
  5. end
  6.