sivricmarijan's Forum Posts

  • What's the best ad network for web games, except AdSense? Should I use some CPA networks or...? Is there a better way to monetize?

    Thanks in advance!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I am creating a game for multiple devices with different aspect ratios/screen sizes. How can I allow player to change the aspect ratio? Will this aspect ratio be saved even if player exits my game?

    I found many tutorials about multiple screen sizing, but none of them helps me much. My game has a fixed layout size and I don't want black bars to appear down the sides of the window, so I thought that the best way to fix a problem with aspect ratios is to allow a player to choose it.

  • Have you ever tried to monetize your game with Amazon? Does it work?

  • Thanks man! But I see very bad reviews about Yllix and my AdSense account is blocked. If you find something else, please let me know...

  • Anyone???

  • Hello!

    I don't know if this is the right place to ask this kind of question but I would like to know am I allowed to display ads from mobile ad networks (Admob, LeadBolt etc.) when I publish my game as a web game (not a game for mobile phones: Android, iOS etc.)?

  • Thanks guys!!!

  • I am creating enemies on a random position on the layout, but sometimes, they create near my player or right over it. How do I prevent this? I want to spawn them on the layout but a few pixels away from my player sprite.

    Thanks in advance!!!

  • Hello guys and girls!

    First of all, I would like to ask you something about selling a game license to others: how does this work? What do I actually sell? What can I do with my game when I sell a license to someone?

    What are HTML5 game sponsorships? Is this when I put someones advertisement in my game and it stays there forever or it's just directly selling of ad spots inside the game?

    And the most important...Would you rather sell your game, or sell the rights for it or put advertisements in it? What does it depend on?

  • I have finally made it using the Bullet and BoundToLayout behavior:

    Thanks guys and girls!!! You are THE BEST!!!

  • It works now but it only "teleports" from the center of layout to the left. I want it to move instead...like some kind of animation!

  • I was also thinking it's an infinite loop but I don't know where to put the stop loop

  • I want to move the green dot ("player" sprite) to move until the left end of the background sprite (or layout).

  • Whatever I do I get some "Unresponsive script" error. Is there some kind of example for using while loops?

  • Thanks! Now, I am having problem with while loop - I need a while loop because I want my "player" to move to the end of the screen when I make a click. I will finish this when I fix this problem.