home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף נבחרי 95 / Top_95.iso / TOP95 / KIDS / PELTCRUE / PELTCRUE.EXE / PELTCRUE.dxr / 00001.ls next >
Encoding:
Text File  |  1996-10-30  |  269 b   |  14 lines

  1. global gKillObject, gGameObject
  2.  
  3. on startMovie
  4.   set gGameObject to birth(script "GameParent")
  5. end
  6.  
  7. on stopMovie
  8.   set gGameObject to gKillObject
  9.   set the text of field "score" to "0"
  10.   set the text of field "FMCounter" to "00:00"
  11.   updateStage()
  12.   clearGlobals()
  13. end
  14.