Gweely's Forum Posts

  • add mouse plugin or touch plugin

  • Try Construct 3

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

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

    New to Construct 2, just bought license.

    The fun starts.

  • A Massive thanks goes to Scirra for the 40% discount.

    Just purchased license and now gonna have some fun.

    Hope to soon get something on Scirra arcade.

    Once again Thank you..

  • Try this, I used it on my game :

    <img src="http://i45.tinypic.com/o6a3vc.jpg" border="0" />

    Here my player is bound to the surface of the earth. So when I press either left or right arrow the player will move around the surface of the earth in a clockwise or anticlockwise direction.

    Hope that helps a little.

  • Spot on, Thanks.

  • I have got a text input box on the screen, so I can enter a name when a high score has been achieved, but I have to click the mouse to activate the txt box before I can enter any text.

    Can I set the cursor so that it defaults inside the textbox once it is visible on screen.

    Thanks

  • <font color=red>MY FIRST PROJECT : FIGHTER SHOOTER</font>

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

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

    <img src="http://i49.tinypic.com/13yijhz.jpg" border="0" />

  • <font color=red>MY FIRST PROJECT : FIGHTER SHOOTER</font>

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

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

    <img src="http://i49.tinypic.com/13yijhz.jpg" border="0" />

  • <img src="http://i49.tinypic.com/2cy63h2.jpg" border="0" />

  • If you create the music you want to play with a 'tag' then you can stop the music using the tag.

    I had the same problem where my title music continued playing when I went into the main game. So I set the audio to have a tag and stopped the audio playing by using the 'tag' name.

    Hope this helps..

  • Hi Guys,

    Whats the best way to have an offline, local high score table at the end of game.

    I need one where the user can input initials of name which will store in the high score table along with the score achieved.

    Is it best to use webstorage or can I use an array maybe. I am unfamiliar with both of these options so maybe you can help.

    I have looked through forum but cant see any examples really of how to do it.

    Many Thanks..

  • Hi all,more help required if possible please.

    I am doing a basic shooting game and I have introduced a power up when the players score has reached a certain score for example when the player score has reached 100 a powerup will move onto the screen at a random position along the x axis and drop off the bottom of the screen. How can I achieve this again when the players score reaches another value , say 500 or something like that , and keep creating it as the score increases at different intervals.

    Thanks in advance.

  • Thanks , all sorted

  • Hi, can you help a novice.

    I am creating a shooter type game and would like help on power ups.

    I need to introduce a power up on the screen when a certain score is reached and then disappear when it outside of layout.

    I can create the sprite on the layout when say score of 100 is reached , but it constantly keeps creating the sprite because the score is greater than or equal to 100.

    I need to create the sprite once only.

    Any help would be much appreciated.