I am making a jungle platformer with the default assets, and i can't do the jumping coconut and the bee to fly?
what i should do to do it?
you want these to happen on their own right
yes, for the platformer, those would be the enemies
Import the animation frames like in the beginners tutorial and assign them the bullet behavior if you want them to fly. You can also assign the "Sine" behavior if you want them to move in a wavelike pattern. And for any ground based enemies, you can assign them the platform behavior and then you can use transparent sprites or other logic to get them to move the way you want. This is also covered in the beginners tutorial.
Develop games in your browser. Powerful, performant & highly capable.
thanks men, im going to do that right now and read the tutorial <img src="smileys/smiley42.gif" border="0" align="middle" />