Hello,
1. How do you save the file so that you wouldn't need to always open construct 2 to play it, and only need to play via browser? do you export it as a html 5 file?
2. In my game when you click M1 you spawn a block, how would I create a delay so that every say, 0.5-1 seconds you can spawn another block oppose to people being able to spam blocks?
3. How would I create a block limit so that if someone creates lets say 10 blocks and then they create one more block it deletes the first block they placed, if they create another, it deletes the second block they placed, would this have something to do with instance variables?
Thanks.