home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #7 / K-CD-7-2002.ISO / Tools / K-CS.dcr / 00302_UpdateStep.ls < prev    next >
Encoding:
Text File  |  2002-04-10  |  200 b   |  9 lines

  1. global CurrentStep
  2.  
  3. on UpdateMe
  4.   set currentPos to 175 + (CurrentStep * 111 / 12)
  5.   set the locV of sprite 13 to currentPos
  6.   set the locV of sprite 4 to 160 - (CurrentStep * 75)
  7.   updateStage()
  8. end
  9.