Discuss Scratch

CEOofApple
Scratcher
38 posts

Is there a way to make text go far away into the screen?

Im trying to make some text to go away like when it happens in Star Wars so I was just wondering if I can do that.

Thanks

#CEOofApple



“If today were the last day of your life, would you want to do what you are about to do today?” - Steve Jobs
Check out my profile!
Follow Me!
xlk
Scratcher
100+ posts

Is there a way to make text go far away into the screen?

making it slide and changing it's size?
well, if each line is a sprite, have them spawn at the bottom, and multiply the're y position by 0.9 and make them smaller:
go to x:(0) y:(-180)
repeat (as many)
set y to ((y position) * [0.9])
change size by (-1)
end
hide

Powered by DjangoBB