I am making a game, and I have already put in the programming stuff for walking and jumping. Then I put in what it said on "How you make a gun" but it isn't working because if my person moves then the gun doesn't move with him. Anyway to keep the gun attached to his hand? Thanks in advance.
Offline
Use the go to block. Like this:
<when flag clicked>
[forever]
[][go to [player]]
[][][][][[][][][]
under the go to player script, you can use change x and change y to adjust the gun's position.
Last edited by fg123 (2010-01-22 17:18:55)
Offline