Lost my Keys's Recent Forum Activity

  • Works flawlessly for me, all four of the examples do.

  • Although I like your enthusiasm, I fail to see the point of this thread.

    Basically any 2D game you can think of is possible to do in Construct. Period.

    Well imagine someone comes along wanting to make a game like say.. Paperboy, or know of elements in an old game they'd like to do, but don't know where to start. They do a search. The name comes up and they're directed to the first post. At a glance they can see if it's possible, and how difficult it is, along with brief notes about making such a thing, and assuming someone's posted about it, a link to that post further into the thread. From there they have a better idea of the direction they're heading, so future posts about X or Y problem or trick will be easier to follow.

    Besides, it's one thing to say anything is possible, it's entirely another to actually do it. Anything can be made with notepad and a C++ compiler. But you can't just sit down and make it without a jumping off point to start from.

  • Reserved for future use

  • Reserved for future use.

  • fine, it's gone.

  • Let me give you a very simple example for some sort of grid-based game.

    So you would make your editor in a way that when you clicked somewhere on the playfield, it would create a tile at the current grid position.

    Mouse1 clicked -> create tile at floor(MouseX/32)*32, floor(MouseY/32)*32... if your grid resolution was 32 that is. Then you'd have an Array with the correct dimensions: LayoutWidth/32 = Array.SizeX and LayoutHeight/32 = Array.SizeY. And on click or with a loop on saving you could set the value of the array to info that is relating to the object at that position (object name or animation name/frame of the tile for example). To save your level you can simply use the save to file action of the array.

    Now in the game you run a For each element loop of the array and create the according objects at Array.CurrentX*32 and Array.CurrentY*32 positions. And then you'd have your game engine on top of that. Voila...

    That's for a very simple example. You should also look into Hash tables and INI files, which are usually used to store data outside of the game exe itself too. For more complicated editors an array wouldn't be feasible after all.

    Ahhh! Damn that sounds so useful! So much simpler than I thought too. I suppose with some effort you could even include a custom editor as part of the game too couldn't you? If all the complex bits remained internal, then the editor just let you place things. It's within the realms of possibility isn't it. Dammit this program is cool, lol.

  • Been asked for, probably not to high on the giterdone list tho....

    Aww, shame, would be neat to have. Mind you, anything worthwhile putting into it would take some time to make, so I suppose there not being a rush to get it done isn't that big of a deal.

  • :evil: Graaargh

    No, really. Ugh, it's a terrible site. I mean, just take a look at this:

    http://i49.tinypic.com/dfbp50.jpg

    And on top of that, I got a popup ad as well. Bleah. Now let's compare that to this:

    http://i49.tinypic.com/2u8ku8w.jpg

    Ahhhhh.... it's like a spring breeze lifting your soul. It's like puppies and kitties playing together in a meadow full of pillows and gumdrops. No ads, no popups, no garish, ghastly crap to look at... and it's a hell of a lot faster than Mediafire. Go there now! Sign up for an account! Make people happy to download your GS clones and Megaman/Sonic crossover RPGs.

    Here's the link: http://www.box.net/

    Awww, sorry. Like Dopple, I've had no popups no messages and no ads. It was the cleanest one I found. Guess I'll just use my own domain for hosting them then instead of being a bandwidth scrooge using file hosting sites.. lol.

    BTW your avatar is SO appropriate for this thread

  • Wasn't sure where the best place to put this was, but Help and Support seemed like the best bet.

    Ok, well I've seen more than a few people mention how they've made level editors for their games, rather than just creating the levels directly in construct. I was curious if someone who's done this could explain how? Like, I'm guessing this is so they can use tiles in a quicker fashion right? But how do you set it up to save it out correctly and in a readable format, or do you just save one huge image file (which sounds really unlikely and I hope the latter is not the case!).

    Can your level editors do other things too? If so, what?

    Have you made other tools in the same way for use in creating your game? If so, what were they?

    I'm just curious really as it would be something I wouldn't mind having a go at doing, but creating a working editor from an editor warps my brain a bit right now and I'm not sure how one would work. But they do sound useful, since every game is different and no matter how awesome construct is, having a custom editor for a game you happen to be working on at the time sounds really helpful.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Stencyl started a "closed beta" program around the end of October (invite only). I'm not sure how many people are using it now but from what they same it seems to be easier to learn than Gamemaker.

    Who knows when the general public will be allowed to download it. They still refuse to show screenshots of the editor, and I guess they're not even allowed to talk about the editor in any detail.

    I found a few screenshots of the editor on google images. I dunno how old they are, or if they're official or what.

  • > Hmm, if I'm right in thinking what you're trying to do, it does that automatically. Have you made sure unbound scrolling in the layer properties is switched OFF. Because in that case, I'm 99.9% sure that the player will be centered in the screen until you reach the edge of the playing area, at which point the view will stop at the edge, while the player can continue up to the boundaries.

    >

    I believe you have the gist of my idea. And you're right that that is what is supposed to be happening. But it doesn't. I have all the settings set in such a way but my player still moves around the screen and even out of the HUD.

    *

    Try that, it works. The only reason you can move off the screen is there's nothing setup to stop you going off the edge in it, which would be simple enough to do. But it shows the player staying in the center until reaching the edge. I'm guessing you may have accidentally put your player character into the same layer as the UI? Or something along those lines.

  • In that video his frame rate is constantly below 60 also his animations suck.....

    The low fps could be to do with him capturing video, that often slows things down (unless they use Camtasia which is awesome and doesn't slow anything down hehe).

Lost my Keys's avatar

Lost my Keys

Member since 29 Nov, 2009

None one is following Lost my Keys yet!

Trophy Case

  • 15-Year Club

Progress

15/44
How to earn trophies