It’s because you are running the _root.narctip._visible=false onEnterFrame.
on(rollOver) only works when the clip is rolled over, not the whole time the mouse is over the clip.
Also, onClipEvent(mouseDown) is for when the mouse is down ANYWHERE in your movie, so you might want to change that on (press)
I don’t know exactly what your whole setup is, but it seems to me the best route would be [AS]on (press) {
getURL(“http://www.narcotikDeign.com”, “_self”);
}
on (rollOver) {
_root.narctip._visible = true;
}
on (rollOut) {
_root.narctip._visible = false;
}[/AS]
when i rollOver, the tooltip stays visible only for an instant. if u have another suggestion then holla, but i’ll keep working until i figure this out. thanx again.
Did you remove the [AS]onClipEvent (enterFrame)
{
_root.narctip._visible = false;
}[/AS] from the other clip? Since as stated, that was the cause of your problem.
for some reason, the text in the dynamic text box shows
_level0.narctip.gotonarcotik instead of the text that i wanted displayed…any reason why? by the way, to all bachelors, if you don’t already know, a George Foreman grill is a godsend. Get yours today!
my god i was just being careless. i had originally intended on playing around with loading data from a text file, but decided agaiinst it. i forgot to omit the var. we need more like u lostinbeta…good lookin out…
p.s. the manly way? i see you’re in philly…so am i to believe that you’re on your deck [or your stoop if you’re in west philly] with the charcoal and the firestarter? if so, you MIGHT be more of a man than me…or maybe you’re of eskimo descent.;-]
*Originally posted by n_moshun *
**p.s. the manly way? i see you’re in philly…so am i to believe that you’re on your deck [or your stoop if you’re in west philly] with the charcoal and the firestarter? if so, you MIGHT be more of a man than me…or maybe you’re of eskimo descent.;-] **
LOL, I don’t have a deck or a stoop, my grill is in the back “yard”. During the winter months I grill on the stovetop…lol :trout: But theres always spring and summer for outdoor cooking WOOOOO!!!