Hello there people. Been silently buzzing around these forums for a while now, but never had any reason to post, until now. Just have some questions, about some scripting, and about buying DX.
First the easy stuff. My brother bought DX a while ago, and I've been messing around with it on his computer. I want to buy my own, but I was just wondering exactly what to get. Basically I just want to know what version of DX you get if you buy Object Desktop. I was also wondering about the license. It says with Object Desktop you get a 1-year subscription. Does that mean after the one year, you no longer receive updates? Or does it mean you no longer get updates AND the software you already have expires(assuming you don't renew for another year). SOrry if this stuff has been asled before, but I didn't see it anywhere, or maybe the search isn't being very nice to me.
And on the the technical stuff. I've been working on a desktop on my brothers comp, and I've ru into two problem that I can't seem to fix. In the wallpaper there is an anime character. I had to save it as a seperate .png, and add it as a layer in order to place it partially over another object. I figured that since it was now a seperate image anyways, I might as well throw together a small script to cycle through different anime characters when you click on it(might add selection through a right-click menu later). The object has an initial appearence of 0.png. When you click on it, it changes to 1.png, and then 2.png, etcetera, and when it reaches the last one, starts over from 0.
So my problem is, at any given time, this object is only using one of these image, and makes no reference to the other when not in use. So if I try to save the desktop, reload the desktop, or whatever, those images not currently in use are automatically deleted from the "CurrentTheme" folder, and when the desktop is reloaded, the object disappears when clicked on, since obviously it's images are missing.
Now obviously this is usually a nice feature, since it keeps any unused stuff out of the final .desktop, but not such a good thing in this case. Is there any way I can prevent this from happening? Maybe there is a way to reference these files within the script so that DX knows not to delete them. I'm not exactly the best scripter, and only just now started trying VB(and only because I wanted to try DX).
The other problem I'm having with this object is keeping it in place. I have several diffent objects overlapping, so when you click on one, it is pulled to the top of the pile. They are all set to Desktop level since that's where I want them, but I want to be able to click each one without it being pulled ontop of the other. I suppose most people wouldn't really care, but I like all of my projects to be visually appealing, and I hate when I can't get each and every piece right where I want it.
Anyways, I think that's about it for now. Thanks in advance for any help you guys can provide. Hopefully I can buy my own DX soon, so I can have more time to play with it, and make some cool desktops.
Zhono
*EDIT*
Okay, I don't know how I missed the "Custom Files" button on the Summary tab in object properties, but I guess I solved my own problem.
Still need to fix that other issue though.