- Joined
- Mar 28, 2016
- Messages
- 1,623
- Reaction score
- 1,439
- First Language
- French
- Primarily Uses
- RMMV
Ok guys, am trying make rotation of planet.
if the sunny ex:
If my Var Center=200;
how move other picture around this VAR Center?
In a parallel process
var radians = (Math.PI / 180) * Center;
if someone has an idea from concept to move an image around a variable valur. ?
Is possible ?
I am confident that I am take hurts
if the sunny ex:
If my Var Center=200;
how move other picture around this VAR Center?
In a parallel process
var radians = (Math.PI / 180) * Center;
Code:
$gameScreen.movePicture(1, 1, $gameMap.event(6)._x+radians, $gameMap.event(6)._y+radians, 40, 40, 255, 0, 240);
Code:
wait 3sec;
if someone has an idea from concept to move an image around a variable valur. ?
Is possible ?
I am confident that I am take hurts
Last edited by a moderator:
