Search found 2 matches

by Icy Tiger
Fri Jan 11, 2008 6:02 pm
Forum: Talking LiveCode
Topic: Cursors
Replies: 2
Views: 3480

That scripting makes sense! I have always done

Code: Select all

set the cursor to 1053
, instead of

Code: Select all

image 1053
. That might make all the difference... And I will be careful about all the properties of the image, to make it the right size. Thanks ^^
by Icy Tiger
Thu Jan 10, 2008 5:42 pm
Forum: Talking LiveCode
Topic: Cursors
Replies: 2
Views: 3480

Cursors

I don't know where I should post this, but I figured this is talking Revolution shortly beyond the basics.

I have tried using the

Code: Select all

set the cursor to image id
code, but it either changes my cursor to a glitchy blob, or does nothing.

Am I doing anything wrong? Thanks in advance ^^