home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 10 B / MM_TREND.ISO / prog / isdn / wiegeht.dir / 00030_Script_30 < prev    next >
Text File  |  1996-08-17  |  340b  |  17 lines

  1. on exitFrame
  2.   global giExtraAction, glSpriteRoll
  3.   
  4.   set giExtraAction = 47
  5.   setAt glSpriteRoll , 47 , 1
  6.   setAt glCastOfSprite , 47, 36
  7.   puppetsprite 47, true
  8.   
  9.   movieWait  8
  10.   
  11.   set giExtraAction = 0
  12.   setAt glSpriteRoll , 47 , 0
  13.   setAt glCastOfSprite , 47, 0
  14.   puppetsprite 47, false
  15.     
  16.   go to frame "ende"
  17. end