Ok, I understand, thank you.
So, I create a Data like that :
1
| Data([map 1],[map 2],[map 3] ...) ->GBD1 |
And to load one map I use :
1
| Copy(L-1*128+GDB1,L1,128) |
Where L is the level starting at 1 and 128 is the size of the map.
But my maps have different size.
Can I use an other GDB with the size of each map ?
For example :
1 2
| Data([map 1, 56],[map 2, 42] ...)->GDB1 Data(56,42 ...)->GDB2 |
And to load :
1 2 3 4 5 6
| 0->A For(I,0,L) A+{I+GDB2}->A End Copy(A+GDB1,L1,{L+GDB2})
|
Does it work ?
How to access at the different case of L1 ?
Like GDB ?
1 2 3 4
| If {D+L1}=3 2->{D+L1} End
|
Thank you
Jagang
EDIT: Someone know an Axe editor for PC ? Actualy, I use TI-Graph Link 83+ and it hasn't the instruction of Axe.
Personne ne connaitrais un éditeur pour l'Axe sur ordi ? J'utilise TI-Graph Link 83+ en ce moment, mais il n'a pas les instruction d'Axe et en plus il est francisé (Str1 = Chaîne1 ...)