home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 11 D / MM_TREND.ISO / prog / isdn / i_intro.dir / 00001.ls next >
Encoding:
Text File  |  1996-09-17  |  193 b   |  12 lines

  1. on enterFrame
  2.   global a
  3.   repeat with a = 22 to 48
  4.     puppetSprite(a, 1)
  5.   end repeat
  6. end
  7.  
  8. on exitFrame
  9.   puppetSound("2Intro")
  10.   set the locH of sprite 32 to the locH of sprite 32 + 600
  11. end
  12.