Quote:
Originally Posted by scriptless
Are there any examples of drawingpanel? I am completely unfamiliar with it.
|
http://wiki.graal.net/index.php/Crea...uiDrawingPanel
However in v6 you can do things like draw polygons and apply filters. If you check out my old server upload I posted in the playerworld section you might find the script in there I made using this technique:
As you can see there are cons. It's a gui, so it's going to be drawn over all in-game elements like showimgs, and it might try to steal focus since it's being drawn over the entire screen. Also, since you're coordinating level positions like players to gui positions, it tends to be a frame behind the player, which can look sort of bad.