home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- preLoad()
- puppetTempo(5)
- end
-
- on change
- global x
- set x to random(10) + 8
- if rollOver(2) then
- set the castNum of sprite 2 to x
- puppetSound("ah")
- end if
- end
-
- on sounds
- global y
- set y to random(4)
- if y = 1 then
- puppetSound("h1")
- end if
- if y = 2 then
- puppetSound("h2")
- end if
- if y = 3 then
- puppetSound("h3")
- end if
- if y = 4 then
- puppetSound("h4")
- end if
- set the castNum of sprite 2 to 28
- go(14)
- end
-