ThatGuyMiniB's Forum Posts

  • I know that you once you add facebook instant games into construct 3 you just load the ad then do a show ad.

  • Hey everyone I am trying to make a Facebook Instant Game and was wondering if anyone has any experience with implementing ads. I got ads to actually work in the game but how to I actually get credit for people watching the ads?

    Hope this makes sense lol.

  • yeah I guess when you go to create a test version of the game you need to readd the instant games plugin.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I submitted a test build and it shows up on my messenger app but it never loads it is just always stuck at 0%.

    Has anyone else ran into this issue or have any ideas on how to solve it?

  • Thank you for the link!

    It is kind of hard to wrap my head around it though. Wish there was a video tutorial about it :p.

  • Hmmm maybe I need to reword it a bit.

    What I am trying to create is a side scrolling infinite shooter and I am trying to figure out how to create a pattern of obstacles or enemies and then spawn in that pattern of obstacles or enemies.

    So say I want a section to pop up during the gameplay as the player is flying that has 4 obstacles, lets just say in a diamond shape and then an enemy in the center of the diamond shape of obstacles. Is there a way to maybe in another layout place the obstacle and enemy object and then save that data and then retrieve that data during gameplay and load it in?

  • Hey everyone I am pretty new to using C3 and come from Unity.

    I am trying to create an endless type of game and trying to load in obstacles.

    In unity I could create a empty prefab that could hold obstacles that are in a pattern and then put those into an array and at random call a random index from that array and spawn it.

    So how can I achieve this in C3? Is there a way to create an empty holder to hold multiple objects and then load those objects?

    Hopefully this makes sense lol.

    Thanks in advance!

  • Hey everyone. I am just wondering on where do I start when wanting to create plugins for Construct 3? Are there any tutorials or any good documentation that I can look at for someone that has never written a plugin before.

  • I am still confused by this. Ashley can you post the one event file again? Or can someone explain it a bit more clearly? I am new to C3 and construct in general.

  • Is there a way to scale the text inside of a button?

    When I scale up a button the text inside stays super small.

  • Hey everyone! This is a video of a prototype for my first HTML5 game Bunny Hop made using Construct 3.

    I wanted to keep my first HTML5 game small and simple plus this is my first time really making a game in Construct 3. I don't think any sponsors/portals would be interested in this game for it being so small lol, but I like to start on small projects when I am testing out engines I am new to. Plus I still need to figure out how to host it onto a web server and all that.

    Here is the gameplay video: youtube.com/watch

  • Got it! Looks like I'll just have to pick one full screen mode that kinda works for both or do a touch to start kinda thing for mobile.

    Thanks!

  • I am basically trying to make it so on mobile fullscreen mode will be set to Scale Outer and in desktop browser it will be set to Letterbox Scale.

    I tried running it and it said fullscreen request must be made with a user gesture. So I was just wondering if there was anyway around this or not?

  • By all means I am not a lawyer, but I have ran an indie studio.

    As far as I know you do not need to register a company or LLC in order to sell a game. The only reason you would want to register an LLC is to protect yourself if anyone was to sue you for any reason.

    Say for example King comes after you because you are making money off of Candy Rush and it is also a match 3 game. If they decide to sue you and they win then the LLC takes the hit financially. Now if they come at you and win and you do not have an LLC then you take the hit personally.

    This is from my own experience and again I am not a lawyer or anything like that so my word is not all knowing lol.

  • Welp time to figure out how to create a webserver XD.

    Any suggestions?