For the jumping, post the project so people can see whats wrong. Also the music thing should work. .wav or .mp3 files are good to use.
Offline
archmage wrote:
For the jumping, post the project so people can see whats wrong. Also the music thing should work. .wav or .mp3 files are good to use.
But sadly midis do not work. I mean their so good!
Offline
Ok heres my jumping script that i followed archmage on: (and btw i had to modify a bit cuz my game is scrolling)
<when green flag clicked>
<set{ yVelocity }to( 0
<forever>
<if><< <touching[ sprite2 <or> << <touching[ sprite3 <or> << <touching[ sprite4 <and> <key[ up arrow ]pressed?> >> >> >>
<set{ yVelocity }to( 1
<if><key[ up arrow ]pressed?>
<set{ yVelocity }to( 15
<end>
<change{ yVelocity }by( -1
<change y by( <{ yVelocity }>
and that's it
Offline
wat r sprites 2, 3 and 4?
Last edited by funkymonkey (2008-04-17 21:38:12)
Offline