More simple lamer stuff I don't quite understand in Livecode!
This only fails when my image assets are referenced rather than embedded.
I don't want to embed all the assets (they are changing throughout development and I am replacing them). This is ultimately for a mobile app (I have the assets folder in the 'CopyFiles' file path).
Here's how I am getting the image:
Code: Select all
put image tImageName of cd "Assets01" of stack "AssetsStack" into image "prepImage" of this card
Kind regards, Paul.