Vince wrote:
waltobc6 wrote:
ur project can help me and alot other
in alot of subjects,
pls re consider it again, i my self can promise you only to learn from ur soruce and not abouse it or use it to build any thing.
That's not the problem. The sources are not refactoring and there is no Javadoc inside so it will be hard to read it. It's not a good start point to learn how to program a RTS (there are paper about that on web).
Anyway, it's ok

. Here a link to the complete Eclipse project (you could open it with
New Java Project then
Create project from existing source and by selecting the directory)
STKRTS Eclipse Project (~53 mo)But I warn you again, it will be not easy to read

. If you want something specific from sources, don't hesitate to tell me what. I'm in holiday so I have time to answer questions

wow i got alot of questions!!
first, TY TY TY, you dont know how much you helped me.
so this is what i learned so far,
you us for interface the twl.jar which is the "GUI gui", "LWJGLRenderer lwjglRenderer", "ThemeManager theme" and "TWLInputAdapter twlWrapper".
and i got alot of questions about them,
first, i saw the load class for the imgs and every thing.
i didn't really understand how to use GUI and how its work,
how the lwjglRender help it and etc etc,
if you can pls explane more what they do and how they work.
also i saw that all the interface you load from guiTheme.xml
how did you build the xml , all the x,y i mean, how did you built the xml
because i cant figer out how to read the x,y of the Eforen.png and dividing it and all the stuff.
also, how you set the imgs for all the buttons for exmple in the mainmenu
because i saw you only did the key the create them, put them where you want, the contant they will show, and what happen if you press them.
but i didn't see how you set them imgs, clicking, mouse over etc etc.
where did you confirm them?