Page 1 of 1

Something changed?

PostPosted: Sat Sep 22, 2007 5:40 pm
by Kalladdolf
Hi guys...
in the previous version of GE I entered a code for bullet:
Create actor -> x=gun.x; y=gun.y;
The bullet createt itsel in the gun and went whereever I told it to.
Now it creates itself at the place where the gun is at the beginning. If I move the gun, the bullet doesn't create itself where the gun is, but where the gun was createt. How do I change this? (the same goes for show particles, random platforms, etc)
:(

Re: Something changed?

PostPosted: Sat Sep 22, 2007 6:08 pm
by d-soldier
Intersting... In the bullet's create-actor event, try changing the parent to the player and see how that affects it's creation/movement.

Re: Something changed?

PostPosted: Sat Nov 17, 2007 12:49 pm
by Kalladdolf
nope...