Can anyone help me to made custom cursors??

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
LESTROSO
Posts: 85
Joined: Wed Apr 04, 2007 6:14 pm
Contact:

Can anyone help me to made custom cursors??

Post by LESTROSO » Thu Apr 05, 2007 4:15 pm

:cry: Please, can anyone help me to made custom cursors in mac os x

(10.4.6), which program is the best to build them? if possible the program is

free to made it......thanks a lot in advance.......

Bye, Lestroso....... :lol:

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Post by Mark » Thu Apr 05, 2007 5:06 pm

Hi,

In the Developers section of the Economy-x-Talk homepage (see below), you will find a collection of cursors by Stephen Goldberg. This collection optionally includes a standalone with information about making cursors.

Best regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Obleo
Posts: 174
Joined: Mon Apr 10, 2006 10:35 pm
Contact:

Post by Obleo » Thu Apr 05, 2007 6:57 pm

If your looking for free programs; open source would be the best beat; such as The Gimp (photoshop type app), Pencil (animation tool with vector and bitmap tools), Inkscape (Illustrator like), Pixen (bitmap pixel art tool)

LESTROSO
Posts: 85
Joined: Wed Apr 04, 2007 6:14 pm
Contact:

Post by LESTROSO » Fri Apr 06, 2007 5:56 pm

Thanks very much, now i will go to that site and see and i look for that free programs....thanks....a lot...

Good Easter....:D


Bye Lestroso

LESTROSO
Posts: 85
Joined: Wed Apr 04, 2007 6:14 pm
Contact:

Post by LESTROSO » Sun Apr 08, 2007 4:07 pm

:cry: Hy to everybody...........

Can someone help me about made custom cursor?? Because i have tryed to open the script examples, but without success.........

Please can anyone tell me the steps to make a custom cursor in revolution 2.8?????

Thanks in advance.....


Bye....

Lestroso...... :D

LESTROSO
Posts: 85
Joined: Wed Apr 04, 2007 6:14 pm
Contact:

Post by LESTROSO » Sun Apr 08, 2007 4:21 pm

hy..... i have found the stack custom cursors in the site http://economy-x-talk.com , just now........


i saw that i have to save the image cursor in png, but jaqueline of revolution support told me that in 2.8 ide you must save as gif, because when you made custom cursor and export in windows xp, your application quit unexpected.....cause an error and quit....

now i have to try this fact........

bye... lestroso :lol:

LESTROSO
Posts: 85
Joined: Wed Apr 04, 2007 6:14 pm
Contact:

Post by LESTROSO » Mon Apr 09, 2007 8:10 pm

Here the solution........ :lol:


Custom Cursors in Revolution:

1) Open" Photoshop or Gimp".

2) Set mode to "rgb color", "Background Transparent"," width and height to 16 pixels".

3) Change Mode to "Indexed Color", then set to "Exact", "Forced Web", "Trasparency checked" and "Matte to None".

4)Set the view to 400%, then use pencil with color web setted and choose black and white color only!!!!!

Rember color cursors don't work well on revolution........

5)Then Name and save all as PNG....

6) Import in the stack the cursor in the image library .

7)To use your cursor in the script write like this......:

On mouseup

set lockcursor to true

set the cursor to 1100 (Place the number the same of your cursor as you see in your library image)

end mouseup


The cursor will work fine in Mac Os x and Windows xp or Vista...
Personally i have tested my cursors with 2.8 revolution (build 370) in mac os x and in simulation on windows xp (OK!!!!)

Have fun!!!! :wink:

Lestroso

Post Reply