Hi everybody. Am new to ActionScript 3.0
I’ve been searching around and can’t find the solution to my problem. (firstly AS3.0 still confuses the hell out of me, having some real trouble getting my head around it).
I’ve added a custom mouse cursor on my file, but with AS3.0 it already uses Mouse.Hide(); to hide the original mouse cursor and replace it with a symbol/mc.
But i was already using both Mouse.Hide(); and Mouse.Show(); to hide the mouse at specific times. (so this new cursor has messed all that up).
Can i still hide the new cursor somehow? maybe by hiding the symbol and mc that makes it.
Can anybody help me with this? Any help appreciated. :h: