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

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