Post your Capx file.
1- Look at the tutorial (link).
2- There is a Ad revenue share on Kongregate (link) but I don't know if you will make you rich with that.
Create a new layout for the next level. Then:
I finally found time to completed my game for the Underground Jam (https://www.scirra.com/arcade/underground-jam/it-invader-1902). I don't have more time to polish it but I'm satisfied of the result.
Badmiracle
Instead of
Condition: Every 1 Second
Action: Subtract 1 from Random Timer
Use
Condition: Every tick
Action: Subtract dt from Random Timer
to be more accurate.
Develop games in your browser. Powerful, performant & highly capable.
ID1 is the ID of the leaderboard, not the player ID. You could have more than on leaderboard in you game. Scirra will manage the player ID.
1- Create an event to submit your score.
2- Export your project for Scirra Arcade.
3- Upload your project zip file on Scirra web site.
4- Enjoy.
You must click on a point before:
It works for me. If you post your capx, I could take a look at it.
Maybe the manual could help you.
Something like this?
Look at the Touch expressions in the manual https://www.scirra.com/manual/119/touch
Maybe something like this could do the job:
Did you make your rails <Solid>. Maybe you can post your capx.
It's a very good method to use. Even if the tutorial is very well done, maybe you will have some problems implementing it if you don't have any experiences with MySQL & PHP.