*Whatshisname*
Member
|
Flash help! Ok, I'm a complete novice at Flash, as we've just started using it at school for a project. Anyway, I've found two sets of codes, one for a flash-light type highlighting thing, the other changes the cursor to an image. Now, I've been trying to 'combine' them, but to no avail - the cursor works fine and dandy, but when I drag the oval over to highlight some of the image, it leaves behind the cursor image. So, I was wondering, would you help me? Flashlight thing: on(press){startDrag(this);
}
on(release) {stopDrag();
} Cursor change: onClipEvent(load)
{
Mouse.hide();
this.startDrag();
|