home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1997 March / Image.iso / schwieri.dxr / Internal_14_WAWait.ls < prev    next >
Encoding:
Text File  |  1996-10-28  |  341 b   |  13 lines

  1. global gWette
  2.  
  3. on exitFrame
  4.   set the puppet of sprite 2 to 1
  5.   set the castNum of sprite 2 to 1
  6.   set the blend of sprite 2 to 100
  7.   if gWette < 10 then
  8.     set the castNum of sprite 2 to the number of member ("Icon0" & gWette & "gelb")
  9.   else
  10.     set the castNum of sprite 2 to the number of member ("Icon" & gWette & "gelb")
  11.   end if
  12. end
  13.