PDA

View Full Version : Make Button glow



Graham Dallas
09-08-2004, 09:33 AM
Struggling with the concept. I am treating scenes as pages? and can get programme to stop at scene 1 (home page) and buttons to activate other scenes when released. However I would like to get the button to glow when the mouse passes over but am struggling, please help.

NTD
09-08-2004, 04:50 PM
Hi,

Using "scenes" in flash can be rather burdensome. I rarely use them. The "movieclip" is the power object in Flash. Anything you can do in a "scene", you can do in a self contained movieclip. Movieclips contain their own timeline, so in a sense, you can think of them as mini flash movies. Navigating and managing content in one scene with movieclips is easier than using multiple scenes.

To get your button to 'glow', place a different animation in the 'over' state of the button. This frame will appear when the mouse moves over the object.

NTD