home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the duration of member the member of sprite 1 > the movieTime of sprite 1 then
- go(the frame)
- else
- go("tutor")
- end if
- end
-
- on mouseUp
- set the visible of sprite 1 to 0
- updateStage()
- set the visible of sprite 1 to 1
- go("tutor")
- end
-