Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

56 users online



trouble with moives and movie clips

trouble with moives and movie clips

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


hankd

hankd

Neverside Newbie
Status: Offline!

trouble with moives and movie clips

ok i have a main movie(swf) and when you click on a button it loads an external(swf) movie (that loads, but doesnt display the buttons right) that movie has buttons that when you click on them it loads an external movie(swf) but its not working right (wont load anything).. they are not loading their frame labels when a button is clicked...

main movie(swf)
-------------------------------------------------------------
p1.onRelease = function() {
trace ("p1 main button as been pressed");
_root.box.gotoAndPlay(2);
box.x = p1._x;
loadMovie("sub1.swf","container")
build.viewButtonholder.gotoAndPlay("p1images");
trace ("p1 slideshow1");
build.viewButtonholder.button1._visible = true;
};

second movie that is loaded into main movie
---------------------------------------------------
viewButtonholder.button1._visible = false;

viewButtonholder.button1.onRelease = function() {
loadMovie("fmx_slideshow2.swf","project").gotoAndPlay("slideshowp1");
trace ("slideshow1 has been clicked");
};

third movie that is getting loaded into the main movie(swf) when you click a button from the second movie(swf)
-----------------------------------------------------
there is a stop action on the first frame and there is frames after that, and they all have frame labels

___________________

-hank D

http://www.facefuzz.com

achievement is something that is learned in time...

fmx

fmx

null
Status: Offline!

should

Code:

box.x = p1._x;


be

Code:

box._x = p1._x;


?

Quick Jump:

Main Navigation


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


NeverAPI generated this page in 0.0064 seconds.