Forums
This topic is locked
easy mouse event question
Posted 04 Nov 2005 18:28:55
1
has voted
04 Nov 2005 18:28:55 john bracciale posted:
why does this workon (release) {
fourrollovers.gotoAndStop(5);
}
and this does not
on (mouseDown) {
fourrollovers.gotoAndStop(5);
}
for some reason I can't seem to get the mouseDown event to work..I'm I coding the mousedown event wrong?
Replies
Replied 09 Dec 2005 03:49:52
09 Dec 2005 03:49:52 drake peterson replied:
try using press not mousedown