home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global adbanner
- puppetSprite(40, 0)
- set the movieRate of sprite 40 to 1
- if adbanner = 1 then
- play movie "MacAddict:media:AOL"
- end if
- if adbanner = 2 then
- play frame "demo2" of movie "MacAddict:media:TopDemos"
- end if
- go("EndVideo")
- end
-
- on closeVideo
- puppetSprite(40, 0)
- go("EndVideo")
- end
-