Trouble with ActionScript 3, not working, and i have no idea why, flash CS4 - Stack Overflow most recent 30 from stackoverflow.com2009-12-11T17:08:59Zhttp://stackoverflow.com/feeds/question/385184http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/385184/trouble-with-actionscript-3-not-working-and-i-have-no-idea-why-flash-cs40Trouble with ActionScript 3, not working, and i have no idea why, flash CS4Habitats2008-12-21T23:29:53Z2009-07-22T16:58:03Z
<p>Hello</p>
<p>I'm very new to ActionScript 3, and I've followed this toturial on adobe TV. But I don't get it to work. The thing is that I want the box to move left/right when I click the buttons, but nothing happens.</p>
<p>You can download the .fla file here:</p>
<p><a href="http://www.habitats.no/files/AC3.zip" rel="nofollow">http://www.habitats.no/files/AC3.zip</a></p>
<p>Thanks.</p>
http://stackoverflow.com/questions/385184/trouble-with-actionscript-3-not-working-and-i-have-no-idea-why-flash-cs4/385354#3853541Answer by Max Stewart for Trouble with ActionScript 3, not working, and i have no idea why, flash CS4Max Stewart2008-12-22T01:45:34Z2008-12-22T01:45:34Z<p>You need to name your instances. Click on one of the movie clips on the stage and bring up the properties window, you should see an input for "instance name". The way you've coded it the instance name should be the same as the clips name i.e. "mc_box".</p>