<Draw pixels from one point to an other>
Features Desired
- Draw pixels from one point to an other
Games its been in
Did you search?Yes
Where did you search?What did you search for?
- Draw pixels from one point to an other
- Pixels from one point to an other script
- Draw pixels from one point to an other script rpg maker vx
i would like to request a script that lets me draw a custom image or scripted pixels from one point to an other , for a fishing line effect in a mini game.
The fishing line should go from the player to an event, using the X;Y coordinates.
In scripting parlance, we call that a line.
Anyway, my Bitmap Addons (http://rmrk.net/index.php/topic,32286.0.html) scripts adds a method for drawing a line to the Bitmap class. Seeing as you want it on the map, you would parobably need to create a sprite and go from there.
Quote from: modern algebra on March 11, 2012, 05:52:53 PM
In scripting parlance, we call that a line.
Anyway, my Bitmap Addons (http://rmrk.net/index.php/topic,32286.0.html) scripts adds a method for drawing a line to the Bitmap class. Seeing as you want it on the map, you would parobably need to create a sprite and go from there.
Thanks Modern Algebra ^^ , i'll see if i can get it to work