USERNAME:
PASSWORD:
Save Info!
Logging in…
This topic is 1 page long.
[ Profile | Posts | Contact ]
Posted at: 4/26/06 09:43 PM
Sign-Up: 03/22/05
Posts: 607
i need help does anyone know how i can do this...
i want it that when i put my cursor over an object like a rock or something some text pops up that says a rock but it doesnt get rid of the rock
http://www.newground..m/portal/view/308694
http://www.newground..m/portal/view/307785
like they did in those
Posted at: 4/26/06 09:51 PM
Sign-Up: 09/26/04
Posts: 2,651
You need to make the rock a button. Then once that is done double click the rock and make a frame in the Over frame section. Then in that frame just type whatever you want on the rock. It should work.
Tom Fulp beat me up. Why is there a big cock in the top left corner?
Posted at: 4/26/06 09:56 PM
Sign-Up: 08/20/04
Posts: 204
an easier way is to make a dynamic text box with a variable, say, _root.infotext
then, on the button place:
on(rollOver){ _root.infotext="BLA BLA BLA" }
Posted at: 4/26/06 10:31 PM
ok thanks
Posted at: 4/26/06 10:51 PM
At 4/26/06 09:56 PM, Sugggames wrote: an easier way is to make a dynamic text box with a variable, say, _root.infotext then, on the button place: on(rollOver){ _root.infotext="BLA BLA BLA" }
when i move my cursor off the object how do i make that go away?
Posted at: 4/26/06 11:20 PM
Sign-Up: 08/04/05
Posts: 347
At 4/26/06 10:51 PM, Girdf wrote: At 4/26/06 09:56 PM, Sugggames wrote: an easier way is to make a dynamic text box with a variable, say, _root.infotext then, on the button place: on(rollOver){ _root.infotext="BLA BLA BLA" }when i move my cursor off the object how do i make that go away?
on(rollOut){ _root.infotext = ""; }
That should be all you need.
AS3: Main || AS2: Main
All times are Eastern Standard Time (GMT -5) | Current Time: 01:30 PM
<< Back