Hi guys, Im really new to construct and html5 games (used unity, udk, gamebryo before) just doing some research into doing an endless runner type of game on C2 and been searching around for info but couldnt get an answer. I've used bullet to get movement on it but its going from left to right instead of right to left. How can i change its direction without changing the sprites visual rotation?
Also i've started looking into arrays - would this be a good start to getting random platforms generated (and if theres an example or tutorial that i missed that covers spawning random objects from arrays with attributes applied to them)? In addition to this, how would i spawn these platforms from outside the layout and be destroyed when the sprite completely leaves the layout?
any help would be much appreciated.