Page 1 of 1

ChangeParent error

PostPosted: Wed May 02, 2012 6:21 am
by phyzix5761
Trying to use change parent after I move a group of actor but when I set the parent parameter to NONE it makes the actors fly off the screen. Any way around this?

Re: ChangeParent error

PostPosted: Wed May 02, 2012 6:39 am
by Hblade
ChangeParent("Event Actor", "parent actor");

Re: ChangeParent error

PostPosted: Wed May 02, 2012 7:18 am
by phyzix5761
Tried. It doesn't make them fly off the screen anymore but they are still parented to the same actor.

Re: ChangeParent error

PostPosted: Wed May 02, 2012 4:13 pm
by skydereign
So you are saying ChangeParent can't unparent things? gE uses "(none)" for the unparenting (though you should be able to change it to any name that isn't a real actor). When it comes to these problems I'd suggest making a new ged and just test out the function. If you can still make the problem occur in the new ged, post that and we can see what's going wrong. Otherwise it is something in your setup that you aren't remembering.