Forums

This topic is locked

Roll Over "pop-up" text in Flash

Posted 05 May 2007 20:38:04
1
has voted
05 May 2007 20:38:04 Chris Craig posted:
I'm trying to figure out how to add some roll over text to a flash button I have.
Here is the code on the button I have, I'm just wanting it to pop up "home" when you mouse over the button.

<pre id=code><font face=courier size=2 id=code>on (rollOver) {
gotoAndPlay("over";
}
on (releaseOutside, rollOut) {
gotoAndPlay("out";
}
on (release) {
getURL("home.html";
} </font id=code></pre id=code>

Any help? Thanks!

-Chris

Replies

Replied 07 May 2007 08:26:37
07 May 2007 08:26:37 Chris Craig replied:
I guess it's safe to assume there's not much help to be found on these forums.

-Chris
Replied 07 May 2007 22:07:18
07 May 2007 22:07:18 Javier Castro replied:
Sorry to hear man. Sometimes my questions don't get answers but I understand that help is voluntary. May be the guys who know are not here at this time. Don't give up. Check other places. Google your question.

www.flashdesignerzone.com/tutorials/t1025.php

Cheers.
Replied 18 May 2007 22:07:50
18 May 2007 22:07:50 Tracy Spinney replied:
Have you tried using the rollover feature? Link the action to a file so that Dreamweaver will write the appropriate code, then where the fine name is in the code, add your text command. Note, I've never done this. Just an idea from a very basic user.

Reply to this topic