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

Popular posts from this blog

python - How to add an model instance to a django queryset? -

Using Android Volley to post an array to PHP -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -