Discuss Scratch

Mexy_
Scratcher
3 posts

Zoom effect

Hello! I was drawing some art on scratch, but I wanted to make it more interesting! I want to add the zooming effect that you see on those art projects. I want it so that when you click, it smoothly zooms. I don't know how to do that so I would really appreciate it if someone could help!
PineappleWingsoffire
Scratcher
2 posts

Zoom effect

Hello! Try this out!

when this sprite clicked
repeat (40)
change size by (5)
end

You can do the numbers however you want, thats just what I put down! ^^

Last edited by PineappleWingsoffire (March 26, 2024 21:16:57)

PineappleWingsoffire
Scratcher
2 posts

Zoom effect

And for a smoother stop, do this!

when this sprite clicked
repeat (40)
change size by (5)
end
repeat (5)
change size by (4)
end
repeat (5)
change size by (3)
end
repeat (5)
change size by (2)
end
repeat (5)
change size by (1)
end
Mexy_
Scratcher
3 posts

Zoom effect

Thank you! But for whatever reason, it's still not very smooth…
Mexy_
Scratcher
3 posts

Zoom effect

Actually it's the same
kingKASEtheGREATalt
Scratcher
100+ posts

Zoom effect

see this project for a custom block that does exactly that: https://scratch.mit.edu/projects/419158178/editor/

Powered by DjangoBB