gnahz's Forum Posts

  • 15 posts
  • Hi Ashley,

    I redid with a new project, copied all the same events and sprites over. However the problem doesn't appear again. Kind of strange though.

    Thanks for the replies. Still not too sure what went wrong in the process.

  • Link to .capx file (required!):

    Steps to reproduce:

    1. Press space and arrow keys to get to the main game.

    2. Press Q to end the game immediately.

    3. Press Space to restart the game.

    4. Repeat the step 2 and 3.

    Observed result:

    As you repeat step 2 and 3, you will notice on the 2nd play through, the score and high score will disappear after a second. And they will appear on the game layout itself on the next game replay.

    As you repeat step 2 and 3 a few more times, there will random graphical changes, like white screen, sprites appearing at wrong layout.

    Expected result:

    Expected the score, highscore to stay on the gameover layout. It works for the 1st time but not subsequent replay.

    I am not sure if I did the events wrongly or the naming of items have any conflicts on different layouts.

    Browsers affected:

    Chrome: yes

    Operating system & service pack:

    Windows 7 SP1

    Construct 2 version:

    r116

  • entry

  • wow thnx! i will try to modified it for my game.

  • Hi all,

    I want to record every instances that is created and keep a record of their positions.

    I understand that using array is the best way, but i have no idea how to record every new instances position.

    I also need to reproduce them in the next layout at mirrored position. Not too sure how to do that <img src="smileys/smiley5.gif" border="0" align="middle">

    this is my capx.

    spawn

    hope to get some help and learn more about arrays as well. <img src="smileys/smiley12.gif" border="0" align="middle">

  • hi all thnx for the comments <img src="smileys/smiley1.gif" border="0" align="middle" />

    GenkiGenga : ooh! ok i will add a new track after more pts thnx for the feedback!

  • Hi all,

    Just finish a simple casual game. Couldnt upload to the arcade due to webstorage plugin... <img src="smileys/smiley19.gif" border="0" align="middle">

    Will create a non webstorage version later.

    so here is my new game

    I wanna fly!

    arcade link

    I wanna fly!

    Hope you guys like it.

    Art assets is by me :)

    Any feedback are very welcome!

  • discovered a bug.

    when the character is in the water. i did a jump with the space bar.

    the character state revert back to where he is on the land. I can sprint and jump as usual.

  • > another game in progress. i guess abt 90% complete.. with some bugs and missing sfx.. and problem with animations..zzz

    >

    > Chicken Bounce

    >

    > Do let know if you have any comments. :)

    > oh yea i had problem making apk from html5 though. Followed the tutorial phonegap and stuff..but still get error in parsing package.. confuse on what to do...

    That was pretty fun, good job! If you don't mind me asking, how did you accomplish the "trail" behind the chicken? I've been trying to figure that out for a while now and can't seem to get it.

    Sorry for the late reply!. oh for that effect i created a circular glow png, fading to transparent. Add a fade behavior to it.

    for the event:

    For every system tick, system create glow (object.X, object.Y)

    add move glow to the bottom of the layer.

    This way it will create at every tick and fade away.. mimicking a trail.

  • hi! this is my submission :)

    a) Invasion

    b) Primary

    c) dl.dropbox.com/u/1738649/Invasionver3/index.html

    d) Singapore

    I have uploaded to the scirra arcade too. will update the link when its approved. <img src="smileys/smiley4.gif" border="0" align="middle" />

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • hi how do i enter for the primary competition?

    do i just link my dropbox link?

    or upload to the scirra arcade?

  • i just wanted to say to gnahz - thats reaaly interesting mechanic and gameplay is addictive. I saved 2 chikens and my girl 0 and she was crying when saw chickens soul <img src="smileys/smiley1.gif" border="0" align="middle" /> <img src="smileys/smiley1.gif" border="0" align="middle" />

    Ah.. so sorry made ur girl cried.. should have tried a more subtle effect instead.

    And thnx for the compliment. ;)

  • another game in progress. i guess abt 90% complete.. with some bugs and missing sfx.. and problem with animations..zzz

    Chicken Bounce

    Do let know if you have any comments. :)

    oh yea i had problem making apk from html5 though. Followed the tutorial phonegap and stuff..but still get error in parsing package.. confuse on what to do...

  • thnx for the compliment!

    I tried your suggestion. It works! thank you very much.

    Now im working on a new game <img src="smileys/smiley4.gif" border="0" align="middle" />

  • hi all I have just pick up the free edition yesterday.

    I came out with this game after doing the basic tutorial.

    Chicken game

    Still got alot to learn.

    I do want to ask how do i make a health bar properly. Cause mine is contracting towards the center.

    And i cant seem to add any sound to the game too.

    my messy working file

    working file

  • 15 posts