ash1221's Forum Posts

  • hello everyone.

    i am making a game which requires a lot of objects using the physics behaviour only for the gravity and the set to immovable function. does anybody have any idea how to replicate this effect without eating away RAM. (i also need a way to turn the gravity off). to make it harder for you guys (sorry) i need a way to make it able to work in harmony with many objects, about 14 types.

    thank you in advance

  • create a global variable called levelno.

    every time level is comdd 1 to levelno.

    go to layout by name 'level&levelno.' >

    it works in theory but i do not have access to C2 now and for a considerable amount of time.

  • hello

    one way around it is to do every 0.01 seconds + 0.016666 to a global variable

    then in divide it by ten for the no. of ten seconds.

    on "player" destroy reset global variables

    cons : the decimal values showing up.

           there is a minor miscalculations of 0.1 seconds

           it is a sort of cheating

  • you could create a cooking game in a type of puzzle and finger reflexes

    eg : press W for tomato

  • i also got inspiration from that thank

    magic katana ultimate

  • hello everybody, i was searching on the site and i wonder why there are not any tutorial for the plugin canvas, so i decided to ask. i cannot figure out how to make something using the canvas element properly and to have the ability to use it to its full extent.

    thanks in advance

  • an 404 error is coming

  • delete my game would be helpful

  • thanks

  • thanks, you have been helping me quite a lot

    (note to anyone who reads this)

    increase the delta time to make it follow the mouse more

  • i have seen it in many places written "private variable" but does instance variable change in different versions of the original pluggin

  • hello community

    how can i make an object to follow the mouse but with elasticity.

    it would be better if it were possible with the physics behaviour,and making the elasticity with 8 direction movement. sorry if it is a nooby question. (but it gives you a reason to increase your post count <img src="smileys/smiley2.gif" border="0" align="middle" /><img src="smileys/smiley36.gif" border="0" align="middle" /> <img src="smileys/smiley36.gif" border="0" align="middle" /> )

    thanks in advance

  • Try Construct 3

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

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

    i have posted this here as i couldn't find any thing on this, so how to set a private variable

    thannks

  • you can use visible/invisible

  • hello

    how can i make a checkpoint section and a way to make a health-bar for my platformer.

    thanks