home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global i, j, k
- if k = 0 then
- if j = 0 then
- set j to 20
- set i to j * 60
- set the movieTime of sprite 2 to i
- set the movieRate of sprite 2 to 1
- else
- set j to j - 1
- set i to j * 60
- set the movieTime of sprite 2 to i
- set the movieRate of sprite 2 to 1
- end if
- else
- if j = 0 then
- set j to 20
- set i to (j * 60) + 1260
- set the movieTime of sprite 2 to i
- set the movieRate of sprite 2 to 1
- else
- set j to j - 1
- set i to (j * 60) + 1260
- set the movieTime of sprite 2 to i
- set the movieRate of sprite 2 to 1
- end if
- end if
- myPuppet(7, 122, 121)
- end
-