home *** CD-ROM | disk | FTP | other *** search
/ Fuji Wa La Te I Ka - Hyakunin Isshu Karuta / KARUTA.bin / wins / dpokalv2.dir / 00038_Script_38 < prev    next >
Text File  |  1995-11-10  |  389b  |  18 lines

  1. on RollOverSP
  2.   
  3.   set SP = the mouseCast
  4.   if 100< SP and SP < 201 then
  5.     PuppetSprite 28,TRUE
  6.     set the castNum of sprite 28 = SP + 400
  7.   else
  8.     if 300< SP and SP < 401 then
  9.       PuppetSprite 28,TRUE
  10.       set the castNum of sprite 28 = SP + 200
  11.     else
  12.       PuppetSprite 28,FALSE
  13. --      set the castNum of sprite 28 = 40
  14.     end if
  15.   end if
  16.   updateStage
  17. end
  18.