- 551 topics

Creating your own computer graphics. Questions, guides, tutorials, tips, and best practices.

You cannot create topics in this forum.

A script to animate a small rumble (blurry effect if needed)

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?

Transparent Coding

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?

How do i delete a set?

I made a mistake I accidentally created a set called "set name" instead of adding the cursor to my original set

How to make a cursor from and image on the screen...

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...

more efficient way to apply cursors

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...

How to get selection using JSScripting?

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...

Cursor Editor Problem

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...

Script that replaces one color with another with tolerance.

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...

Make Inverting Cursors

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...

I make Pokemon cursors

If you want a Pokemon cursor, reply to this topic I make Pokemon cursors, if you would like a pokemon cursor please respond.

Inverted Colors Cursors

like the Windows ones How do I make cursors with inverted colors in Realworld Cursor Editor. Please help!

cursor editor ideas

any ideas on new cursors u want to see

Handwriting Programs

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.

How to change layers

When I draw something I cant see the layers tool box and now I can't change layers.

Cute Cursor Creation Idea.

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...

Help! Document.Animation.GetFrame(0) not working!

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

Is there a paintbrush tool?

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...

A Script Request (RWPaint user)

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:...

Default Link Select Cursor in Windows XP

...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 ...

How to animate a name by making certain canvas size

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...

Script, Transfer image layer to alpha layer

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...

count the number of pixels of a certain color

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. ...

Replacing colors

How does one replace colors on cursors? I have a yellow among us cursor set. I was wondering if there was a better way of changing the color scheme than just using the fill bucket to replace all the yellow with red.

Glossy cursor

I recently planned to create a glossy cursor set but I don't know how to create a gloss/glassy effect on the cursor. Can anyone help me please?

Loading Sprites

Javascript code for adding Windows 7 or Linux Fedora working in background and busy sprites Please, I need a Javascript (JScript code) code for adding loading sprites for the Windows 7 and Linux Fedora working in background and busy sprites to the cursor. Idea...