Tokinsom's Forum Posts

  • Kyatric He means he wants to change what the initial settings are when starting a new project, not change them via the properties panel.

    I honestly don't see why this is necessary though. Yeah it would be kind of nice but it takes 10 seconds to change the settings via the properties panel.

    "Imagine each time you start using your browser you had to manually set your favorites... "

    I don't see how that relates. You only have to change the properties ONCE when you start your project. It's more like setting your browser options.

  • +Every Tick

    -Set Tile.x to int(mouse.x/16)*16

    -Set Tile.y to int(mouse.y/16)*16

  • .

  • i love how the little penguin farts keep him alive from plat to plat.

    Lol he's not farting; it's just some particles to make the wing-flap look a little better. Maybe I should change them to feathers..

  • Thanks Ash!

    Thanks for your suggestion too, PixelRebirth. This works pretty well but the player now thinks he's on the floor when overlapping the platform at any point, not just on the top.

    Like if I'm jumping/falling and overlapping the platform at any point, the running animation will be played instead.

    It's close but I think there needs to be another bit of code added somewhere!

  • Wow, looks nice. Keep on!

    Three question:

    1.The stone enemy. Is it a plattformer?

    2. How did you made the diamond dissolve at the end? Looks very fluid.

    3.What is the resultion of the project?

    1. Does it use the platform behavior? Yes.

    2. Array...and magic (also known as scaling, IDs, and Timers)

    3. 240x160 - same as the Gameboy Advance. We originally went with 256x224 - same as the SNES, but it was too big. We kept the 224 height for the levels though, so there's sort of an "upper section" which the scrolling locks on to when you go high enough.

  • Thanks guys!

    Kyatric

    Strictly canvas. WebGL works OK with this, but it won't let me zoom in without blurring the graphics (point sampling doesn't seem to work) and causing some other problems.

    Yeah I use Chrome with GPU Accelerated Canvas 2D enabled, and FRAPS for recording. It actually runs at a (mostly) smooth 60fps but I think youtube caps it at 30fps.

    About the Bulloom (flower enemy) part.. I just kept doing the spin attack too early! You can jump on that enemy instead, but it's kind of risky as it spits those projectiles straight upwards. It might be a good idea to shrink those gaps a bit though.

    I don't think there's anything I can do about the music looping. It just doesn't loop instantly in C2, and the pause is pretty noticeable. I tried pre-loading the music but it didn't make any difference. The intro is a lot 'softer' than the ending too, but that's only half the problem!

  • ]

    Bumper's Quest Preview 3

    Subscribe to Construct videos now
    Subscribe to Construct videos now
  • La-Mulana. It's easily the greatest and most elaborate game I've ever played.

    Second would have to be Eternal Daughter. It was the first indie game I ever played and pretty much got me in to this whole mess :)

    The Iconoclasts is definitely next on my list. I'd say more but it's still just a demo, so. Honestly I think it will whoop Cave Story. It was a great game but..come on :P

  • In the meantime, you could just make all the weapons the same object and have a variable to tell them apart.

  • C2 = Klik n' Play? Wow, dude. C2 is completely capable of making "real games." It's just that people would rather experiment with it right now than make full-fledged games because it hasn't even been in development for an entire year yet. People seem to forget that.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hey Braxmule. Would you mind shedding a bit more light on the advertising campaign prize? I'm just a little confused. Fun Chowder is a start-up itself, so by what means will you help promote the winning games? Just curious!

  • You can use .count for this. When creating a new condition, go to System>Compare Two Values> then enter object.count = 0

  • Yeah, just use AppPath & "MusicFolder\MusicFile"

    Make sure the file name is exactly the same, and be sure to include the extension (MusicFile.mp3 or whatever)

  • First, thanks for adding the jump-thru attribute!

    Seems the platform behavior condition "Is On Floor" doesn't work with it though..Unless I'm missing something?

    I edited the example .cap so you can check it out. Download here