1 decade ago by Garinova
As I mentioned I'm brand new to impact and completely new to doing programming, especially where javascript is concerned.
I did a few searches on the forums here to find what I considered to perhaps be some common questions, but some didn't offer any definitive answers and a few returned no relevant results.
So...
Game Screen Size: This is my first question, I have already been tinkering with the level editor and doing things but I wanted to know, is there a best practice for the size of the playing screen. Ideally I want to go in the direction of building games that are viable on a smartphone, particularly android. That requires the controls to work on touch screen (or mouse click).
With so many phones having varying screen size, I was curious if anyone knew a particular screen size to use.
---
Game Interface: I was so surprised that I didn't find any relevant post about having a persistent game interface like a score / ammo / health tracker on the forums. I am very curious as to how to make one using 2 methods.
1 - Persistent, always on at the top of bottom of the screen.
2 - Selectable, like a menu feature when you press a button.
---
I appreciate any input available from the community
I did a few searches on the forums here to find what I considered to perhaps be some common questions, but some didn't offer any definitive answers and a few returned no relevant results.
So...
Game Screen Size: This is my first question, I have already been tinkering with the level editor and doing things but I wanted to know, is there a best practice for the size of the playing screen. Ideally I want to go in the direction of building games that are viable on a smartphone, particularly android. That requires the controls to work on touch screen (or mouse click).
With so many phones having varying screen size, I was curious if anyone knew a particular screen size to use.
---
Game Interface: I was so surprised that I didn't find any relevant post about having a persistent game interface like a score / ammo / health tracker on the forums. I am very curious as to how to make one using 2 methods.
1 - Persistent, always on at the top of bottom of the screen.
2 - Selectable, like a menu feature when you press a button.
---
I appreciate any input available from the community