Creare sequenza di swf in AS2


/ Published in: ActionScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. loadMovie("3DInterface01.swf", _root.empty_mc01);
  2. this.onEnterFrame = function() {
  3. if (_level0.empty_mc01.instance01._currentframe>=124) {
  4. gotoAndStop(7);
  5. }
  6. };
  7. stop();

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.