Omnimaga: The Coders Of Tomorrow
Welcome, Guest. Please login or register.
 
Omnimaga: The Coders Of Tomorrow
20 June, 2013, 05:19:15 *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
   home   news downloads projects tutorials misc forums rules new posts irc about Login Register  
+-OmnomIRC

You must Register, be logged in and have at least 40 posts to use this shout-box! If it still doesn't show up afterward, it might be that OmnomIRC is disabled for your group or under maintenance.

Note: You can also use an IRC client like mIRC, X-Chat or Mibbit to connect to an EFnet server and #omnimaga.

Pages: [1]   Go Down
  Print  
Author Topic: [Axe] Tableau dynamique -  (Read 1689 times) Bookmark and Share
0 Members and 1 Guest are viewing this topic.
Jagang
LV1 Newcomer (Next: 20)
*
Offline Offline

Gender: Male
Last Login: 15 February, 2011, 20:37:12
Date Registered: 23 October, 2010, 19:44:09
Posts: 10

Topic starter
Total Post Ratings: 0

View Profile
« on: 25 October, 2010, 16:33:59 »
0

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 ...)
« Last Edit: 25 October, 2010, 16:47:34 by Jagang » Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by EzPortal
Powered by MySQL Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Powered by PHP
Page created in 0.174 seconds with 31 queries.
Skin by DJ Omnimaga edited from SMF default theme with the help of tr1p1ea.
All programs, games and songs avaliable on this website are property of their respective owners.
Best viewed in Opera, Firefox, Chrome and Safari with a resolution of 1024x768 or above.