Filipinho
01-10-2003, 03:01 PM
Hi!
I´m creating a projekt that has to work with Flash4 and I´m using this script that is soposed to work with Flash Player 4.
this is my script that is on a button:
on(release){
_parent.MC2.gotoAndStop(1)
_parent.MC3.gotoAndStop(1)
_parent.MC4.gotoAndStop(1)
temp=2
}
Flash says that I have to export it as a Flash 5 movie.
I have read in the flash dictionary that _parent.MC2.gotoAndStop(1) is soposed to work with Flash4, thay even has example that says _parent.gotoAndStop(10).
Why doesn´t it work?
I´m creating a projekt that has to work with Flash4 and I´m using this script that is soposed to work with Flash Player 4.
this is my script that is on a button:
on(release){
_parent.MC2.gotoAndStop(1)
_parent.MC3.gotoAndStop(1)
_parent.MC4.gotoAndStop(1)
temp=2
}
Flash says that I have to export it as a Flash 5 movie.
I have read in the flash dictionary that _parent.MC2.gotoAndStop(1) is soposed to work with Flash4, thay even has example that says _parent.gotoAndStop(10).
Why doesn´t it work?