Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

68 users online



Flash site - how to make that...

Flash site - how to make that...

Currently viewing this thread: 1 (0 members and 1 guests)


exman

exman

Neverside Newbie
Status: Offline!

Flash site - how to make that...

HI!
I want to make an animation that's played whenm user leaves the current section of the flash page (first is shown an animation that kinda cosec the section, and then another subsite is loaded) . It's a common thing on flash site unfortunetly i couldn't find any tutorial (meybe because I don't know what subject i should look for).

Can any one tell me the basic approach for achieving that? Or point to a tutorial.
Thanks.

exman

exman

Neverside Newbie
Status: Offline!

ok to answer my own questrion I've achived that by the following line of code

Code:

aboutMeButton.onRelease = function() {
_level7.contentMC.gotoAndPlay("stop_on");
_root.onEnterFrame = function(){
if(_level7.contentMC._currentframe == _level7.contentMC._totalframes){
_level0.myMCL.loadClip("about_me.swf",7);
_root.onEnterFrame = null;
}
}
this.enabled = false;
};


Is there any better way for dong this??

Quick Jump:

Main Navigation


Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach


NeverAPI generated this page in 0.0061 seconds.