PDA

View Full Version : cursor from hell =help=



samurai of idland
April 19th, 2002, 09:40 PM
The hand cursor is all over my white graphic..not a button.

I have my swf at www.pixelaholic.com/ (http://www.pixelaholic.com/)
If you click on GRAPHICS, the the button there does
this:

on (release) {
gm1.gotoAndPlay(2);
}

//gm1 is the mc instance that plays that white graphic rolling out.
I am at the "my hair is falling out stage".

-thanks i hope i didn't leave out any clues
ps....the link is on my pc and is not up 24/7

samurai of idland
April 19th, 2002, 10:24 PM
I am new to programming and have found a new love/hate.
The problem is solved by this code for a button on the last
frame of my tweened graphic.

stop();
this.onRollOut = function() {
};

Is there a name for lost bits of junk code? Oh well..problem solved.