leearach2004
Technical User
Hi there hope somone can help im starting to get realy frustrated with this error.
Im great with flash mx and 8 programing but have just branched into mobile design. I have just added some _aplha transparancy actionscript to my code and now I get an error that says ' Content error 5: actionscript proccessing' all i added was a simple set alpha transparancy line as below
this worked fine on a previous frame but when i add it to a different frame latter on the error diaplays, its difintly tihs that doing it as when i remove the lines teher is no error.
Has anyone come across this error or know what im doing wrong id be most greatful
lee
Im great with flash mx and 8 programing but have just branched into mobile design. I have just added some _aplha transparancy actionscript to my code and now I get an error that says ' Content error 5: actionscript proccessing' all i added was a simple set alpha transparancy line as below
Code:
btn4._alpha = 100;
btn5._alpha = 0;
this worked fine on a previous frame but when i add it to a different frame latter on the error diaplays, its difintly tihs that doing it as when i remove the lines teher is no error.
Has anyone come across this error or know what im doing wrong id be most greatful
lee