Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » how do you make a fruit merge game
- koalala01
-
Scratcher
2 posts
how do you make a fruit merge game
how do you like make the cloning part of it. you click it and it falls so but how to make the sprites clone -
inspiration - https://www.rapidwebapp.com/games/fruitmerge#google_vignette
inspiration - https://www.rapidwebapp.com/games/fruitmerge#google_vignette
- FlameyBros
-
Scratcher
8 posts
how do you make a fruit merge game
I assume you mean the merging of the fruits and how they form a bigger fruit, I think the fruits are made clones and If two clones do touch, they are made into a bigger fruit.
if <touching [same fruit] ?> then
Merge fruits
end
- Hypothes
-
Scratcher
44 posts
how do you make a fruit merge game
for cloning, use this block:
create clone of [ v]
- Discussion Forums
- » Help with Scripts
-
» how do you make a fruit merge game


