Discuss Scratch

wikibro300000
Scratcher
1000+ posts

how do you get sprites off-screen

I remember dat ders a wai 2 gat spwites of scween but I forgor
CST1229
Scratcher
1000+ posts

how do you get sprites off-screen

Switch to a big costume before moving the sprite offscreen, then switch back after.
wikibro300000
Scratcher
1000+ posts

how do you get sprites off-screen

CST1229 wrote:

Switch to a big costume before moving the sprite offscreen, then switch back after.
doesnt work for me
do you mean like dupe the first costume and make it bigger?
and then just:
when green flag clicked
forever
switch costume to [2 v]
switch costume to [1 v]
end

Last edited by wikibro300000 (July 16, 2023 09:16:38)

CST1229
Scratcher
1000+ posts

how do you get sprites off-screen

wikibro300000 wrote:

(#3)

CST1229 wrote:

Switch to a big costume before moving the sprite offscreen, then switch back after.
doesnt work for me
do you mean like dupe the first costume and make it bigger?
and then just:
when green flag clicked
forever
switch costume to [2 v]
switch costume to [1 v]
end
I mean something like this

ant3k5
Scratcher
100+ posts

how do you get sprites off-screen

when green flag clicked
set [temp v] to (costume #)
switch costume to [BIG v]
go to x: (out of bounds) y: (out of bounds)
switch costume to (temp)
set [temp v] to (0)
wikibro300000
Scratcher
1000+ posts

how do you get sprites off-screen

CST1229 wrote:

wikibro300000 wrote:

(#3)

CST1229 wrote:

Switch to a big costume before moving the sprite offscreen, then switch back after.
doesnt work for me
do you mean like dupe the first costume and make it bigger?
and then just:
when green flag clicked
forever
switch costume to [2 v]
switch costume to [1 v]
end
I mean something like this

Alright ty

Powered by DjangoBB