# Why doesnt it play?!

**URL:** https://forum.kirupa.com/t/why-doesnt-it-play/200190
**Category:** Uncategorized
**Created:** [September 9, 2006, 7:53pm UTC](https://forum.kirupa.com/t/why-doesnt-it-play/200190 "2006-09-09T19:53:42Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Ravmaster](https://avatars.discourse-cdn.com/v4/letter/r/ee59a6/32.png) [@Ravmaster](https://forum.kirupa.com/u/Ravmaster)
#### Post date: [September 9, 2006, 7:53pm UTC](https://forum.kirupa.com/t/why-doesnt-it-play/200190/1 "2006-09-09T19:53:42Z")

</div>

```auto
    if(Key.isDown(_root.ATTACKRIGHTKEY)){
        if(_root.mcPLAYER.GROUNDED == true) {
            if (_root.mcPLAYER.DIRECTION == "R") {
                _root.mcPLAYER.gotoAndStop(12)
            }
        }
    }

```

when i do press cntrl(ATTACKRIGHTKEY) frame 12 doesnt play what is in it it just stops on the first frame of the animation

this happens to me a lot i have no idea why any ideas?
