wasiu9's Forum Posts

  • Thx guys. It's not in AppStore or GooglePlay but it will. I want to polish game as much as it possible and then put in on sale. Now im working on better AI and Turnament Mode

  • Hi,

    I'm released a cool football game. I hope You guys enjoy. Any suggestions are welcome

    https://www.scirra.com/arcade/sports-games/soccer-fun-10856

  • Hi,

    I want to make pawer bar working like in picture

    The red block moving from left to right continuously. It's like a refleks game, when player have to hit in right moment to get a biggest number. How to made it?

  • Hi,

    What is currently the best way to export game maked in Construct 2 on iOS 8?

  • Hi,

    Is there a way to stop the event?

    The event:

    Play song

    Wait 15 sec

    Play song2

    Wait 15 sec

    Play song3

    Wait 15 sec.

    I want to stop the event when press key button. Is there any way to do this in Construct 2?

  • Try Construct 3

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

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

    I m going to make a puzzle game where player selecting by pressing left or right arrow puzzle elements and by return key he can put selected puzzle on next place on board. Another puzzle in the next place and again. When he put selected puzzle, it is disappear and on board show this puzzle but in other form.

    Here I make graphic example:

    I know how to make it with tons of events like - On left arrow pressed and puzzle_id == 1 then... but i there a way to make it more quickly and complex? Thanks for any help!

    Files:https://dl.dropboxusercontent.com/u/42451330/sample_puzzle.zip

  • Hi,

    I want to made line with object on it bottom. Thats could be cut by mouse click. When it'll happen I want to move the object to the bottom of the screen. I'm creating this objects by function "create object" (line and object) and scrolling them on every tick. The problem: at one moment is on screen 3 lines and 3 objects. When system detected the one line is cut and start moving object. Its happen for every objects on the screen (every 3 objects). Is there option to move only that object, which is on the bottom of cuted line? Thanks for any help.

    [attachment=0:2ld7jbt6][/attachment:2ld7jbt6]

  • Hi,

    I want to create stones joint into end of line and with stones collision object. When player shot on line the stone fall and line stay (or play animation).

    Problem is i want to create this objects from events. When i set event: Bullet on collision with line, i want to cut stone and collision object but engine didnt know witch stone and col to cut and doint it with every created objects. How to tie this created in event objects?

  • Nov I have problem with collision of Policeman. I moving him now by moveTo behavior but it's seems that ignores solid objects.

    If the player start beeing in LOS of policeman, he starts moving and it's ok. When player in that moment move and not beeing in LOS of policeman he stops on obstacle and back to patrol, OK. But when the policeman still seeing player and colides with obstacle, he's ignores solid and run through obstacle. WTF?

    Here past policeman events.

    <img src="http://oi62.tinypic.com/30sj7ed.jpg" border="0" />

  • Little problem have, not every time. When the policeman hit obstacle on his path then image makeing miror and notmirror at the same time.

  • What a simple solution! Thank You very much!

  • Hi everyone,

    I have a problem that has me very tired. Maybe someone can help me with it.

    I did a enemy, that patrols defined area, and when the Player is in range of LOS he trying to catch him.

    Problem is how to mirroring image of enemy when he moving to left or right side. I moving enemy by behevior MoveTo. So it's dosen't change angle of object. I don't have any idea how can i make to enemy know, if he moving left then mirror, and then in right not miror.

    Here is a screen of my work.

    <img src="http://oi59.tinypic.com/30bpytu.jpg" border="0" />

  • Thx all!

  • I fing this thread - scirra.com/forum/c2enemy-line-of-sight_topic45095.html

    But one source died, and second there is not what needs. They make a single line, it's good for game with topview camera. I want made this for side view game, and it's must be something more then single line.

  • Hi,

    I want to made a range of view for my game enemys. Is in construct 2 simple posibility to make something like on image below:

    <img src="http://oi57.tinypic.com/2v3n3p0.jpg" border="0" />