PDA

View Full Version : What is an operand?



RadioactveChimp
April 3rd, 2004, 03:08 PM
What is an operand?


Gracias

Adam
April 3rd, 2004, 03:19 PM
Operators are terms that calculate a new value from one or more values. For example, the
addition (+) operator adds two or more values together to produce a new value. The values that
operators manipulate are called operands.

From the AS dictionary, so basically anything that is added/subtracted/divided/multiplied/concatenated togeter

such as 2 + x, 2 and x are the operands, and the "+" is the operator.

or

_root.container.loadMovie(_root.currMovie+".swf") - _root.currMovie and ".swf" are operands, and the "+" here, is the operator.

...hope it helps :)

Adam

RadioactveChimp
April 3rd, 2004, 04:09 PM
Yes it did help but I still can't fix the problem!:(

Thanks!!!!!!!

virusescu
April 3rd, 2004, 06:27 PM
if you would share your problem with us... maybe someone could help ;)

RadioactveChimp
April 3rd, 2004, 07:49 PM
Here is the thread where the problem started http://www.kirupaforum.com/forums/showthread.php?t=52441 my transition still does not work :)

Thanks

Voetsjoeba
April 4th, 2004, 04:36 AM
The files you provided are totally incorrect. I suggest you read the tutorial again before you come asking for help.

RadioactveChimp
April 4th, 2004, 02:54 PM
Thanks for the help Voetsjoeba! Adam14 solved my problem for me though. The thing is, I could not find what was wrong because I am stupid with AS and it was giving me an error message. Sorry to waste your time :ne: :)Thanks again