home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / testsoft / muzea / exemusei / shared.cst / 00904_Script_Rcri < prev    next >
Text File  |  1987-04-12  |  474b  |  22 lines

  1. on Rcri R
  2.   cursore
  3.   MovSpr R-9
  4.   MovSpr R-18
  5.   MovSpr R-27
  6.   updatestage  
  7.   repeat while rollover(R)
  8.     if the mousedown then
  9.       suonainterruttore
  10.       put R-27 into S
  11.       put the width of sprite S into W
  12.       put the height of sprite S into H
  13.       repeat with k = 1 to 30
  14.         set the height of sprite S = H-k*4
  15.         set the width of sprite S = W-k*4
  16.         updatestage
  17.       end repeat
  18.       exit repeat
  19.     end if
  20.   end repeat
  21. end
  22.