Falcon Nova's Forum Posts

  • You do not have permission to view this post

  • I am not if it's what you want, but I'll try. On the animations editor, on the top left you have a rectangle select tool. You select what you want to copy, an on top middle there is a white page, you click and it will copy what you've selected. Beside this tool there is the paste one.

  • You can put a text object on your layout. After you create a instance variable on the text named "Score". You've guessed that it will be a number a 0. You go to your event sheet. It will be something similar to this :

    Every tick : Set text to text.Scorevalue

    After, you will add your player on collision with gold (for example)

    Player on collision with gold : Add 1 to Score

  • How did you created a behavior?

  • Thank you! I will try to solve that in the next version.

  • I only want to publish on a platform that is supported by the free version of Construct 2. How to do it I am sure that there is tutorials about it. But I want to know what platform is the best for publishing. I don't want and I can't do mobile apps. The options are Kongregate, Facebook, etc.

    My game is already on the arcade. Link above.

  • Only to publish. The best and the most trustworthy.

  • Hi, I finished my game. Its on the scirra arcade. But I want it on other platform. Note that I am a beginner and I have the free version. Wich platform is the best? <img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question">

    My game on scirra arcade http://www.scirra.com/arcade/racing-gam ... acer-22401

  • I published my game on Scirra Arcade. But I wont to add leaderboards on my game on scirra arcade website. How?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • How did you do your doors? Me when the character travel a door, he go to the position he has on the layout editor, but I want him next to the door

  • What do I need to have in particular (sorry for my English I can speak it but I am more French )

  • Thank you!

  • Hi. My game is finished, publied (don't hesitate to play: Scirra arcade, Astro Adventure). But when playing on mobile, I found a bug that I absolutely don't know how to fix. It's when the player is touching the button to fire,if he hold it, it will fire an infinite line of bullets. How can I solve this problem ?

  • I think that you need to add an instance variable to your enemy. In this case it will be a number with initial number 45. After you insert a text object and you put it invisible. You go to your event sheet and you do when player kill enemy, set text visible

    set text (you go in your objects above, you click on the enemy and you choose your instance variable,45)

    Wait 5 seconds (for example)

    Set text invisible

    I will try to see for the bar,because about that I don't now much

    Sorry if it doesn't work I am a beginner

  • Hello I am MrQuickGame. I'd ever wanted to create a videogame so I came to Construct 2.