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

  1. on Rmod R, N, H, V
  2.   cursore
  3.   put N & "e.pic" into A
  4.   put N & "e.txt" into C
  5.   set the castNum of sprite 3 = the number of cast A
  6.   set the locH of sprite 4 = H
  7.   set the locV of sprite 4 = V
  8.   set the castNum of sprite 5 to the number of cast C
  9.   updatestage  
  10.   repeat while rollover(R)
  11.     if the mousedown then
  12.       suonainterruttore
  13.       set the castNum of sprite 5 = the number of cast "000.pic"
  14.       put the locH of sprite 3 into hA
  15.       repeat with k = 1 to 30
  16.         set the locH of sprite 3 = hA+k*20
  17.         updatestage
  18.       end repeat      
  19.       exit repeat
  20.     end if
  21.   end repeat 
  22.   updatestage
  23. end
  24.  
  25.