0 Members and 1 Guest are viewing this topic.
Runer, (i didn't want to post a new topic cause it's a little bit the same) , so i want to do this: in my prog i copy GDBXXXXX (or GDBX , GDBXX , GDBXXX , GDBXXXX) to L1, where the X's are the level's name, so how could i do this? so in example: the var X = 1 (level 1) then it copys GDB1 to L1, if the level = 2 , it copys GDB2 to L1
Quote from: stevon8ter on December 07, 2012, 08:34:33 amRuner, (i didn't want to post a new topic cause it's a little bit the same) , so i want to do this: in my prog i copy GDBXXXXX (or GDBX , GDBXX , GDBXXX , GDBXXXX) to L1, where the X's are the level's name, so how could i do this? so in example: the var X = 1 (level 1) then it copys GDB1 to L1, if the level = 2 , it copys GDB2 to L1What are the sizes of your levels data (the data located in GDBXXX) ? Are they all the same size ?
YesOooooh wait i know where it's getting to, i would have to do: {X*96 + GDB1LVL1}ok, didn't think of that, thx
Hayleya, that's what i meant but i just was to lazy to post the copy and L1, i'll be less lazy next time xD