|
-
Hey people,
Well i have my problem,
I have a movie in the main line, in that is a button, the button has this script on it
on (press, release) {
gotoAndPlay ("profile", 1);
}
on (rollOver) {
tellTarget ("_root.news") {
gotoAndPlay (2);
}
}
on (rollOut) {
tellTarget ("_root.news") {
gotoAndStop (1);
}
}
The lines:
on (rollOver) {
tellTarget ("_root.news") {
gotoAndPlay (2);
}
}
on (rollOut) {
tellTarget ("_root.news") {
gotoAndStop (1);
}
}
Work fine my problem is that when u click on the button
it doesnt go to the scene i wish it to go to it just stops
on (press, release) {
gotoAndPlay ("profile", 1);
}
so why doesnt this little button go to the scene profile?
oh well due to me not been able to explain my problems to well i made a mock .fla of my problem, it is exactly the same as my real one but doesnt have the layout etc....
here is a link if u wish to download the .fla, to find what the hell im talking bout :P
http://www.geocities.com/nerby_oz/problem1.fla
oh well thanks in advanced, if u actually solve my problem in the .fla send me an email if u please at [email protected]
ok thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|