baks's Forum Posts

  • Hi, i have a Global number named "points", how can i do, that every time you get 20 points, spawn a enemy?

    I know one solution can be compare variables with 20,40,60 points, but there is no better solution?

    Thanks

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • VeneficBlade It works perfect! Thanks so much

  • Hi, i´m making a Endless Jumper using the Infinite Jumper example, i want to make a infinite Tiled Background but my player moves, so i can´t use a bullet behaviour on Background because don´t work, how can i make the Background move only when I jump, and make it infinite? And its possible to change randomly the background using other animations? Here is my capx: https://www.dropbox.com/s/0d9qnmjszo7cvsl/TiledBackground.capx?dl=0

  • Thanks so much for your replies, are very helpful.

  • You've got Bound-to-layout turned on. It's hitting the top of the layout and stopping. Place a new sprite at the top of the layout and you'll see what I mean. Get rid of BTL.

    Oh, i saw it! Thanks so much, how can i make a lateral bound to layout but not in the top?

  • Hi, I´m trying to make a infinite jumper using the example template, but i don´t know why, when you jump a few times, the player collide with a invisible barrier. Here is my capx https://www.dropbox.com/s/ifjtt295e9553e1/Endless%20Jumper.capx?dl=0

    Thanks for your help

  • have you tried altering the infinite jump platformer example from C2? if not take a look at it how the infinite, background acts

    however infinite background im not sure if that is possible yet in C2, since you are not able to expand the canvas of the game while running! i wanted to ask about it so many times, but then i think that is a flash features and not a html5, for the moment, however there might be a few capx around here

    Thanks for your reply, but in the game you need to stack the objects because you are jumping on them for go up, and in the infinite jump when the platform is out of the screen it disappears

  • Sorry i don´t know how to explain this well. I will like to make a game similar to this: http://www.avalanchegame.org/, but i don´t know how to make the character go up with a infinite up platformer, here is my capx https://www.dropbox.com/s/pm9vyaeun0f3cs4/Avalancha.capx?dl=0

  • UFO Helper!, free on Google Play: https://play.google.com/store/apps/deta ... lper&hl=es

  • Hi, I´m Ismael and I´m Spanish. I like to create things, above all games, stories, characters... I started making games with 12,13 years with a game maker for DS, i tried other softwares but when i knew about Construct 2, i loved it, easy to learn and with the biggest community of developers I saw in all Google, and i knew, this software its perfect to start again.

  • 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