WackyToaster's Forum Posts

  • You could duplicate the first frame so the animation goes A - B - A

    Or you could add an event: On complete animation > Set frame to 0

    sorry for the noob question

    We all had noob questions at some point :)

  • You shouldn't set the speed to 0

  • I'd add that physics is a pretty closed system and adding stuff like drag&drop won't be properly handled by the physics. Well it does sort of work to some degree at least.

  • Don't know about plugins but you can do it with javascript too if you are up for it.

  • Are you using cloudsave? Google drive keeps old versions of files so check that. Not sure about the others.

  • Construct 3 does not require HTML imports support.

    Oh I see, was just a thought because it says HTMLImports right there in the screenshot :V

  • Wild guess, what chrome version are you using?

  • PS: I hope this is not to blunt to ask. It is not meant to be offensive.

    PPS: A native speaker could probably ask more politely (sorry about that).

    It´s all chill :)

    In this case I would like to know what kind of data a (quiz)game created with construct 3 sends (to whome)?

    This is up to you. You send what kind of data you want to send. Answers, Student names, IDs, etc. Construct doesn´t send out things on it´s own. And to whom is also up to you, you need a server or use firebase if you don´t have one or don´t want to buy one. Firebase is free unless you have bigger amounts of data.

    Final question: the answers would not be encrypted - right?

    It depends. If you use SSL the data will be send encrypted otherwise not. Or do you mean some other encryption? There´s also libraries that do encryption and decryption gist.github.com/jo/8619441

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I think there is an inherent thing in human nature that makes gaining something feel good, even if it´s just a number going up.

  • This will be complicated with the platform behavior. What happens is that the ball checks if it has hit a wall every tick. But if it´s really fast, it may pass over the wall in one frame, thus never "hitting" it.

    Try the bullet behavior with stepping instead.

    construct.net/en/make-games/manuals/construct-3/behavior-reference/bullet

  • Hello,im just wondering had you any problems opening the game after downloading using the beta key,and what kid of access have you

    Everything worked fine in browser but I can´t download it right now because "Nothing is available for download yet." I did download it on my work pc though but you uploaded the HTML export and that doesn´t work like that. You should be able to export it with NW though for download versions. Not sure what you mean with "what kind of access I have"

    Either way, here´s some feedback. I played it on PC.

    I like the idea with having the tank, but I feel like it controls a bit awkward. It only shoots forward so you cannot really drive away from the enemies while still shooting. But since enemies don´t hurt it I always just waited for them to pass through and drove after them. I think it would be better having the turret move independently from the thanks body (like an actual tank). Also I feel like it could be a bit faster and move diagonally, while also having more room to move, maybe make it able to move off-track? Also I´d like to use WASD for moving it.

    I think the tower description should also be somewhere in the game. Especially in the beginning it´s useful when you are not 100% familiar with the towers. I also recommend using a nice font for the texts (check dafont.com) A part of the text was also cut off until I reached signle digit health.

    When placing towers the range indicator only shows when clicking, I think it would be better if it is visible constantly when placing/when the tower is selected.

    Overall I think the graphics are inconsistent, especially when playing in fullscreen. Some look pixely while others look really smooth. For example, compare the trees around the map with the map itself, or the update indicators. Try to make it either one or the other instead of mixing them.

    All that beeing said, I think with some polishing and improvements this can be a fun little game, keep working!

  • I took this one

    wHJBV8PLNacaXcGsJYbKbfTTYP-7Qs6PBGNM6mKn9gvSCMAbbd4nFd

    I´ll give it a good try in the next days :)

  • Because the action is set boolean. Set value is for number/string variables. Happens to me too sometimes if I don't pay attention and end up wondering where my variable is.

  • Quite interesting case, it looks a bit hacky but it works. Try this:

  • hmm try an else at the second condition? otherwise pls share the c3p somehow. Dropbox, google drive, anything works...