home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / CHIP Turkiye Mart 1999.iso / araclar / Win98 / HTML-Tool / DWESD.EXE / data.z / guided_tour.dcr / Standard_82_prepareMovie.ls < prev    next >
Encoding:
Text File  |  1998-04-02  |  304 b   |  12 lines

  1. global gMovieList, gMovieCounter
  2.  
  3. on prepareMovie
  4.   set gMovieList to ["workspace_overview.dcr", "frames.dcr", "styles.dcr", "behaviors.dcr", "layers.dcr", "timeline.dcr"]
  5.   if voidp(gMovieCounter) then
  6.     set gMovieCounter to 0
  7.   end if
  8.   if the frame <> 1 then
  9.     puppetTransition(4, 2)
  10.   end if
  11. end
  12.