Forum Topic: text hover help

(228 views • 5 replies)

This topic is 1 page long.

<< < > >>
None

Girdf

Reply To Post Reply & Quote

Posted at: 4/26/06 09:43 PM

Girdf EVIL LEVEL 22

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


None

Dusty-Gorilla

Reply To Post Reply & Quote

Posted at: 4/26/06 09:51 PM

Dusty-Gorilla LIGHT LEVEL 28

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.


None

Sugggames

Reply To Post Reply & Quote

Posted at: 4/26/06 09:56 PM

Sugggames DARK LEVEL 12

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"
}


None

Girdf

Reply To Post Reply & Quote

Posted at: 4/26/06 10:31 PM

Girdf EVIL LEVEL 22

Sign-Up: 03/22/05

Posts: 607

ok thanks


None

Girdf

Reply To Post Reply & Quote

Posted at: 4/26/06 10:51 PM

Girdf EVIL LEVEL 22

Sign-Up: 03/22/05

Posts: 607

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?


None

XBigTK13X

Reply To Post Reply & Quote

Posted at: 4/26/06 11:20 PM

XBigTK13X LIGHT LEVEL 26

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.


All times are Eastern Standard Time (GMT -5) | Current Time: 01:30 PM

<< Back

This topic is 1 page long.

<< < > >>
You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!