home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global magcursor
- set magcursor to [the number of member "magcursor"]
- set the cursor of sprite 26 to magcursor
- set the cursor of sprite 27 to magcursor
- set the cursor of sprite 28 to magcursor
- set the cursor of sprite 22 to magcursor
- end
-
- on stopMovie
- cursor(-1)
- end
-
- on helpButton
- if the clickOn = 11 then
- go(marker(-1))
- end if
- if the clickOn = 12 then
- go(marker(1))
- end if
- if the clickOn = 13 then
- put "play done"
- play done
- end if
- end
-
- on resetMovie
- play movie "Begin.DIR"
- end
-