baks's Forum Posts

  • Hi, I will like to use tappx, this is a web page for apps promotion free, you put ads in your app and other developers do the same. So how can i do it?

    I saw a topic saying how to use with javascript but i don´t understand, he say you need to use this javascript code "tappx.showBannerAd(true, ", ");" using the browser plugin, but i don´t know how to do it.

    This is the topic:

    My app use Crosswalk to export to Android on Intel XDK

    Thanks for the help

  • Hi, using tips of a construct 2 post, I optimize my app so much, and now is fastest, but for example, when I load a level, I have a "preload banner ad" action, and when you die on the level, "show banner ad" action, but the "preload banner ad" action, makes the app slow down the load of the level for a seconds, and if you don´t use the action, the level load fast.

    Can I optimize this?

  • Hi, i made a new game for Android devices.

    Download:

    https://play.google.com/store/apps/details?id=com.baks.stickjam

    Description:

    This Game its a classic endless runner, you use two characters, a Grey Stickman and a Red Stickman.

    When you use the Grey Stickman your speed increases but your jump is smaller.

    When you use the Red Stickman your speed is lower and your jump is higher, but your score decreases, you need to use the Grey Stickman the max time possible.

    Features

    -Very addictive.

    -Easy controls.

    -For all ages.

    Game trailer:

    Screenshots:

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

    easier than what i did, thanks. So one more thing, can i use "Pick instance with UID" with more than one UID at the same time? (Just with one event).

  • Hi, i want to change the animation of one object if his UID is bigger than 1. So i use the function behaviour but it don´t work. Here is my .capx, thanks for your help.

    https://www.dropbox.com/s/zkc5eeo0xtyd9g2/UID%20Project.zip?dl=0

  • 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

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 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

  • 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.