home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 6 / MacAddict_006_1997_02.iso / media / Main.Dxr / Internal_29.ls < prev    next >
Encoding:
Text File  |  1996-11-25  |  328 b   |  18 lines

  1. on mouseUp
  2.   global adbanner
  3.   puppetSprite(40, 0)
  4.   set the movieRate of sprite 40 to 1
  5.   if adbanner = 1 then
  6.     play movie "MacAddict:media:AOL"
  7.   end if
  8.   if adbanner = 2 then
  9.     play frame "demo2" of movie "MacAddict:media:TopDemos"
  10.   end if
  11.   go("EndVideo")
  12. end
  13.  
  14. on closeVideo
  15.   puppetSprite(40, 0)
  16.   go("EndVideo")
  17. end
  18.