Hi guys,
I am trying to choose an image by using a file chooser on layout 1, then after I have chosen an image, i wanted to show the image on the sprite on layout 2. On the event sheet, I tried
FileChooser on Changed - System Go to Layout2, sprite Load Image from FileChooser.FileURLAt(0)
I manage to move to layout 2, but the sprite doesn't show the image, why??
Thanks!