I'm new to scratch and so far all i have a unicorn that can jump and move back and forth, I need to know how to make a solid surface of platform that i can make the unicorn jump on and stand on without falling through, Thanks
Offline
I recommend you to use a platforming base:
http://scratch.mit.edu/projects/RHY3756547/845502
http://scratch.mit.edu/projects/archmage/635312
http://scratch.mit.edu/projects/Dieselblue9/1068155
Click here for further information.
Offline
Make the surface a particular colour and then say something like
{When start clicked}
\forever\
\if < <not <touching colour [colour]> > and < (jumping) = (0) > > \
[change y by (10)]
\end if\
\end forever\
make a variable jumping for when up (or whatever) is pressed...
That's really simple...Just ask someone if you want complex velocity scripts...I don't have much time now.
Offline