lionz's Forum Posts

  • Do I get anything close to what I want: (

    Some tutorial?

    oh my word..

  • Growing over time:

    Every tick > Set Height = Sprite.Height+1

    Every tick > Set Width = Sprite.Width+1

    Adjust growth speed/amount as needed

    And I made .capx example for you > LINK

  • DUTOIT he just took offence to the word 'clone' for some reason. no conflict here, but yeah I provided my info, anyone else can add to that. I'm kinda done with this thread now phew : D

  • >

    > > No need to say that I want to clone the game, I want to use that move at my own game ... offended me why I said that.

    > > Thx <img src="smileys/smiley2.gif" border="0" align="middle" />

    >

    > Your comment was 'Someone show me how to make this game' and then you provided a link to a game. Thanks for calling me a retard after I had posted the answer, I will look to avoid helping you in future.

    To accuse me that I'm cloning a game, better not answer a post ...

    Ok, to end this thread now and repeat myself a third time...there was no 'accusation' or any kind of aggressive intent in my post, I was posting specific help for the player movement based on an assumption that you wanted help with that. Your original comment said 'Someone help me make this game' and you provided a link to it.

  • No need to say that I want to clone the game, I want to use that move at my own game ... offended me why I said that.

    Thx <img src="smileys/smiley2.gif" border="0" align="middle" />

    Your comment was 'Someone show me how to make this game' and then you provided a link to a game. Thanks for calling me a retard after I had posted the answer, I will look to avoid helping you in future.

  • The reason why I mentioned cloning the game is because he said 'Someone show me how to make this game', then got angry and edited his comment to say 'I am looking to get it close to this game'. This was also after I had given him the answer he was looking for too.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ah yeah jump strength, I was using the default. Cool :)

  • It works if you run it every second. I think every tick is too fast to allow it to even do a jump so it just appears static. Although you did get it to jump once, which is confusing. Try adding a wait time of 0.1 seconds after simulate jump.

  • I'm not going to give notes on how to clone an entire game. Please read the manual basics and familiarise yourself with Construct 2, then if you want help with something specific please post back on here. If you are looking to move your character towards mouse click you can use SetAngleToward(Mouse.X, Mouse.Y) or look at the tutorial level called 'Move To Mouse'

  • Just ensure that it's always spawned target.x(+range.x),target.y(+range.y) away from the target? Is the range always the same distance?

  • There is no point indicated. What are you trying to do? Explain it better please.

  • Fixed ?

  • Those are the events and actions. You could also do it by placing all 19 hexagons, making them invisible and then making them 'randomly' visible at the click of a button.

  • Enable bullet behaviour on the cannon ball. Use 'Set Angle Toward' for the direction of the ball.

  • Sprite animations