home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global VID
- set h = the mouseH
- set sp = the clickOn
- set a = the left of sprite sp
- set w = the width of sprite sp
- set t = integer((1.00 * h - a) / w * VID)
- set the locH of sprite (sp + 1) to h
- set the movieTime of sprite 40 to min(t, VID - 1)
- updateStage
- end