Any ideas what can I make?

id: 751560

category: New Scratchers

posts: 2

I want to make something a little complicated that most new scratchers don't do, but I don't have any ideas. Any ideas?
hmm… if you are COMPLETELY NEW to scratch, I would recommend doing some simple projects, like ping pong, a game of catching something that falls from the sky, in fact, so that you don't have to study complicated code later, here you go an aid to make a simple but fluid movement system
when green flag clicked
forever
if <key [Right v] pressed?> then
move (5) steps
end
end
I'll give you this one, since if you use this other code it will seem stuck
when [Right v] key pressed
move (5) steps