Please help - Dress up game glitches when too many items are added
So this is the dress up game :
Wip - shadowphoenixfox's Sta.sh
and as you can see if you add too many items things just kinda go missing.
Why does it do this and how can I fix it?
Also I'm very much new to adobe animate and actionscript so maybe it's something wrong with the code
I'm not sure if it's related but I've been getting the error;
ReferenceError: Error #1056: Cannot create property buttonMode on flash.display.SimpleButton.
at wip_fla::hair_panel_1/frame3()
at flash.display::MovieClip/gotoAndStop()
at wip_fla::hair_panel_1/btn3()
I didn't pay too much attention to it because A. I couldn't figure out what was wrong and B. I don't know how to fix it, but could this have something to do with it? btn3 is this by the way
shirtbtn.addEventListener(MouseEvent.CLICK, btn3);
function btn3(event:MouseEvent):void{
gotoAndStop(3);
}
its not really any different from my other buttons so I don't understand. If I get rid of the btn3 code it gets rid of the error but I still get the glitch so they're probably not related.
