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

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