Hello everybody. Here are some beginner´s questions I´ve been wondering about:
1. Is there a maximum layout size or somekind of a limit to it? When it will start to affect game smoothness if too big? Probably mobile versions must be smaller right? What are the limits to mobile version?
2. Does animated object have to have exactly same collision points?
3. Which one is a better solution a) to put all the tick actions into the same place OR b) different places in event sheet as ticks don´t have a second condition in order to take action.
4. How is the loader layout done? Is there an example capx somewhere? I would like to put my games instructions into it.
5. Is there a way to understand javascript errors to know exactly where they point and to know exactly what went wrong. I guess construct 2 turns the game into a javascript code, so is it possible to see that code?
A lot of questions, i know.