Hey we are very excited that we create our second 3D game and first io game. You can race other 2 pod in game. they are flying randomly. Pls make comment we are still updating game features and levels. https://itunes.apple.com/us/app/pod-race-3d/id1448096520 https://play.google.com/store/apps/details?id=com.ponyom.podrace Thanks
It look very fun form the video Updates: the game look great the system also work like a charm I really love how you made it so challenging to compete against virtual players I’m wondering how did you acomplish that The cons is the game has a mixed of simple and complex object - whats the use of the coins if there is no character to unlock - there is no back or home button - the games crashed and I lost all the progress I made. Also want to ask how many level the game have?
Thanks for comments - i used same code for virtual players. only i added timer and change random location on screen. every 3 sec virtual players flying different location. - i used global var for score and levels. i didn't use coin. i share before how to change character. i am looking level number and change character. https://www.buildbox.com/forum/inde...racter-in-buildbox-3-sample.14980/#post-82799 - i know still there is still crash problem and game is not saving automatically. i asked to support buildbox, still waiting :/ - now there is 25 scene, and game is playing randomly this 25 scene. levels are endless.
Nice !! Can I ask about progression counter Every time I use my progression counter, it just keeps going. it never resets to 1 when I restart?
its work with distance. let dist = this.scene().path().pathPosition(); let value = dist*(1/Settings['gamedist']); //your level distance _bar.setScale(value,1,1);
I exported 2 assets from progression template. You need to put one inside ui aswell. But I have a problem in where it doesn't reset after I restart a level lol As soon as I know it's working 100% then I can make a tutorial for it
Hi weboha! It's really cool. Congs! Do you mind if i ask how did you make the movement? I am using touch move and it does not work with y axis at all.