Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I really need help again! please!

Status
Not open for further replies.

rabidlemming

Technical User
Sep 12, 2003
14
GB
Hey,

Despite my best efforts I can’t seam to fix the problem! Could some one please have a look at my flash file and tell me where I am going wrong! (I am kind of new to flash really) I would also like to take this opportunity to say a massive thank you to oldnewbie, as your help really did help me out! If I can ever repay the favour feel free to ask!
Thanks you all for you kind help as I really, really need it! =0)
Have a look at my web site if you are interested in getting free flash button! (Not very good ones) my way of saying thanks to you all especially oldnewbie!


Thanks again!
 
Maybe you could tell us what you think your problem is?

regards

tektips.gif
 
I would if I know how to explain it! lol its complicated to explain but to put it simply, I have a movie clip. On roll out/up state one movie clip plays. On roll over state another movie clip plays. The problem starts when you roll out again! I want the roll on movie clip to finish playing before going back and playing the roll out/up state movie! The problem is the tell target is conflicting with the roll over and roll out1 the code. The code is something like
on (rollOver) {
test = 0;
} else {
test = 1;
}
}
on (rollOut) {
test = 0;
} else {
test = 2;
}
}
on (rollOver) {
gotoAndPlay("play");
}
on (rollOut) {
gotoAndPlay("stop");
}
This probably doesn’t make any sense and that because I don’t understand the problem! Its easier to look at the flash file to see what I am trying to do! (click the link above)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top