Pages: 1
Topic closed
Does it have gravity and jumping? or is it top down?
Jumping: http://scratch.mit.edu/projects/archmage/101212
Top down: import the friction marble sprite
Offline
So instead of <change x by( <{ x vel }> [/blocks]
or <change y by( <{ y vel }> [/blocks]
simply put <change{ scroll x }by( <{ x vel }> [/blocks]
and <change{ scroll y }by( <{ y vel }> [/blocks]
BTW, sensing is already covered in the project I linked you for jumping.
Last edited by bhz (2008-12-06 18:32:42)
Offline
<when green flag clicked><forever><if><key[right arrow]pressed?><repeat until><(<{x velocity}> <=> 10)><change{ x velocity }by( 0.1 the problem is it keeps changing the velocity and doesn't stop.
Offline
Topic closed
Pages: 1