Hi Andreas,
I'm having trouble with the following script when compiled for Mac (x86).
Code: Select all
BackgroundBrush=LoadBrush(NIL, "Background.png")
CreateTexturedBGPic(1,BackgroundBrush,640,480)
DisplayBGPic(1)
Repeat
WaitEvent
Forever
The file "Background.png" is located in the same folder as the executable. Should it be placed someplace else? Does this script work for you when compiled for x86 Mac?