fireshadow's Forum Posts

  • is there a way to get information from sitiweb ?? such as weather or news or from government agencies ??? and show on my game???

  • hi to all!!

    i need a app... when i push on a button go on a website... google.com for example

  • Create 2 instance variables, origin_x and origin_y. Set it before start moving and use move to: origin_x + 100, on arrived move to origin_x

    istance variabile in square??? i do... like number and is 0 how to set correctly?? need to take coord one for one???

  • Try Construct 3

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

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

    > >

    > >

    > >

    > > Like this?

    >

    > yeah you are a big man... what is way 1 and way 2?? how to set??

    Its an instance variable.

    Select the object and you will see the option on the left

    sorry.. for example... one square start move from x=100 y=100 for remeber this postition what i do??? i ask that cause i have 60 square... he move random vs player.. after 1 shoot he return in her position...

  • Like this?

    yeah you are a big man... ho way 1 and 2 is variable... tnk soo much

  • Yeah, my bad.. not clones... copies.

    Isnt what you are trying to reach?

    ok... i want your square.. move down for 100 px then return from her position?

  • Use System -> Pick Random Instance (And select the object)

    It will pick randomly an instance of all those clones and you will be able to setup and action to it.

    i have already try it.. but action i do all enemy do.. not is clone but copy

  • no one can help me please?

  • my problem is that: with the time line I let the enemies all in a row and ordered .. with the sine I swing them.. now I should create the thing that suddenly .. one of these enemies randomly went down to "y" and threw a bullet and surroundings in its place together with the others ... I state that the enemies are all the same ... they are not clones but copies created by "ctrl" and mouse drag ... having said that how can I do to do in so that a "random" enemy does the above ????

    like this game

    youtube.com/watch

    I thank you in advance...

  • hi to all

    i have 1 sprite in game and whit ctrl have created other 59 sprite...

    how to i comman 1 of this???

    for example they are a group of enemies and they are still waiting for the player to come closer .. they all have the same variables and instances ...

  • I noticed that in my game if I rotate the phone ... the game does not rotate ... how do I go about rotating it ???

  • youtube.com/watch

    https://www.youtube.com/watch?v=jJS4ywYI2WA

    https://www.youtube.com/watch?v=3te_iUwfh1w

    Here is 3 tutorials about enemy following player, you should find what you need here;

    Don't forget to check youtube tutorials if you struggle on something, there are high chances that you find what you need

    tnk to answer me.. follow player is simple... i not understund what i do for make enemy in game like a game galaga like this youtube.com/watch

    look enemy come in screen from out and he set in position...

  • do you have programming experience? you probably need to make some enemy "states"

    state = 'pursue'

    state = 'hold'

    > if enemy.state = "pursue" 
    {
    accelerate 50 towards player
    if distance between player and enemy < 100 Set state to "hold"
    }
    
    if enemy.state = "hold"
    {
    slowly decelerate to 0
    if distance between player and enemy > 150 Set state to "pursue"
    }
    

    no no have experience... but for put this code??? where i can write ???

  • i want made a space game.. and want enemy come in map and stay in one place... and sometime he try to follow a player...

    someone can help??

  • an xp bar can just be a sprite where you use the experience value as the length or something like this.

    yeah but what is a code for this? some example?