English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How can I create a movie clip that will show up and play only when a button is moused-over, and then disappear when the button is moused-out.

Note: I prefer editing the objects behavior rather than editing ActionScripts

2007-01-12 19:18:23 · 2 answers · asked by Sentrist Starleaf 2 in Computers & Internet Programming & Design

But if there's no other way, I can take it.

2007-01-12 19:33:49 · update #1

2 answers

put a button on frame 1 and the movie on frame 2
put an action script stop on frame 1
put actionscript code on the button something like ....

on (rollover)
{
gotoandplay (2);
}

2007-01-12 19:24:07 · answer #1 · answered by cool_clearwater 6 · 0 0

You can use the DOM to remove the OBJECT element and draw it back. Might be easier to just do it in actionscript though.

2007-01-13 03:20:57 · answer #2 · answered by GrainOfSalt 2 · 0 0

fedest.com, questions and answers