home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / mac / Invenzio / index.dir / 00045_Script_45 < prev    next >
Text File  |  1997-10-15  |  823b  |  21 lines

  1. on giu castart,spritecur
  2.   global ss
  3.   --  scrollByLine member castart, 1
  4.   if ss < the lineCount of member castart then
  5.     set ss to ss+1
  6.     --    PUT LINE SS TO SS+15 OF FIELD 58 INTO FIELD 57
  7.     scrivi ss,ss+15
  8.     if the locv of sprite 14 < 395 then
  9.       set  gino to the linecount of member castart / (integer (("0."&(16 mod the lineCount of member castart )) * the lineCount of member castart))
  10.       if ss mod gino = 0 then
  11.         set tmp to the locv of sprite spritecur + (290.0 / the lineCount of member castart) + 1
  12.         set the locv of sprite spritecur to tmp
  13.       else
  14.         set tmp to the locv of sprite spritecur + (290.0 / the lineCount of member castart)
  15.         set the locv of sprite spritecur to tmp
  16.       end if
  17.       AGGIORNA  
  18.       UPDATESTAGE   
  19.     end if
  20.   end if
  21.