00:00
00:00
JordanKinsley
Jordan, a creative mind always looking to inspire others. Let's make something awesome together!

Jordan Kinsley @JordanKinsley

Male

USA

Joined on 6/20/05

Level:
33
Exp Points:
11,852 / 12,090
Exp Rank:
2,497
Vote Power:
7.46 votes
Art Scouts
1
Rank:
Corporal
Global Rank:
1,773
Blams:
1,972
Saves:
2,998
B/P Bonus:
22%
Whistle:
Silver
Trophies:
13
Medals:
265
Supporter:
1y 1m 1d
Gear:
1

Comments

<a href="http://bloo-apple.110mb.com/myCode7.html">http://bloo-apple.110mb.com/myCode7.h tml</a>

In AS3, scale and alpha range from 0 to 1, so setting something's scale to 200 will make it enormous

Thank You I did this code on the fly. I forgot it was done by percentage.
I just updated it.

"A while function requires if statements and I will show you how to program those later on. A do loop requires you to have an array"

This is a fairly odd way to phrase this... First off, all loops require a condition. A for loop is the same, it just requires additional information such as the counter variable and what to do with the counter variable upon each loop. So saying that while loops 'require if statements' isn't correct. Also, do loops do not require you to have an array. A do loop works exactly like a while loop, the only difference is the placement of the condition

while(false)
{
}

the preceeding loop will never run

do
{
}
while(false)

however this loop will run at least once, no matter what, because the condition is explicitly not checked until the end of the loop.

FISSSSSSSSSRLARLARLARLARLARLARLARLARL ARLA AAAHAHAHAHAHAAAAAAAA