check button using actionscript 2 -
check button using actionscript 2 -
how create check button multiple object? want create check button alphabet puzzle game.
my game arrange alphabet puzzle confused because there many button.
i can create 2 answer, when create 26 answer, check button can't work. here code 2 answer
on (release) { if ((_root.hurufa.hittest(_root.targeta)) && (_root.hurufb.hittest(_root.targetb))) { gotoandstop(2); } else { gotoandstop(3); }} actionscript-2
Comments
Post a Comment