Safely moving objects/events
Using MMF2 Developer
Windows XP
Build 246
Using Platform Movement Object
I was wondering if there was some helper plug-in tool for MMF 2 Developer for moving objects/events from one frame to another safely?
Originally, I have levels of a game split into different frames but now I'd figure it be better to have all those "levels" into one frame since it'd be easier to save within one gigantic frame rather than telling it to save in completely different smaller frames.
Copying the level layout from one small frame to a much larger frame was easy enough, but when it came to copying the events, the whole Platform Movement Object was screwed up (character kept going through platforms even when set to "obstacle"). And yes, I had those Platform Movements in the global events.
Anyone else had this type of problem before?
-Frankodragon
Re: Safely moving objects/events
Check yer Layers...?
(Check what layer(s) things are in...)
Re: Safely moving objects/events
Every frame is on the first layer.