okay well.. this is a scripting question and... another question to go along with it.. first off...
Can i use any of the API Functions such as the draw Arc API in the GDI32, I have the API call in Visual basic which is:
Public Declare Fucntion Arc Lib "gdi32", Alias "arc" _
(ByVal hdc as long, ByVal X1 as long, ByVal Y1 as long, _
ByVal X2 as long, Byval Y2 as long, Byval X3 as long, _
Byval Y3 as long, Byval X4 as long, byval Y4 as long) as long
How would I, if possible that is. How would I use that API call in RGSS?
And the 2nd part is. Does anyone know where I can get a list of API calls, and possibly give me a quick but helpful explanation on how to use them in RGSS. thank you
Can i use any of the API Functions such as the draw Arc API in the GDI32, I have the API call in Visual basic which is:
Public Declare Fucntion Arc Lib "gdi32", Alias "arc" _
(ByVal hdc as long, ByVal X1 as long, ByVal Y1 as long, _
ByVal X2 as long, Byval Y2 as long, Byval X3 as long, _
Byval Y3 as long, Byval X4 as long, byval Y4 as long) as long
How would I, if possible that is. How would I use that API call in RGSS?
And the 2nd part is. Does anyone know where I can get a list of API calls, and possibly give me a quick but helpful explanation on how to use them in RGSS. thank you