Thread: Script problem
View Single Post
09-06-2009, 04:44 PM
#1
namik_pasha is offline namik_pasha
Status: I'm new around here
Join date: Aug 2009
Location:
Expertise:
Software:
 
Posts: 1
iTrader: 0 / 0%
 

namik_pasha is on a distinguished road

  Old  Script problem

hi im new here. need some help. base on code below, i want to unloadMovie adn play "myFrameLabel". however, i also need to load other movie. all of this event happen in one click. im using as2.itry too load the movie but it doesnt happen. thanks

unit1_1a.onRelease = function(){
unloadMovie(this._parent);
_parent.gotoAndPlay ("myFrameLabel");
loadMovieNum ("unit2MC.swf", 4);


}

Reply With Quote