I am wondering if replace object has been added in to the engine yet,and if so how do you use it properly?
In your event sheet simply right-click the object portion of an event and you will get an option on the menu that says replace object.
Or you can press 'R'
It works better if you select all you want replaced, and do them all at once. The behaviors and instance variables have to match between the old and new, so you may need to add them first.
Here is a tutorial on replacing an object with it's family, but it explains replacing pretty good.
If not using a family start with the 3rd paragraph under 'The Process'
https://www.scirra.com/tutorials/535/how-to-upgrade-an-object-to-a-family
Develop games in your browser. Powerful, performant & highly capable.
Paradox BluePhaze thank you guys for helping me,I thought it was out i just couldnt find a straight anwser anywhere,thanks for clearing that up.
The Replace we are referring to is in Events. If you meant replacing an Object itself, there is a tutorial with a bit of a Hack to do that..
https://www.scirra.com/tutorials/491/how-to-replace-objects-in-events
basically you cut all the events, replace the object with a new one that has the original's name, and paste the code back. the code still has the same name but is actually referencing the new object.