Discuss Scratch

Deed20091
New Scratcher
8 posts

I got Scratch 2.0 v44 to work!

Bro are you sure?
Deed20091
New Scratcher
8 posts

I got Scratch 2.0 v44 to work!

I made this flying cat game:
when green flag clicked
set [score v] to (0)
go to x: (0) y: (0)
switch costume to [costume1 v]
forever
if <(distance to [mouse-pointer v]) > (10)> then
move (3) steps
point towards [mouse-pointer v]

when I receive [got-me v]
start sound [chomp v]
repeat (2)
switch costume to [costume2 v]
wait (.3) seconds
switch costume to [costume1 v]
Deed20091
New Scratcher
8 posts

I got Scratch 2.0 v44 to work!

added
<loud?>

Powered by DjangoBB