You and your friends can do separate event sheets with different variables, functions...etc.
The copy to the final merge project.
Try to download it and extract to folder.
Then open project folder in c3 and choose your folder location.
Maybe there is a corruption when saving to c3p.
You need to add a condition that if ammo > 0 => do shooting.
Then when you are out of ammo, the actions behind won't be executed.
What do you have now in your event sheet?
Actually you can draw the arc by drawing multiple lines from the center of circle to every points on the circle:
upbeat-payne-96f97b.netlify.app
You can add 2 invisible sprites(top and bottom), on drag object overlaps which sprite, it will scroll up or down.
Develop games in your browser. Powerful, performant & highly capable.
And with your condition find, you can try with:
If tokenat(TaskCardsSave,loopindex,"/")=X, then do action.
Browser Log help me a lot when I need debug anything.
You add Browser plugin and then you display the log when pressing F12 in runtime.
You can know the conditions/actions correct or not.
Save your achievement into Local storage then get it back when load the game.
Check the Local Storage example for more details.
No for me.
It's super smooth.
No for me. It's super smooth.
Let's get log of the string that will be replaced by using Browser.Log
You can remove the &"/" in replace string and replace one more time "//" with "/".
Tested on Sony Xperia Z2 and both links play normally.
If not overlap with enemy and HP is less than maxHP, add 1 into HP.
Glad that you fixed it!
But be careful with these:
- When the boss HP <= 0 will make the action do to infinity.
- And you should destroy the boss after you created everything related.