Script problem

id: 749435

category: Help with Scripts

posts: 1

Kidfaster Kidfaster loading
Hi! I make a game with a ball and I want to make the walls solid(the ball don't go in the wall). Here is ball movement script:

when I receive [ Start Game]
show
forever
if <key [ space] pressed?> then
glide (2) secs to x: (mouse x) y: (mouse y)
end
end