Yea I was really surprised at what these could do. Sounds like time to learn a little bit about obfuscating.
Sure there is a better way but you could try something like this: fn easeIn t b c d = ( c * pow 2 (10 * (t/d – 1)) + b ) ( d = 20 t…
try something like this fn easeIn t b c d = ( c * pow 2 (10 * (t/d – 1)) + b ) cyl_count = 20 t = 0 base = 0 c = 5 …
very cool Ypuech, some interesting stuff there that I did not know that you could do, gunna have to wrap my brain around that one. Thanks!
.zip file attached for those that don’t have a TechArtist.org account. Silly me I thought everyone did, its all the rage. Pen Good catch! I forgot t…
Was looking for an alternative to DataGridView and I stumbled on to this thread. Very cool control and I was having the same problems of locking up an…