bear13's Forum Posts

  • Hi, not sure if this is the right place to ask this ... how does this compares with the Survival RPG template?

    https://www.scirra.com/store/royalty-fr ... -game-2111

  • How do you create a bank for the player to store items and money?

  • Thanks that worked ! I added an on destroyed triggger add 1 to a global variable and placed the score after that rather then under on hp = 0.

    Rayki you helped ! =D

  • I have an explosion sprite that deals damage to any enemy instances. But when the explosion collides with 2 or more of the same instance, my score is only given as once not for each instance destroyed. How do I correct it?

  • Hi guys

    I need some help here.

    Q1.

    I got a gun that when left mouse is clicked on the game will spawn a target cursor and the gun will spawn a bullet object to that cursor.

    When I first clicked the 1st 3 times or more, it will shoot 3 projectiles then reload for 3 secs. But after that i can click/shoot up to 10 times before the reload kicks in. Im totally slumped. Any clue how to fix it ?

    Q2

    Set Text "You have lost Health" &Damage. How do i make it so that I can also set text behind the "&Damage" ? "You have lost " &Damage "Health" doesnt seems to work ! Im lost ...

    Q3

    I used the in game shop tutorial to create my upgrade shop. But I dont know how to set text for when the player has not enough cash. Any advice?

    Please advice this noob! Thanks guys !

  • Hi im trying to make an object fly around the player and move off to attack enemies when they come into range. I only able to set the object to face and move towards the player but the object will stop right at the point of origin of the player.

    Can anyone help ?

  • I have set scroll to to my mouse and im trying to find a way to make the screen shake. Im only able to make the screen shake if i set scroll to player.

  • I got 2 capx having the same events. In this case i have a bomber dropping like a rock after getting hit. But 1 of the capx plays the event correctly while the other doesnt. I didnt touch any of the bomber properties or behavior. Any way to solve it ?

  • yeah i managed to make the reload work with something similar with your advise. Just that sometimes if pressing the space bar fast enough it is still able to fire twice instead of once.

    Im wondering if its a bug? I got 2 different save files of the capx but i didnt change any of the code. In 1 of the capx my events is able to get the aircraft to drop like a stone after getting hit while the other capx the aircraft just get destroyed. I checked the events and i didnt change anything. Is it a bug ?

  • lolpaca

    thanks alot bro ! this problem had me in a slump for quite some time !

    BTW do you know how to set a reload function for the player so that the player cant spam the spacebar to keep firing non stop ? I just cant get it to work. Thanks!

  • lolpaca

    Can you help me look at this ? Im not sure if its correct ... thanks!

  • how do u check and compare distance between 2 objects ?

  • is it possible to combine this with Turret behavior ?

  • thanks dled the beta. But im not sure how to compare the distance between 2 objects and setting the turret behavior angle.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks alot. had a huge headache trying to solve this !