home *** CD-ROM | disk | FTP | other *** search
/ Shirley Barber's Fairies: Create, Paint & Play / Fairies.iso / pc / Files / Cards.dxr / Internal_6_Initialize.ls < prev    next >
Encoding:
Text File  |  2003-09-29  |  251 b   |  16 lines

  1. global CueNumPassed, myFinishFrame
  2.  
  3. on prepareMovie
  4.   myFinishFrame = VOID
  5.   cursor(200)
  6. end
  7.  
  8. on cuePassed channel, number, name
  9.   if CueNumPassed = VOID then
  10.     CueNumPassed = 0
  11.   end if
  12.   if channel = #sound1 then
  13.     CueNumPassed = 1
  14.   end if
  15. end
  16.