Guizmus's Forum Posts

  • You need to save in a variable what was the last ball thrown. If it was red, then the event with yellow balls collision has to be deactivated. If it is yellow, the event with red balls collision has to be deactivated.

    You'll find your project modified with this change as attachment.

  • Ho, sorry, I misunderstood you. Yes, having a pickByComparison working with strings would be nice, and my solution was just a work-around to do with this problem. You are right, it would help and be more user-friendly.

  • And what about picking like this ?

  • kota

    Rabenmutter wasn't harsh or anything. He gave you tips on how to tackle this domain that is the game development, in particular with C2. You need to do examples, tutorials, and try it yourself. You don't need to read tutorials, you need to do them yourself.

    Look at the "Cloning the basics" for example (Pacman or Breakout). All assets are given, for you to program it yourself. If will teach you things, you will get better by doing, not looking at things. And asking for pre-made example or videos won't help you if you don't try, and learn from your errors.

    You also need to understand that, demanding like you do without showing that you tried, where you had problems, and everything, can and will be received as rude. Everybody on here is helping on their free time, and I don't think people just want to give away built stuff. The goal of this HowDoI section is to help new comers (and others) to learn by themselves.

  • Nicely done. That's what I tried to do at first, but I'm not the best at visual effects...

  • I saw the issue in Chrome, and in Firefox.

    It works again right now though, but I had that problem when I posted from both browsers. Nice if it's only me, I was a little panicked ^^

  • It's certainly only temporary, the KeepAlive system is broken since the update, but as everyone is impacted, Tom is surely on the same page as us on this. They did a great job indeed, and the addition of Attachments yesterday is only here to top that even more

  • RamPackWobble

    You can also, from your control panel, set this box checked by default. Quite useful.

    Would even be nicer to get notified via the notification system of the forums, and not only by mail though

  • You don't have "text commands" in C2, but you have all the needed tools.

    Here it is.

  • Hello,

    The homepage () present a redirection loop. Accessing directly with no cache from the url, or being redirected after a login (from anywhere else than the forums) will display an error page to the user.

    Or it is just me.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • And did you try adding an event "Player : on collision with wall" => "Player.Bullet.Speed = 0" ?

  • Did you check the examples on Inventory like DUTOIT suggested you ? It's relevant to your problem here.

    Did you just do a research on the term "Shop" on this forum ? Lots of examples show up. Like this one, less than 12 hours ago.

  • var temp_Sum = 0
    For X = 0 to array.length-1
     Add Array.at(X,Y) to temp_Sum
    [/code:1m5yquzh]
    Where Y is the index of the column.
    temp_Sum should then be the total of this column.
  • shinkan

    Well, I didn't know that... How is it done then... With 3 sprites and some clever adjusting of the lengths of the middle part ?

    I have some hard time finding other ideas than that ^^

  • Web app icon = favicon of the hosting page. So it is to be set in the webpage meta.