Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6848311
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T00:51:09+00:00 2026-05-27T00:51:09+00:00

How would the .fla that has text and when mouse is over that text

  • 0

How would the .fla that has text and when mouse is over that text an image appears look like?

I was thinking to make the text a button and then add some script….

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T00:51:10+00:00Added an answer on May 27, 2026 at 12:51 am

    This is relatively simple

    First, you’ll need to make a MovieClip symbol containing your text.

    Give that symbol instance a name (say mClip1)

    Then, import your image and create a symbol from that too. Name it (e.g. img1)

    Then, hide the image

    img1.visible=false;
    

    Next, add the MOUSE_OVER and MOUSE_OUT event listeners to mClip1

    mClip1.addEventListener(MouseEvent.MOUSE_OVER, mOver);
    mClip1.addEventListener(MouseEvent.MOUSE_OUT, mOut);
    

    Finally, declare those event listeners and define them

    function mOver(e:MouseEvent):void {
        img1.visible=true;
    }
    
    function mOut(e:MouseEvent):void {
        img1.visible=false;
    }
    

    Download the demo file (Flash CS5) from http://www.uploads.sc/download.php?file=749ce36c801a9bf18ce1b5033d8fd82f

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Would having a nice little feature that makes it quicker to write code like
i would like to modify the font weight of a word (my title) that
I'm trying to make a website that allows you to A) Edit FLA files
How would I make an image I load using AS3's loader class into a
Would like a button in my widget to fire the APPWIDGET_UPDATE intent on the
Would it not make sense to support a set of languages (Java, Python, Ruby,
Would it be possible to show an image in full screen mode using silverlight.
Would NTFS allocation blocks of 16KB or 32KB make compile time faster in comparison
Would it be possible to write a class that is virtually indistinguishable from an
I have an FLA done in Flash 10, and some AS3 code that manipulates

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.