Page 2 of 2

Re: Color Fading

Posted: Sun Mar 09, 2014 6:10 pm
by Azhukar
YGOFreak1997 wrote:If I assign a table to another variable the this "new" table is just a reference to the old one?
Yes.

Even the following makes "T" a reference to a table.

Code: Select all

T={}

Re: Color Fading

Posted: Sun Mar 09, 2014 7:33 pm
by Robin
Yeah. This guide may be helpful. Please let me know whether it is helpful, what parts are confusing, things like that. That way I can improve on it!

Re: Color Fading

Posted: Sun Mar 09, 2014 7:51 pm
by davisdude
Your tutorial is fine (although the "Déjà Vu" thing at the top sort of annoys me, but there's nothing you can do about that).
I actually learned something from it! Do you mind if I steal your functions from there?

Re: Color Fading

Posted: Sun Mar 09, 2014 8:12 pm
by Robin
davisdude wrote:the "Déjà Vu" thing at the top sort of annoys me, but there's nothing you can do about that
Yeah me too. One of these days, I'm going to put it up at my own website, and it'll use the right encoding in the headers instead of Latin-1. For now, I'll actually change the encoding of that file so that at least it looks good.
davisdude wrote:Do you mind if I steal your functions from there?
Not at all, go ahead!

Re: Color Fading

Posted: Sun Mar 09, 2014 8:59 pm
by YGOFreak1997
Robin wrote:Yeah. This guide may be helpful. Please let me know whether it is helpful, what parts are confusing, things like that. That way I can improve on it!
Nicely done, I have to say. Even for me who is a bit slow in understanding things ^^ I like the visualizing of the tables and the explanations for memory handling of the whole thing. Also, you use the examples quite well (inception :P). I don't think there is much to criticize...

Greetings, Bastian