A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Loading Text?

  1. #1
    Junior Member
    Join Date
    Sep 2004
    Posts
    7

    Loading Text?

    I am making a portfolio site, and I have the frame work down already. I want to have it setup so that when the mouse goes over the preview picture, the description will show under it. But I dont know how to make the text load/show up when I go over the preview picture. Does anyone know how?
    Code:
    import gs.TweenMax
    I Love it =)

    http://www.artbycg.com - Site

    http://blog.kreativeking.com - Flash + 3D Blog

  2. #2
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    I f you are not loading the images dynamically, you could just write the texts in the buttons and have them display it in the textfield.

    on(rollOver){
    myTextField="This is a image I took ....bla bla....";
    }

    Give the textfield the variable name of myTextField

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

  3. #3
    Junior Member
    Join Date
    Sep 2004
    Posts
    7
    I appreciate the help. Another question though.

    The previews that will be rolled over are Animated Movie Clips, What would the code be then?
    Code:
    import gs.TweenMax
    I Love it =)

    http://www.artbycg.com - Site

    http://blog.kreativeking.com - Flash + 3D Blog

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