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 <[email protected]> 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
> [email protected]
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to