Asmodean's Recent Forum Activity

  • It's quite good. What me bothered a little bit is the arrangement of the display of the money on the right side. If I look to the right side I have the refocus on the area where I can place the money, it's a litte bit distracting. This applied also for the Validar- and Effacer-Buttons. I cant give a advice for a better arrangement, because I don't now either.

    And Maybe it's a little more challenging it would be more like a game? You could give somethings like Stars or Medals depending on time the player took, but this is up to you.

  • Isn't that what you want?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Look at the Systems events there is an event called 'Is between values'. That should be what you are looking for.

  • [quote:2sk0wfqi]it seems useful for retro games

    exactly my thought.

    Gigatron will you make this effect-plugin public? I would like to try it.

  • I think that wait is the cause of the glitch. I would do it like this:

    isDead is a boolean instance variable.

  • If you only want to change the value between positive and negative it easy:

    Keyboard| On Space pressed -> System | Set platform.gravity * -1

    You have do use a triggered event (green arrow), otherwise the value would change uncontrollable.

  • That's a really nice example. Even after a year with Construct it amazed me how little code it take to make such a example.

    Nice work!

  • Use System|Pick Sprite Instance nth as a sub-event under the collision/overlap event.

    As a subevent after a collsion event there are only two instance to pick. The two instances that are overlap.

    It would look like this:

    Sprite| Is overlapping Sprite

    ...System|Pick Sprite Instance 0 -> Do something with the Sprite with the lower UID than the other.

    If you use 1 then you pick the Instance with the higher UID from both.

    To pick the UID from each one do this.

    Sprite| Is overlapping Sprite -> System| Set myUID1 to Sprite.UID

    ...System|Pick Sprite Instance 1 -> System| Set myUID2 to Sprite.UID

  • Try angle(bulletname.X, bulletname.Y, giantbunny.ImagePointX(n), giantbunny.ImagePointY(n))

    n is the number of the imagepoint you want to aim for.

  • I like the idea. I have only one problem with it, the lack of optical feedback. It would be nice to see which number I picked and see where I have it dragged. Otherwise I like it. It's challenging without being frustrating.

  • Asteroids is way better now, i like it.

  • Asteroids is way better now, i like it.

Asmodean's avatar

Asmodean

Member since 31 Jul, 2015

Twitter
Asmodean has 9 followers

Trophy Case

  • 9-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Popular Game One of your games has over 1,000 players
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

15/44
How to earn trophies