Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Clicker Game Clones
- ShadowOnTheHorizon
-
44 posts
Clicker Game Clones
So I'm trying to create a clicker game, but I want to be able to make buildings, similar to cookie clicker without using clones due to the 300 clone limit. I've spent 2 weeks trying to do this but I've just given up and decided to go to the forums. Please help!
- BatteRaquette58
-
100+ posts
Clicker Game Clones
You can do it with clones. First go on GarboMuffin's profile and there should be a project containing a “is TurboWarp?” , go inside and put it in your backpack. Go back in your project and do something like that:
here is the template of the link: turbowarp.org/<project id>?clones=Infinity&interpolation
The “clones=Infinity” means that there is no limit for the clone number. The “interpolation” isn't necessary and has nothing to do with clones but it makes the game moe smoother which is nice.
Hope this helped!
when green flag clickedIf they aren't on TurboWarp, make a screen saying have to click the TurboWarp link in description.
if <is TurboWarp?> then
broadcast [Start v]
end
here is the template of the link: turbowarp.org/<project id>?clones=Infinity&interpolation
The “clones=Infinity” means that there is no limit for the clone number. The “interpolation” isn't necessary and has nothing to do with clones but it makes the game moe smoother which is nice.
Hope this helped!
- Discussion Forums
- » Help with Scripts
-
» Clicker Game Clones