home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Gallery - The Best of 1995 / RAYDREAM95.iso / pc / _gal94 / windows / design.dir / 00201_Script_201 < prev    next >
Text File  |  1994-12-01  |  797b  |  28 lines

  1. on ChecklangInfo state
  2.   global Gspeak
  3.   puppetsprite 2, state
  4.   if Gspeak = 0 then 
  5.     set gSpeak =1
  6.     end if
  7.     if the frameLabel = "1" then
  8.       set the castnum of sprite 2 = 20 + gSpeak
  9.     else if the frameLabel = "2" then
  10.       set the castnum of sprite 2 = 25 + gSpeak
  11.     else if the frameLabel = "3" then
  12.       set the castnum of sprite 2 = 30 + gSpeak
  13.     else if the frameLabel = "4" then
  14.       set the castnum of sprite 2 = 35 + gSpeak
  15.     else if the frameLabel = "5" then
  16.       set the castnum of sprite 2 = 40 + gSpeak
  17.     else if the frameLabel = "6" then
  18.       set the castnum of sprite 2 = 45 + gSpeak
  19.     else if the frameLabel = "7" then
  20.       set the castnum of sprite 2 = 50 + gSpeak
  21.     end if
  22.   end if
  23. end if
  24. end if
  25. end if
  26. end if
  27. end if
  28. end