custom cursor

rgriffit at ctc.net rgriffit at ctc.net
Thu Jun 9 10:13:03 EDT 2005


>Date: 9-Jun-2005 10:00:45 -0400
>From: "Ken Ray" <kray at sonsothunder.com>
>Reply-To: "How to use Revolution" <use-revolution at lists.runrev.com>
>To: "Use Revolution List" <use-revolution at lists.runrev.com>
>Subject: Re: custom cursor
>
>On 6/9/05 12:46 AM, "Nicolas Cueto" <nicolas_cueto at yahoo.com> wrote:
>
>> Hello,
>> 
>> I need a big (and cute!) cursor for a
>> preKindergarten stack I made.
>> 
>> The docs advise custom cursors be three
>> colors, while a writer in the archives (Ken
>> Ray) suggests using Rev's editing tools to
>> draw my own cursor.
>> 
>> Well, first I tried the draw-your-own advise
>> and  made a standalone to test it out.
>> However, this command failed
>> 
>> on mouseUp
>>   set cursor to [image id number]
>
>NIcolas, can you try:
>
>  set the cursor to [image id number]
>
>?? I think you need the "the".

You might also want to include "lock cursor" so that it will not reset.

If you do not use "lock cursor", the cursor will change for a very short time (so short you might not notice the change at all!). Locking the cursor will make a difference and give persistence to the object.

You will need to think about cursor changes inside different objects. So consider what will happen "on enterfield", etc.

Regards,

Raymond E. Griffith




More information about the use-livecode mailing list