-
Level Editor
Hi there, I am trying to make a level editor. I got everything of placing a item so far. I am using 2 items to test this.
Using your mouse (press M) or keyboard (press K) you can place objects by pressing A for key and B for coin. However, I think I have everything right.
Mess around with it a bit by adding objects and then press s (to save).. exit and restart then press L (to load). And as yuo can see, it doesn't load.
Can anyone tell me why?
http://www.mediafire.com/download.php?zd1zuqzvymj
-
Re: Level Editor
i cant download it,(parental controls) but how are you saving and loading it.
what extension are you using
-
Re: Level Editor
Using the Array extension
-
Re: Level Editor
are you entering the right indexes?
-
Re: Level Editor
I think so. Maybe it's because I'm using DavidN's platform tutorial. o_O
-
Re: Level Editor
that shouldnt have anything to do with the problem.
Are you sure the problem is loading the file and not saving it?
-
Re: Level Editor
Weka, you might want to check the array set up I have for the World Editor. It doesn't use David N's movement, but I agree a particular movement should not have any bearing on the loading and saving of an array.
Marv
-
Re: Level Editor
You see, for DavidN's movement. The wall is not an activate rather a backdrop. So I don't think you can create backdrops using your world editor. >_<
-
Re: Level Editor
then make it an active, and at start of frame, paste image into background as an obstacle
-
Re: Level Editor
Yeah but then the character would go right through.