Discuss Scratch
- Discussion Forums
- » Show and Tell
- » Free platform scripts to use in your projects
- Platform_Scripts
-
New Scratcher
1 post
Free platform scripts to use in your projects
Click my name and choose a project. See inside and put the script in your backpack.
- Pudding_the_cat
-
Scratcher
3 posts
Free platform scripts to use in your projects
Do you want use to give credit to you if we use the platform?

- miniepicness
-
Scratcher
1000+ posts
Free platform scripts to use in your projects
I made a simple gravity script!:
define G R A V - P H S Y I C S
if <touching color [#bb8] ?> then
change y by (10)
end
if (not<touching color [#bb8] ?>) then
change y by (-10)
end
Last edited by miniepicness (May 1, 2016 22:56:19)
- Discussion Forums
- » Show and Tell
- » Free platform scripts to use in your projects

