This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-07-15 20:53:35

skykoi
Scratcher
Registered: 2012-06-30
Posts: 22

How do I make my sprite not go through platform?

WHats the script you do to make it so your sprite stands on a platform?

Offline

 

#2 2012-07-17 00:00:58

daniel_j
Scratcher
Registered: 2012-05-22
Posts: 100+

Re: How do I make my sprite not go through platform?

What you need is a gravity script.
I don't have the scratchblock skills to write one out, so check out the game in my sig, if you look at the script, you should understand  smile


http://i50.tinypic.com/2dhgnsx.jpg

Offline

 

#3 2012-07-17 00:02:01

daniel_j
Scratcher
Registered: 2012-05-22
Posts: 100+

Re: How do I make my sprite not go through platform?

[scratchblocks]
when gf clicked
forever
if <touching (color )>
change Y by -10
[/scratchblocks


http://i50.tinypic.com/2dhgnsx.jpg

Offline

 

Board footer