Quote: "Another big advantage of planes over 2d, is that the users screen resolution won't affect the size and position of your interface elements."
You can fix that problem easy. For an object that is to be on the right ride of the screen at all times just get the scren width and subtract how far left it needs to be.
' Load the image do what you want with it, sprite, bitmap, etc.
paste sprite #, screen width()-50, 0
That would paste the sprite's left edge to 974th px with resolution 1024x768.
Soon to come...
Dark IDE, New IDE for DarkBASIC Pro!
Two plug-ins, A Time/Date and New File commands.