thatrenowned
MIS
For some reason when I try to resize an invisible button using actionscript, it doesn't work. I've tried these two methods:
but neither have any effect...is it actually possible to resize an invisible button this way?
Code:
_root.btn_invis.setSize(100,100);
Code:
_root.btn_invis._xscale = 100;
_root.btn_invis._yscale = 100;
but neither have any effect...is it actually possible to resize an invisible button this way?