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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -