hi I was wondering if anyone could help me out here. first off let me explain I am making a top and down shooter, Here is my problem, I give my player health in the form of variables. For instance when there is the start of the layout I give my player 30 health in the variable and each time a bullet sprite collides with my character its minus 5 from the health variable. And I have another variable set up so that when the hp is less than zero the character object is destroyed. but under the same event I have create player in it. Now the problem is that the character re spawns just like it is supposed to. it follows the mouse and everything. the only problem is that when I press any of the movement keys on the keyboard the sprite doesn't move. I have it set so that I have an object where the sprite is created when it dies. I know it seems long I'm so sorry but these are the issues iv been fiddling around with and haven't been able to figure out yet. one more thing Is how do I make multiple weapons and have my players gun that its holding switch. lets just say I want to have a spread shot type weapon well instead of having the character sprite holding the pistol weapon have it holding the shotgun weapon. I hope all of this makes sense thanks for helping out a newb PS some help with showing me how to make a spread shot type weapon would be nice also thanks