home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Gallery - The Best of 1995 / RAYDREAM95.iso / pc / _gal94 / windows / cyber.dir / 00182_Script_182 < prev    next >
Text File  |  1994-12-01  |  330b  |  17 lines

  1. on Startcheck State
  2.   global gspeak
  3.   puppetsprite 1, State
  4.   if gspeak = 1 or gspeak = 4 then
  5.     set the castnum of sprite 1 = 66
  6.   else
  7.     if gspeak = 2 then
  8.       set the castnum of sprite 1 = 67
  9.     else
  10.       if gspeak = 3 then
  11.         set the castnum of sprite 1 = 68
  12.       end if
  13.     end if
  14.   end if
  15. end
  16.  
  17.