home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- puppetTempo(9)
- puppetSprite(10, 1)
- puppetSprite(48, 1)
- tpseq()
- set the foreColor of sprite 10 to 112
- set the volume of sound 2 to 255
- sound stop 3
- if rollOver(12) then
- go("o1")
- else
- if rollOver(13) then
- go("o2")
- else
- if rollOver(14) then
- go("o3")
- else
- if rollOver(15) then
- go("o4")
- else
- go("of")
- end if
- end if
- end if
- end if
- end
-
- on exitFrame
- go(the frame)
- updateStage()
- end
-