home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Gallery - The Best of 1995 / RAYDREAM95.iso / pc / _gal94 / windows / graphic.dir / 00181_Script_181 < prev    next >
Text File  |  1994-12-01  |  420b  |  20 lines

  1. on checkstart State
  2.   global gspeak
  3.   puppetsprite 1, State
  4.   if gspeak = 1 then
  5.     set the castnum of sprite 1 = 125
  6.   else
  7.     if gspeak = 2 then
  8.       set the castnum of sprite 1 = 126
  9.     else
  10.       if gspeak = 3 then
  11.         set the castnum of sprite 1 = 127
  12.       else
  13.         if gspeak = 4 then
  14.           set the castnum of sprite 1 = 128
  15.         end if
  16.       end if
  17.     end if
  18.   end if  
  19. end
  20.