Cursor image
Paul Hibbert
paulhibbert at mac.com
Mon Mar 10 15:55:17 EDT 2014
No need for GIMP in this caseā¦
export snapshot from img "myCursorImg" to tImg as PNG
set the blendLevel of img "myCursorImg" to 0
put tImg into img "myCursorImg"
Also you could store the text of the original image in a custom prop to reset it if necessary.
Paul
On 2014-03-10, at 11:38 AM, Richmond <richmondmathewson at gmail.com> wrote:
> On 10/03/14 18:34, Peter Haworth wrote:
>> I'm setting the cursor to the ID of an image that has its blendlevel set to
>> 60 but the image appears as if its blendlevel were 0. I'm guessing there
>> are some limitations on how an image is displayed when used as a cursor?
>>
>> Pete
>>
>
> Of course one of the ways to get around this would be to save your cursor image as a PNG image with GIMP
> with the transparency set to level you want.
>
> Then import it into Livecode and use it as before.
>
> Richmond.
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list