home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 11 B / MM_TREND.ISO / prog / basics / service.dir / 00006.ls < prev    next >
Encoding:
Text File  |  1996-09-16  |  247 b   |  17 lines

  1. on exitFrame
  2.   go(marker(0))
  3. end
  4.  
  5. on idle
  6.   cursorform(10, 1, 1)
  7.   cursorLEISTE1()
  8.   if rollOver(30) then
  9.     puppetSprite(30, 1)
  10.     set the castNum of sprite 30 to 54
  11.     updateStage()
  12.   else
  13.     puppetSprite(30, 0)
  14.   end if
  15.   rollo1(93, 4)
  16. end
  17.