This will be very useful for my upcoming cursors I want RWCursorEditor to make me a small rumble animation for any image to make into an animated cursor as a script. Is it possible?
by nibbler, 2 replies, updated on February 12th 2024
I need a code ASAP Hey, I'm looking for a code for making all of the pixels change alpha of your choice. In other words, make the picture transparent. Is there a code for this?
by nibbler, 2 replies, updated on November 22nd 2021
Post your scripts, and find some more I hope users will post various scripts here to enhance the general awesomeness of the RealWorld applications suite and help each other. Following is a template (for ease of browsing) to post scripts. Description: describe ...
by ___xed___, 3 replies, updated on July 30th 2018
For those looking to learn how the scripts work, I recommend to look at the scripting tutorial and to read the documentation. Also, the cursor wizards in the cursor editor are scripted and are good examples of scripts (look here).
People have wanted to know this, so I'm posting it... Making a cursor from an image on the screen is quite simple - you really only need two programs: RealWorld Cursor editor (or other cursor editor, but I reccomend RealWorld), and MSpaint. First, take a scree...
instead of having to individually click 14 of the main cursor options, is there an application that could possibly automate this process? also i am aware of install.inf files that do automate this, but that also requires you to type the name of every cursor fi...
I have a script that I mentioned before that recolors pixels monochromically. Within an UI mockup I use it to change the states of various elements, icons and text mostly. The script currently works on everything on a layer, and as the mockups are sizeable, th...
by jediYellow, 9 replies, updated on December 20th 2024
A RealWorld Cursor Editor Bug Hi. I downloaded the editor for my son a few days ago. Things seemed to be going great until for some reason, whenever we try to create a new cursor with 'New Static Cursor' the editor opens and the entire editor is blank, just gr...
by Anonymous, 64 replies, updated on October 26th 2024
I'm trying to create a script that replaces oldColor with newColor with a tolerance (0-100) in percent. Sadly I couldn't find a way to get HSV from a particular variable so I am stuck on using RGB (wait... does it use BGR format instead??) and scraping the val...
Like the "improve visability" cursors that Windows come with Simply put, how I do go about making a cursor that has a field that will invert the colors behind it. Windows comes with three sets (Small, Medium, and Large) that is meant for people with vision imp...
by ZanderArch, 11 replies, updated on June 15th 2024
Programs that use the Handwriting cursor Does anyone know of any drawing or similar programs that use the Handwriting cursor? I always make complete sets but I've never seen the Handwriting or Alternate Select cursors in use.
by egarcia1360, 5 replies, updated on December 8th 2023
Any recommendations? Hi! im looking for cursor ideas/requests to make. i do cursors like: cute kawaii soft colors fruits. and i was running out of ideas. does anyone have any idea what i should make next? if you have any ideas,reply to this post. thanks for yo...
This is my code and it gives me an error! var frame0 = Document.Animation.GetFrame(0); Unable to get property 'GetFrame' of undefined or null reference
like a tool that changes colors in different spots to another color. So I'm making sprites using Real World Cursor Editor but I want to know if there is some kind of paintbrush tool that changes all of 1 color to another. (by the way I mean like not in all the...
by LewisTehKat28, 9 replies, updated on July 13th 2023
plus an idea for forum expansion Hi, I've been using RWPaint for all my art projets for the past 2-3 years. It was so perfect for my needs that I didn't need to ask for anything. Because I didn't know ( 😞 ) it's scripting capabilities. Now I need something:...
by ___xed___, 20 replies, updated on June 2nd 2023
...does anyone know its location? I've always wondered in what directory the standard "link select" cursor was in Windows XP. It's NOT in "C:\Windows\Cursors", I've checked and double-checked. Even running a search for ".cur", I've returned only those cursors ...
by FerrariMan, 16 replies, updated on May 23rd 2023
How? I forgot I found out by making a certain sized canvas and just having a 'name' png that it would animate like a marquee once i uploaded it into Real World Cursor editor. Anybody know what size, because i forgot this bit of info? What size should the canva...
Transfers the color of one layer to the alpha of another layer, creating a new layer with the result. --Vlasta wrote this for me some time back. ;| "Configuration" Context; var li = Document.LayeredImage; var n = li.Layers; var names = []; for (var i = 0; i &l...
by jediYellow, 0 replies, updated on October 21st 2022
in RW-Paint I need to check how many pixels of a certain color is used in an image. The perfect scenario: I colorpick on a pixel in my image, and in the palette it tells how many pixels are from this color. It would be good if the output can be turned on/off. ...
by GodRage, 4 replies, updated on October 8th 2022