Basically you will have to create an option where the user can select which background they want to use. Then, depending on the choice you will want to load the appropriate image resource into your skin. How this is done is well explained in the skinning docs (see the above link).
This post was edited on 02-05-2008 at 02:43 PM by Volv.
Posts: 1233 Reputation: 31
35 / /
Joined: Oct 2004
RE: How to set use others pictures???
Well you've added the set of Negative resources to be loaded for when ChangeBkg = true, now you just have to add a set of Normal resources to be loaded for when ChangeBkg = false. Just copy and paste the same code and change the condition from true to false and the paths to the picture files.