Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help! Anyone knows how to move the "dynamic" text???

Status
Not open for further replies.

Jennyucf

Instructor
Jun 22, 2001
215
US
Hi, there

I have a problem: How to move the "dynamic text". Is that the "motion" effect??

thanks!!
 
Thank you very much for the website!! But the effect I want is:

Given a "dynamic text"(Text Option\Dynamic Text), with a varible:n (n=n+1). I want it move from bottom of the screen to the top.

Can I do it in motion tweening??

Jenny
 
You can't motion tween a field. To motion tween it you must put it within a movie clip and motion tween the movie clip. Note that when you do this the path changes from:
_root.textVariable
to
_root.mcInstanceName.textVariable

;-)

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top