Hi!
I want to check if a cursor roll over a movieclip!
My code:
cursor.startDrag("true");
Mouse.hide();
if(cursor, hitTest(fel))
{
trace('HIT')
}
When a test my flash, nothing happends when i the cursor is rolling over the movieclip: fel
And in hitTest() is not blue lika a function in the actionscript box.
What is wrong?
Thanks //WebbHelp