Thanks Mpplant & Frozen Dev!
How can I calculate all of the instance variables added up if there are X instances with different variables?
Sprite 1 (1) .Weight = 10
Sprite 1 (2) .Weight = 5
Sprite 1 (3) . Weight = 2
TotalWeight = 17
Ohh, forgot about the parenthesis.
How do I get the X between a & b?
a-----------------X----------------b
a----X-----b
Tried: a.X + b.X / 2
Add a sensor around the player planet and if the asteroid is overlapping the sensor and if the overall velocity is more than 200, 300 whatever, activate boolean "rotate_phase"
Soz man, Im not a guru myself, but you might be able to do the rotation using imagepoints without the physics enabled during the "rotation phase"
Voted up ;D
Looks amazing
https://drive.google.com/open?id=0B8Hlh ... HRvLTdPT1k (;
EZ, thanks
Develop games in your browser. Powerful, performant & highly capable.
Sure, making one
Nice & tense, Powerups would be awesome
How can I round the position of a sprite to every 32 pixels?
Sprite.x = Mouse.x (rounded to closest multiple of 32)
Member since 27 Jun, 2014