Hi, I’m having some problem with some action script that was written for flash 5 - action script V1 . It works fine when i export movie with publish settings for flash 6 - But gives errors when i publish to flash 7 - action script 2.0.
Please have a look at the script :
if (Number(/CarS:CarV) == 1 and Number(/Care:CareV) == 1 and Number(/FlowerS:FlowerV) == 1 and Number(/HouseS:HouseV) == 1 and Number(/MiloS:MiloV) == 1 and Number(/Carf:CarfV) == 1 and Number(/SunS:SunV) == 1 and Number(/TreeS:TreeV) == 1) {
tellTarget ("/Sound") {
gotoAndStop(“2”);
}
tellTarget ("/Board") {
gotoAndPlay(“2”);
}
tellTarget ("/Vars") {
gotoAndStop(“3”);
}
}
I would appreciate if some one can tell me how i can make this script FLASH 7 - action script 2.0 friendly.
Thanks in advance
Probashi