Trouble with ActionScript 3, not working, and i have no idea why, flash CS4 - Stack Overflow most recent 30 from stackoverflow.com 2009-12-11T17:08:59Z http://stackoverflow.com/feeds/question/385184 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/385184/trouble-with-actionscript-3-not-working-and-i-have-no-idea-why-flash-cs4 0 Trouble with ActionScript 3, not working, and i have no idea why, flash CS4 Habitats 2008-12-21T23:29:53Z 2009-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#385354 1 Answer by Max Stewart for Trouble with ActionScript 3, not working, and i have no idea why, flash CS4 Max Stewart 2008-12-22T01:45:34Z 2008-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>