Jhonathan Ibanez's Forum Posts

  • A game developed with my brother

    If you liked you play it!! :

  • lol I just finished adding international keyboard support, I will republish soon enough

  • wow didnt know that, and that explains a lot!!! thank you again xD. hahah you have been such a great help jejeje

  • :O thank you, silly me. By the way, you guys helped me with this but I never even showed some of my game to you, here it is in case you wanna play it a little bit )

  • I didn´t know about the url paste retrictions so I suppose the game could not be seen.. here is the url again so you guys can play a little bit and give me any feeback thank you again

    here

  • Yeah It seems so, however, there is a badge for it jaja. Ok thank again for all your help

  • Ill make a final question here, I suppose this is not place but... . I feel silly asking this but, do you know how to upvote posts? I would like to do it with your answers but I have not been able to find any upvote button or something :S

  • I agree with AllanR there are many tutorials out there but to be honest with the only one I was able to understand this is yours (ok not a tutorial but it is close enough, at least not a tutorial... yet xD)

  • oh! ok, thank you veryu much vagaev!!! your help is invaluable

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Oh thank you I think I understand a bit more. I am still struggling with the design of my objecst since it seems to me that the bigger the windows size (and this could be a misconception) I will have to make them resolution-based cause they could pixelate when trying to run the game on smartphones with higher screen size and resolution, howeve, this would mean that some devices would not be able to run the game (samsung galaxy ace for example since this is the device I am using to test, though I wonder how can this device run age of zombies and not my game :S)

  • Ok, I think I managed to understand. Ill make this "naive" question before I continue, all the explanation and incredible good tutorial you just gave me assumes I will be making a game which layout is supposed to be the size of the window, for example a pinball game, the layout in pinball has the size of the window because well you are never going to go through a level like in mario bros in pinball, right?. If so, let me ask you this so the explanation above will be complete, what size should the layout of my game be if it has a bigger background, fox example a game like age of zombies where the layout is scrollable?

  • ok the problem is in the event :

    System EnemiesRemaining = 0,

    Go sprite Is Ready System

    set EnemiesRemaining to WaveNo * 3.

    I will explain what is wrong with this; In the event that "spawns" your enemies you are doing this:

    System Every 1.0 seconds

    System EnemiesRemaining =0

    System set EnemiesRemaining (EnemiesRemaining-1)

    so when this condition gets to 0 the event mentioned before sets the variable to WaveNo*3 so it will never becomes 0. You will have to find other way to update your EnemiesRemaining for each level. Hope it helps

    Edit: I didnt realize and you toggled some events off but not quite correctly, delete or toggle the DEBUG events correctly or you will keep the strange infinite create object behaviour you are having right now.

  • can you provide a .capx so we can help you?

  • then that is not the problem. Please update the picture please I will do some tests if you do so.

  • hahah I think that is going to be the actual problem , it happened to me too.