home *** CD-ROM | disk | FTP | other *** search
/ SVM Multimedia Villagina 2 / Villagina_2.iso / pc / ecole / imprim / imprim.dir / 00103_Script_103 < prev    next >
Text File  |  1995-10-19  |  468b  |  19 lines

  1. on exitFrame
  2.   repeat with i = 1 to 12
  3.     illumine i,45
  4.   end repeat
  5.   puppetsprite 31, true
  6.   puppetsprite 32, true
  7.   put the locv of sprite 32 into C
  8.   if (c < 291) and c >129 then 
  9.     set the castnum of sprite 31 to the number of cast "connec pc"
  10.   else
  11.     if (c < 130) then 
  12.       set the castnum of sprite 31 to the number of cast "connec mac"
  13.     else
  14.       puppetsprite 31,false
  15.       updatestage
  16.     end if  
  17.   end if
  18.   go to the frame
  19. end