home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 25 / CDMM_25.iso / takeru / menu.dxr / 00055.ls < prev    next >
Encoding:
Text File  |  1996-09-04  |  254 b   |  16 lines

  1. on exitFrame
  2.   global gflag
  3.   set the volume of sound 4 to gflag
  4.   lookAtMe(30, 58, 401)
  5.   turn(180)
  6.   moveSprtDiag(30, 58, 230)
  7.   set the castNum of sprite 30 to 26
  8.   puppetSprite(1, 0)
  9.   puppetSprite(30, 0)
  10.   updateStage()
  11. end
  12.  
  13. on idle
  14.   nothing()
  15. end
  16.