baks's Forum Posts

  • I have solved another way, when you jump from the platform , it is removed , thus can not jump more times in it, and you can not get more points in it. To do this I created a variable number , which by default is 0 and when you jump from the platform rises to 1 , also if the variable is 1 is destroyed. Thanks for the help

  • Create a instance variable (boolean) on the platform. Call it activated for instance and set it to false for all of them on the editor.

    On the events, when you land or collision with the platform, change that variable to true.

    And finally on the event that adds the points, add the condition that the platform's instance variable must be false.

    i don´t know if i do it bad, or if don´t work but i still having the same problem

  • Hello, i need to get a point every time you landed in a platform, but only the first time you landed on it. I do it but when you jump in the same platform, you get more points and i need to get only one point per platform.

  • ,,,,,,,,,,,,,

    You're a man of few words but your actions speak for themselves. The example has been perfect , thank you very much

  • ,,,,,,,,,,,,

    Your example is awesome!! Thanks, so much, only one thing, its possible to jump forward rather than up?

  • How can i make a Jump Height Bar, and when you more press, you jump higher when you release your finger or release the left mouse button? It is possible?, I know you can make a little jump and a bigger jump with a button pressed, but i need more differents level of heights, for example, 1 second pressed, you jump 50 pixels, 2 seconds pressed, you jump 100 pixels, 3 seconds pressed you jump 150 pixels...

  • Hello, this is my first game for android devices, I use Construct 2 with Cocoonjs https://play.google.com/store/apps/details?id=com.baks.ufohelper&hl=es

  • Ok, to make this easier, i'm going to explain my game. This is a kids game, every object has a draw with a number 1,2,3,4,5... Two of these objects spawn randomly and the kid need to choose the higher number. How can i do that?

  • what do you want to achieve?, do you have 4 instances of the same object or 4 different objects?, don't get confused, they mean 2 different things?

    I have 4 different objects , each with its own instance variable

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello, i have some objects, for example 4, every object have a different instance variables, and two of these appear in the layout randomly.

    Please I need to compare when you click on one of the two objects in the layout with the other object in the layout. Thanks for the help.

  • Thanks, you was right. Other thing, how can i compare the objects if there are random? Example: You have 4 objects, RED with instance value 10, blue with instance value 5, green with instance value 20 and yellow with instance value 22. Two of these objects appear randomly, how can i do to compare them? Thanks for all.

  • Yes, but i don't know how to compare the two objects instance variable with "compare two values"

  • Hello, i need help to set a value to a two different objects a then compare. For example set a "100" value number to object 1 and "50" to object 2. Then you need to choose one of the objects, if you choose object 1 you win because 100>50 but if you choose object 2 you loose 50<100. How can i do it? Thanks for all.

  • Hello, i was using intel xdk for crosswalk but now i change to cocoonjs because you can add advertisements like banner easy. Yesterday they accepted me for premium and now i only need to put the ads. I search for tutorials because im going to use mopub and leadbolt. But when i register in mopub and leadbolt they ask for the apk url in google play, but my app isn´t uploaded yet. The question is: I need to uploaded first my app,and then add the ads with a update?

    Thanks for the help.

  • "The immediate problem is you didn't change the 'Add 1 to CutObjects" action. (Should have been CutObjects2). "

    Yes, was this, thanks so much.