simple pointer demo(how to make an actor point to another...
![Post Post](styles/prosilver/imageset/icon_post_target.gif)
actor,
it is VERY, VERY simple.
to make the pointer point at another actor just change the code on the draw actor event of your pointer to,
the reason I made this Dmo is because so many people ask how to rotate an actor,
so other people have to answer again and again each time.
it is VERY, VERY simple.
![Very Happy :D](http://game-editor.com/forum/images/smilies/icon_biggrin.gif)
to make the pointer point at another actor just change the code on the draw actor event of your pointer to,
- Code: Select all
animpos = direction(x, y, yourotheractor.x, yourotheractor.y) / 10;
![Very Happy :D](http://game-editor.com/forum/images/smilies/icon_biggrin.gif)
the reason I made this Dmo is because so many people ask how to rotate an actor,
so other people have to answer again and again each time.