home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / ch05_des / enhance / enhance.dir / 00009.ls < prev    next >
Encoding:
Text File  |  1996-12-05  |  196 b   |  10 lines

  1. global gUseCustomTransitions
  2.  
  3. on startMovie
  4.   if the number of castMembers of castLib "extTrans" > 0 then
  5.     set gUseCustomTransitions to 1
  6.   else
  7.     set gUseCustomTransitions to 0
  8.   end if
  9. end
  10.