cobo
09-04-2003, 06:29 AM
hi there,
i got a question...
when i write functions i usally donīt end it with a semicolon just like:
my_mc.onEnterFrame = function() {
my code...
}
but i got book where it looks something like this
the_mc.onEnterFrame = function() {
the code...
};
without the ; the script wonīt work
so whatīs the difference
thanx cobo
i got a question...
when i write functions i usally donīt end it with a semicolon just like:
my_mc.onEnterFrame = function() {
my code...
}
but i got book where it looks something like this
the_mc.onEnterFrame = function() {
the code...
};
without the ; the script wonīt work
so whatīs the difference
thanx cobo