Flash help
Flash help
Out of context: Reply #6
- Started
- Last post
- 14 Responses
- Solid0
How do you know there isn't a button in there ;)
Here's how I would do it:
mc.onRollOver = function()
{
this.useHandCursor = false;
// do something
// etc
};And yes - I have no life and am working friday night :P