A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: independent fps

  1. #1
    Member
    Join Date
    Jan 2001
    Posts
    89

    independent fps

    i have a background that i move with script

    onClipEvent (enterFrame) {
    this._x = this._x-1;
    if (this._x<-900) {
    this._x = 0;
    }
    }

    how can i make tis or any other MC's fps faster or slower than the timeline??

  2. #2
    Senior Member
    Join Date
    Sep 2002
    Posts
    398
    You can use etInterval to advance the movie faster or slower than the main timeline.. senoculars explaination at the top of this forum is a great plave to sart.. might even have an example.

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