A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Dynamic text

  1. #1
    Senior Member
    Join Date
    Oct 2001
    Posts
    127

    Dynamic text

    Hi,

    I recently downloaded a file from Flashkit, and want to edit it for my own needs, have tried to get in contact with th creator to do so but he's not replying.... so i'll ask the masses!

    Basically, i've got a file (http://choons.net/personalUploads/nav.fla) that i've looked at and understood, but i don't have the Flash knowledge to edit it.

    I can see that the instance of 'Vertex' is duplicated to insances called Vertex1, vertex2 etc etc, however I don't know to change the text that says 'Home' for each instance....

    If anybody could tell me how this is done, i'd greatly appreciate it!
    [Using Flash MX]

    Cheers,
    Dave
    Last edited by d_smiff; 04-06-2004 at 07:20 AM.
    dave@choons.net
    http://choons.net

  2. #2
    Senior Member
    Join Date
    Oct 2001
    Posts
    127
    BUMP

    Please help!
    I've tried everything I can think of, but nothing seems to work
    dave@choons.net
    http://choons.net

  3. #3
    Senior Member
    Join Date
    Jan 2004
    Posts
    121
    ok i fixed it...

    find symbol 113 and remove the word home, make sure the box is long enough width ways to take your longest title;

    also in the properties dialog make sure this text field is set to html

    next go to symbol Move3d and find the actions on frame 2
    change
    Code:
    Vertex2.linkText.dynText = "yoyoyo";
    to:
    Code:
    Vertex2.linkText.dynText.htmlText = "Link1";
    then for each other vertex justs change the number
    Code:
    Vertex3.linkText.dynText.htmlText = "Link2";
    Vertex4.linkText.dynText.htmlText = "Link3";
    and so on...

    hope this helps

  4. #4
    Senior Member
    Join Date
    Oct 2001
    Posts
    127
    Excellent

    Thanks a lot, much appreciated!

    Peace
    Dave
    dave@choons.net
    http://choons.net

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center