a)In Macromedia Flash Professional 8, I created a flash movie with one keyframe.

b)On keyframe 1, I placed a clip instance named ball.

c)on the ball timeline, i created a variable, var speak = "Hai i am vijay";

d)From frame 1 of the main timeline i tried to find out the value of the variable speak using the  following codes:

trace (ball.speak);
trace (_root.ball.speak);
trace (_root.speak);
trace (ball.speak);
trace (_parent.speak);
trace (_parent.ball.speak);

But nothing is working. Only I am getting the message "undefined".

Will you Help me?

 

Thanks

VIJAY

 



Try Sanjeev Kapoor's culinary delights!
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to