home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global WHICH, t
- if WHICH = 1 then
- go("ONE")
- updateStage()
- set the movieTime of sprite 31 to t
- set the movieRate of sprite 31 to 1
- else
- go("BIKE3")
- updateStage()
- set the movieTime of sprite 31 to t
- set the movieRate of sprite 31 to 1
- end if
- end
-