Page 1 of 1
HorizMov,VertiMov,ColSwap,Trans=0;
Posted:
Wed Feb 22, 2012 7:22 pm
by Hblade
Can this be done like this? in other words, can you use commas to make a bunch of variables Equal to 0? Or would you have to do it separately? Thanks.
Re: HorizMov,VertiMov,ColSwap,Trans=0;
Posted:
Wed Feb 22, 2012 7:35 pm
by MrJolteon
Yes, you can. I just tested it.
Re: HorizMov,VertiMov,ColSwap,Trans=0;
Posted:
Wed Feb 22, 2012 7:45 pm
by tintran
HorizMov,VertiMov,ColSwap,Trans=0; (this will only set Trans to 0)
HorizMov=VertiMov=ColSwap=Trans=0; (this will set them all to 0)
Re: HorizMov,VertiMov,ColSwap,Trans=0;
Posted:
Wed Feb 22, 2012 7:49 pm
by Hblade
Thank you guys!
Re: HorizMov,VertiMov,ColSwap,Trans=0;
Posted:
Wed Feb 22, 2012 7:50 pm
by MrJolteon
You're welcome
A point would be nice xD
Re: HorizMov,VertiMov,ColSwap,Trans=0;
Posted:
Sun Feb 26, 2012 2:10 pm
by lcl
MrJolteon wrote:You're welcome
A point would be nice xD
tintran wrote:HorizMov,VertiMov,ColSwap,Trans=0; (this will only set Trans to 0)...
So you're asking for a point for wrong answer, Jolt? XD
Re: HorizMov,VertiMov,ColSwap,Trans=0;
Posted:
Sun Feb 26, 2012 2:19 pm
by MrJolteon
lcl wrote:MrJolteon wrote:You're welcome
A point would be nice xD
So you're asking for a point for wrong answer, Jolt? XD
I just said putting the vars like that worked lol
Re: HorizMov,VertiMov,ColSwap,Trans=0;
Posted:
Sun Feb 26, 2012 10:42 pm
by SuperSonic
MrJolteon wrote:lcl wrote:MrJolteon wrote:You're welcome
A point would be nice xD
So you're asking for a point for wrong answer, Jolt? XD
I just said putting the vars like that worked lol