RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[RMVX] Draw pixels from one point to an other

0 Members and 1 Guest are viewing this topic.

***
Rep:
Level 81
Monster Hunter
<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.

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Use of Avatar and Signature Space2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Veteran2010 Most Mature Member2010 Favourite Staff Member
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.

***
Rep:
Level 81
Monster Hunter
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