A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: 30 sec delay ???

  1. #1
    Junior Member
    Join Date
    May 2002
    Posts
    19

    30 sec delay ???

    I have a main movie that pulls in external swf files.
    How would I create a 30 second time delay on the timeline of the main movie based on what is happening on the timeline of the loaded external swf?

  2. #2
    Member
    Join Date
    Aug 2003
    Location
    Melbourne
    Posts
    83
    Code:
    doStuff = function(){
    //yeah, stuff you do goes here
    };
    
    setInterval(doStuff, 30000);

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center