hey guys
ive been tryin to understand how actionscripts work for quite sum time...ive understood the basics of the commands but i dont get it rite when i put them together so just for a lil help i need sum1 to give me sort of a line by line comment on wat happens.so im posting an example i got from flashkit itself.
frame1:
Set Variable: "i" = "1"
Set Variable: "alpha" = "1"
Set Variable: "maxlight" = "30"
Set Property ("li0", Visibility) = "0"
Toggle High Quality

frame2uplicate Movie Clip ("li0", "li" & i, 900-i)
Set Property ("li" & i, X Scale) = GetProperty("li" & (i-1),_xscale)+i*alpha
Set Property ("li" & i, Y Scale) = GetProperty("li" & (i-1),_yscale)+i*alpha
Set Property ("li" & i, Alpha) = 10-i*(10/50)
Set Variable: "i" = i+1

frame 3:
If (i < maxlight)
Go to and Play (_currentframe-1)
Else
Stop
End If

now i understand the last frame , the first frame and the second 1 i need help in. so ne1 who can help me pls do.
thanx
quantumZ