Jump to content
Search Community

Error #1069: Property ID not found on flash.text.TextField a

learner_7n test
Moderator Tag

Recommended Posts

Hi,

 

Hi,

 

Why I am getting the following error: Please help.

 

Error #1069: Property ID not found on flash.text.TextField and there is no default value.

 

tl.addLabel("welcome_in", tl.duration);
tl.append(TweenMax.to(Welcome_mc, 0, {alpha:1, immediateRender:false, onStart:setSection, onStartParams:["welcome"]}));

tl.addLabel("home_in", tl.duration);
tl.append(TweenMax.to(Home_mc, 0, {alpha:1, immediateRender:false, onStart:setSection, onStartParams:["home"]}));


nav_mc.navWelcome_mc.ID = "welcome";
nav_mc.navHome_mc.ID = "home";

 

I have downloaded the file and slightly modified it to suit my needs. But it throws an error.

 

http://www.snorkl.tv/2011/04/bullet-pro ... rward-out/

 

Please help me to get it resolved.

Link to comment
Share on other sites

make sure you are using movie clip symbols for navWelcome_mc and navHome_mc.

 

it appears to flash that they are textfields and thus the errors.

 

also, please note that you can always just comment on snorkl.tv for problems that you have with snorkl.tv files.

Link to comment
Share on other sites

Hi,

 

It is working now. Actually I changed the navWelcome_mc and navHome_mc text field to Dynamic Text to embed the font. Now I have changed it to Static Text and it works. But I am getting another error. Please help me:

 

go forward

go forward

go back

Error: TimelineLite error: the null_in label was not found.

at com.greensock::TimelineLite/parseTimeOrLabel()

at com.greensock::TimelineMax/tweenTo()

at Petro_TA2011_fla::MainTimeline/navClick()

go forward

go back

Error: TimelineLite error: the null_in label was not found.

at com.greensock::TimelineLite/parseTimeOrLabel()

at com.greensock::TimelineMax/tweenTo()

at Petro_TA2011_fla::MainTimeline/navClick()

go forward

go forward

go forward

go back

Error: TimelineLite error: the null_in label was not found.

at com.greensock::TimelineLite/parseTimeOrLabel()

at com.greensock::TimelineMax/tweenTo()

at Petro_TA2011_fla::MainTimeline/navClick()

go forward

Link to comment
Share on other sites

it appears you are not accessing your ID variables properly. perhaps it is because the value of target changes when you add more items to the buttons.

try telling each of your buttons to have mouseChildren set to false

 

nav_mc.navWelcome_mc.mouseChildren = false;

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...