RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

[RMVX] Draw pixels from one point to an other

Started by Mitsarugi, March 11, 2012, 01:38:28 AM

0 Members and 1 Guest are viewing this topic.

Mitsarugi

<Draw pixels from one point to an other>



Features Desired

  • Draw pixels from one point to an other


Games its been in

  • I dont know any ^^




Did you search?
Yes

Where did you search?

  • Google
  • RMRK

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.

modern algebra

In scripting parlance, we call that a line.

Anyway, my Bitmap Addons 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.

Mitsarugi

Quote from: modern algebra on March 11, 2012, 05:52:53 PM
In scripting parlance, we call that a line.

Anyway, my Bitmap Addons 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