Function add()
{
while(a = 1 && b = 1)
{
a+b=c;// or 2
}
}
An action is btw the same as a function. Did you btw try the code? I would be interested in what is happening then... The white text on the bright green background is btw not very great to read.
LOL bone head mistake...should be:
Code:
Function add()
{
while(a == 1 && b == 1)
{
a+b=c;// or 2
}
}
i know that functions and actions are pretty much the same...but for the purpose of teaching new beginners i seperated them...and the music does restart after a while! lol i just paused it and it started up again 3 minutes later...but it is my first tutorial. i wanted to do something different than just your average text document or pdf file...atleast it was pretty... minus the white on light green...shoulda used grey like i did for the larger text.