Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Asgard2 - WIP
#6
For the UI("WidgetName"), I assume UI is a function, you can make it return a type, and then put draggable in that type. Something Like
Code:
Function UI (Byval WidgetName as String) as Widget
    Code
End Function

and

Code:
Type Widget
    Draggable as Boolean
    X as Integer
    Y as Integer
    Height as Integer
    Width as Integer
End Type

Also, lots of alpha blending makes everything look better.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)