Greetings there! ^_^
So i newely bought the C2 and have looked up on the tutorials, but however there is 1 thing i need help with!
The file chooser! What i want to do is simply;
Allow to upload an image 1 by 1, that is let's say you run the program. You upload an image, and 5 minutes later you upload another image -
without replacing the first one. So far i have set
Sprite 1 to load FileChooser.FileURLAt(0)
Sprite 2 to load FileChooser.FileURLAt(1)
And etc. It does not work. It only works if you set file chooser to multiple files, ONCE though.
But i want to be able to load up single files now and then WITHOUT replacing the existing one.
Any help or capx? >.<