DtrQ's Forum Posts

  • There's "Set fixed FPS rate" system action, but looks like there's no way to switch between v-sync and Fixed modes.

  • Don't know if I'm right, but it's propably because 'for each' is loop, and it runs on different level of calculations, instead of usual events, which runs one time per tick

  • Wait, no looping for sounds? What a shame!

  • So as theres not such a condition as "if object DOESNT overlaps object",

    Actualy, you can just invert "is overlaping" (with RMB). It's the same as "does not overlaps"

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Here

    dl.dropbox.com/u/24325446/weap.cap

    What is more interesting why it worked second time.

    First time it didn't worked because all events were executed in order

  • In event for 'idle' animation add condition 'animation "attack-stick" is NOT playng' (i.e inverted 'is playng')

  • Added trailer

  • Same to me

  • 2Granhunter101:

    Tiled BG and "always: set offset" + random

    Btw, same noise effect is in game too, if you didn't seen it, you probably disabled it with f1-f2 keys

  • Believe or not, but I started development before I discovered suteF. Then I just took lasers and switch buttons from there. Atmosphere was inspired by my own out-of-body experience <img src="smileys/smiley1.gif" border="0" align="middle" />

  • It's strange, looks like dropbox is down

  • Well, I don't have problems with reading and understanding in English, but sometimes it's extremly difficult to me to say (write) something.

    I'm using google translate to find specific words or as spellchecker, and using google search to check if some sentences and word constructions are exists in English

  • <img src="http://dl.dropbox.com/u/24325446/postx2.png" border="0">

    Hadegonia is action-puzzler platform game with grimm psychedelic style.

    Wear your bearsuit and go down into surreal world world inhabited by strange entities, crate boxes, demons from various cultures.

    Watch the life bar - this dark world constantly drains your energy.

    You can readjust controls with keyconfig.exe

    Check readme.txt

    <img src="http://dl.dropbox.com/u/24325446/shot11.png" border="0">

    <img src="http://dl.dropbox.com/u/24325446/shot22.png" border="0">

    <img src="http://dl.dropbox.com/u/24325446/shot33.png" border="0">

    Trailer

    [TUBE]SunDxh_BpQw[/TUBE]

    DOWNLOAD

    Mirror

    P.S. Well, I think it's kind of adult game, so I warned you

  • It's never too early to start learning :)

  • Easy and effective way:

    + System: Always (every tick)

    -> Sprite: Set position to clamp(.x, 0, LayoutWidth ), clamp(.y, 0, LayoutHeight )