roteam's Forum Posts

  • I want to simulate a plane flight (when you hold a button/press the screen the plane would fly up and when you release the plane will fall). What I want to achieve is something like the plane in the mobile game Sky Glider (If you press the screen for long enough the plane will continue to go upwards even if you release it). I tryed to do it with physics but could not get the effect. Any ideea?

  • odiusfly, thank you but this is not quite what I needed, I needed one button that could share across all aps(twitter, fb , whatsapp, instagram, etc.). But thank you anyways.

  • So basically I want the game to take a screenshot of the gameover screen and when you press the share button something like this happens(photo)

  • Lordshiva1948 thank you.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello,

    I am trying to make something like FreakingMath where the ecuations are created randomly. I have a Number1,Number2,Number3 and Number4 global variables wich are setted to take a random value from 1 to 9. Now I want to create a random ecuation with them(eg. Number2+Number1-Number3). Is there any expresion that choose between operators?(eg. choose(1,2,3) but with operators choose(+,-) )

  • So basically what I am trying to do is something like this:

    https://play.google.com/store/apps/deta ... .halloween

    This is how far I got

    Basically, at the first click the game starts and choose a random time from 2 to 4 seconds, after that the mouth start closing and if it touches you , you lose. What I can't figure how to do is making a score system(how do I make to add 1 point every time it didn't catches you) and how to make it restart (so it is ready to play again). I tryed reseting the variables.

    Infos:

    play=0 : not playing

    play=1 : you started the game and the game has began

    play=2 : it starts moving the mouth

    play=3 : the mouth has fully closed

    gameover=0 : you are playing

    gameover=1 : mouth is opening again

  • Aphrodite thank you, it worked (I actually didn't noticed the Timeout)

  • TheWyrm [attachment=1:1xnmvnl9][/attachment:1xnmvnl9]

    LittleStain If I top up the speed the cone become larger but I want the smoke to go slowly up

  • Rate=10

    Spary Cone=80

    Type=Continuous

    Speed=2

    Size=70

    Opacity=70

    Grow rate = 5

    X randomiser = 220

    Y ---||----= 120

  • Hello, what I am trying to do is something like this

    [attachment=1:252kayei][/attachment:252kayei]

    And here it is my result

    [attachment=0:252kayei][/attachment:252kayei]

    I can't make the particles go higher even if I modify the size . How do I make that?

  • Try this tutorial https://www.scirra.com/tutorials/908/fa ... button-php , I use it in all my projects and I am verry satisfied.

  • Have you ever used Chupamobile(to buy or to sell)?. I don't see why anyone would buy from there since on Envato the same type of game is 10x cheaper. Also if someone used it, is it worth selling on chupamobiles rather than on Envanto?

  • In this way it will create new objects at infinite.I also tryed to do that and add a boolean variable and didn't worked.

  • Hello,

    So I want to spawn an object only when another object has fully entered the layout.

    Like in the photo.The tiles go down and everytime a new tile has entered the layout another tile will be spawned exactl after it.

  • (Every 1 second ---> row1 choose(1,2) . If row=1 - Spawn Spike on layer X at X,y. )

    But i managed to resolve this by adding a new layer with : Click me to begin!.

    So the spawn will begin only after the click. Thank you anyway.