home *** CD-ROM | disk | FTP | other *** search
- on StartAnimationSync rate
- global gStart, tps, timer
- set fps to rate
- put fps
- set tps to 60 / fps
- put tps
- set timer to the ticks
- set gStart to the frame
- put gStart
- end
-
- on AnimationSync
- global gStart, tps, timer
- go(((the ticks - timer) / tps) + gStart)
- end
-