Hi,
I am using AppGameKit with TIER1 on Windows and i build app for Android.
I have 3 questions :
1)When my project raised too much lines (more than 1000), it's sometime difficult to always parse my source code.
I would like to know if it's possible with codeblock editor to hide some code like it is with the code snippet in this forum ?
for exemple :
function something()
delta=b*b-4*a*c
if delta<0
print("complex solution")
...
endif
enfunction
would appear like this :
and a simple click with the mouse on '+' would extend source code.
2) Is it possible to obtain a variable and function name list in a source code ? (useful to find mispelling in local/global variable)
3) Concerning Text writing, actually i use two things:
print("my text") and createtext.
Is there an other possibility to simply write text ?
for example print_at(coordinate_x,coordinate_y,"my text") ?
And last thing : felicitation for Agk Team, developper and users,
i really appreciate AppGameKit and AppGameKit forums.
I am not english so xcuse my syntax, grammary or anything else wich could occure some ununderstanding