simple question that has a simple answer…
I want to hide the rolled over mouse function when going over certain buttons as to display the regular default mouse pointer.
if anyone knows then enlighten me!:pope:
hey cool! they have a icon that looks like me!:s:
system
2
instance.useHandCursor = false;
?? 
system
3
see didn’t I say that was simple?..haha…thanks:s:
system
5
wait maybe not…the hand still appears!..hmmm:evil:
system
6
:stunned: … it shouldn’t :-\
may i see your code? 
system
7
sure but all it is, is this:
<hr>
hexes.useHandCursor = false;
<hr>
and this appears on the hexes instance:-\
system
8
and this appears on the hexes instance
do you have the code in its timeline? do you have the code in a onRollOver, onRollOut, onRelease, onPress, etc. handler?
most likely i’d say that the code is looking for a children movie clip in hexes. try this.useHandCursor = false; =)
system
9
the answer to the handler is no…
the setup is like this
The hexes is made up of hundreds of singles hexes that are buttons…obviously.
does the code need to be on the time line then? or on the instance itself?..or neither and located in button instance?
thanks:s::crazy:
system
10
oh!! you want to disable the hand cursor in all the buttons inside hexes? :crazy:
for (k in this) {
this[k].useHandCursor = false;
}
try that 
system
11
that’s cool…but where do I identify the iterator?..IE what is the K and where does it go?(-:
system
12
WAIT!! don’t answer that, I am just dumb…it works now!! thanks alot…:hangover: :s: