changing an image on keyboard key pressed then back to original when released??
                    Is there a way to make my actor's image change while a key is being pressed and then revert back after the key is released? I want to have a head's mouth open to fire a missile upon pressing space bar and then the mouth closed after space bar is released. Doable?                
                            Best Answers
- 
            
J_PAN Posts: 140
i think so, you can create the rule, when space button is pressed, change image to open mouth. in otherwise, put change image to close mouth - 
            
GLGAMES SingaporePosts: 988
Yes using when spacebar down , change self image to "mouth open" otherwise self image = "mouth close" should work. It's the same for button pressed and release image changes. 
                            
                            
Answers