954,598 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to make a picture interactive?

I have a picture that I would like the plug at the end of the G grow when you mouse over it. I have tried making 3 images and am unable to make it work. Can anyone assist on what I can do? I am using CS4 to do this. Here is the link, with a sort of description of what I am looking for.
www.annetteguionnet.com

jreddick82
Newbie Poster
17 posts since Dec 2009
Reputation Points: 10
Solved Threads: 1
 

okiz.. crete a movieclip and use the OnRollOVer And OnRollOut events to control your movie clip.. or simple you can create a button and put your stuff under its pre created events :)

g2gayan
Junior Poster in Training
52 posts since Apr 2010
Reputation Points: 6
Solved Threads: 1
 

Hi jreddick82 ,

Here with I have attached a file for your reference. Make your change whatever you want to your scenario. But it looks nice with an animation instead of just a display. Cool!

The script used here is AS2.0 is not a difficult one to change to AS3.0. Here I have just used a onRollOver & onRoolOut.

In AS3.0:hit_btn.addEventListener(MouseEvent.MouseOver, onOver);
hit_btn.addEventListener(MouseEvent.MouseOut, onOut);

And write the function for both, Just check the syntax of AS3.0

Attachments MouseOver.zip (34.54KB)
rajarajan07
Nearly a Posting Virtuoso
1,447 posts since May 2008
Reputation Points: 167
Solved Threads: 239
 

You need to know how to create animated gif files using Fireworks. It's way cheaper to hire professionals to do it as it costs anywhere from 25-50USD for one.

infinique
Junior Poster
120 posts since Apr 2010
Reputation Points: 10
Solved Threads: 3
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: