PDA

View Full Version : question about an on release command



sithpdp
June 30th, 2006, 02:06 PM
on (release) {
_root.gotoAndStop(78);
}

Hey guys i used that fuction above for one of my buttons. It works great however, I cannot click on it again meaning when i click on that button the first time the content loads up, and then when i click another button then back to the original button the content doesnt show up. Please help me on this I need this to work.... If there arent any other ways can u guys point me to some alternatives :) . Thanks in advance.

sithpdp
July 1st, 2006, 01:57 AM
forget it i got it lol

santalea
July 3rd, 2006, 03:29 AM
hey, can i just ask you.what do you mean by
_root.gotoAndStop(78); ???

what is the meaning of the number 78?

tfoston
July 3rd, 2006, 03:34 AM
78 is the frame number he wants the playhead to go and stop, hence gotoAndStop(78)