ITs great for you first project. Much better than mine! Keep up the good work. I posted a huge comment on it about what you could do to improve.
Offline
Very nice project, especially for your first one! I look forward to seeing other projects of yours.
Offline
Okay here is my tut for the Jumping thing.
<when green flag clicked>
<forever>
<if><< <( <{ Jumplimit }> <=> 1 )> <and> <key[ Up Arrow ]pressed?> >>
<change{ Y Velocity }by( 7
<set{Jumplimit }to( 0
<end>
<end>
<when green flag clicked>
<forever>
<if><touching color[ Black]
<set{ Jump Limit }to( 1
<end><end>
Offline