[Resolved] Equipment Scene Problem - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Games Development (https://www.save-point.org/forum-4.html) +--- Forum: Code Support (https://www.save-point.org/forum-20.html) +--- Thread: [Resolved] Equipment Scene Problem (/thread-2014.html) |
[Resolved] Equipment Scene Problem - Yin - 08-28-2009 Ok, so I've tried my hand at scripting, and so far, everything is how I want it, BUT my equipment scene is being a turd and it's not exactly.... working. What I want to know is how to change the z value of the cursor so that it shows above a picture. [Resolved] Equipment Scene Problem - decibel - 08-29-2009 the cursor as a sprite, or the selection rectangle? or is it a mouse pointer like cursor? [Resolved] Equipment Scene Problem - Yin - 08-29-2009 It's the normal cursor out of the default stuff from the windowskin. [Resolved] Equipment Scene Problem - Charlie Fleed - 08-29-2009 The cursor, just as the text contents of a window, is placed at the window's z-coordinate plus two by default. If you have a window at z=100, you can put a picture at z=101 and it will be visible over the windowskin's background but under the text and the cursor. [Resolved] Equipment Scene Problem - Yin - 08-29-2009 Thanks! It works!!! |