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

  1. global gUseCustomTransitions
  2.  
  3. on exitFrame
  4.   if gUseCustomTransitions then
  5.     puppetTransition(member 2 of castLib "extTrans")
  6.   else
  7.     puppetTransition(51)
  8.   end if
  9. end
  10.