Jump to content

buttons inside movieclip can't call function properly


iyeru42

Recommended Posts

I'd give you the flash, but it's that gallery thing again. So here's what I got...In Scene 1, first frame, 3rd layer:

stop();function matureField() {gotoAndPlay("mature");}function normalField() {gotoAndPlay("normal");}

On my mature_btn within Selectors MC:

on(press) {	_root.matureField();}

On my normal_btn within Selectors MC:

on(press) {	_root.normalField();}

These two buttons are the same object, two different instances. Clicking on normal_btn calls forth matureField() instead of normalField(); Besides my preloader, I have like, no other actionScript to interfere with this.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...