Big Wave Games's Forum Posts

  • Hey Radulepy, I download your game. I like the idea but probably too buggy to be released as a finished game. The player doesn't face direction of travel, bullets bounce off trees, zombies overlap player, not sure what red and blue squares are for. Like the graphics, gun sound and joystick (did you program it?) you should also do a trailer and sort the adverts so they display correctly in landscape. Hope that helps, keep up the good work 😀

  • I've now added an HTML5 game to itch.io here:

    https://phonzogames.itch.io/buas-escape-elephant-adventure

    Please have a go and see what you think :0)

  • Hi all,

    Finally I've finished the demo of my upcoming game!

    Please check it out on Googleplay if you have a chance https://bit.ly/2SINhTv

    Subscribe to Construct videos now

    Thanks

    Alex

  • Nice work 👌

  • Thanks for the replies and the OBS suggestion, just screen captured the preview window at 60fps and cropped down in movie studio, perfect thanks.

  • Hi all,

    I'm currently trying to make a promo video that shows gameplay of my android game.

    I've tried using ezvid to record desktop and then opened the preview of bits of the game I want to feature. It's a bit clunky and think frame rate is an issue.

    Should I be recording at 30fps? Or 24fps?

    Is there a better way to record gameplay?

    Should I export as html5 and run it on my website and record it?

    Thanks for any help

    Alex

  • Anyone??

    I've downloaded Android studio but it's way too complicated.

    All I want is for my app icon to look ok rather than a white border around it.

    Hasn't anyone else had this problem?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Does nobody have the same issue?

    My icons look crap on my new phone.

    Is the only way to run Android studio and import the apk there?

    Any chance this will be included in the next update?

    Thanks

  • Ok thanks for the reply, I'll just sell this on.

    Is there a favoured tablet running 5.1 to test on?

    Thanks

  • Hi all,

    I'm trying to test my app on different devices so bought an old acer tablet running Android 5.1 as this is the lowest I will support.

    I've now found out it won't run my game as it doesn't run webgl??? I tried updating as per below.

    I set the runtime back to Construct 2 which uses canvas 2d and my game ran but was all messed up.

    What are we supposed to do as I want to support older devices?

    Do all android 5.1 phones/tablets not support webgl?

    Do I buy every tablet/phone??

    Do I redo my game in Construct 2 runtime and somehow have 2 .apks on googleplay?

    Do I now only support android 6+/7+/8+???

    Help!!!

  • Hi all,

    My demo is nearly done, just a few things to finish!

    I'm testing on various versions of android and the latest using adaptive icons which make my icon look crap with a white border.

    I've read up on the android dev site https://developer.android.com/guide/practices/ui_guidelines/icon_design_adaptive

    I can't see any tutorial relating to this.

    How do I save the layers in icons in construct?

    Thanks

    Alex

  • Hi all,

    I have top down game with touch controls Up/Down/Left/Right and have used the following events to control it.

    The character rotates smoothly towards the direction pressed but still has a little glitch if pressing the same direction as the character is already facing. Is there something I'm missing?

    Also the first time the touch controls are used there seems to be a bit of a delay. The control events are held on a seperate sheet and included in the level. Would this cause an issue?

    Hope that makes sense, thanks for any suggestions

    Alex

  • Great, thanks for the link Wulfy, plenty more to learn I'm sure!

  • Hi all,

    Just working on a top down game with a layout of 3840x2160. I just want to know the best practice of placing sprites on the map like traps/enemies etc.

    Do I:

    A) Place sprites on map as not visible and event of is on screen set visible?

    B) Place sprites off layout visible and event of overlapping an invisible trigger sprite move sprite to x,y?

    C) As B) but invisible and event of overlapping an invisible trigger sprite move sprite to x,y and make visible?

    D) Some other method?

    Thanks for any help!

    Alex

  • OK great thanks tarek2. Still getting used to c3. Think I put them on same layer in c2 as was restricted to number of layers. Thanks again 😀