I am being extremely stupid, and am getting so desperate I don't mind admitting it.

I have a stack containing a series of images that are 'empty' images with their
sources set to an external folder.

Now in my stackScript I have this:

|global route66 on preOpenStack put specialFolderPath("resources") & "/Desktop/Obfuscated/May 2018/assets/img/" into route66 go to card "TITLE" end preOpenStack|

and in my cardScript I have this:

|on preOpenCard set the lockScreen to true -------- set the filename of img "p1" to empty ------- set the filename of img "p1" to (route66 & "c1.png") set the blendlevel of img "p1" to 0 -------- wait 3 ticks set the lockScreen to false end preOpenCard so, WHY cannot I see the target image, merely a horrible grey square? Richmond. |


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

Reply via email to