Hello all the coders!
I´m trying to attrib a value to x and y, what am I doing wrong?
when printing this.start.x it gives me " runtime error: 'this.start.x' is null or not an object". (IE7)
finally, It might be handy to attrib those values through other vars, but I think I could do that if I managed to work that x and y.
thanks in advance for any kind of help
I´m trying to attrib a value to x and y, what am I doing wrong?
Code:
this.start = { x:"hello1", y:"hello2" }
finally, It might be handy to attrib those values through other vars, but I think I could do that if I managed to work that x and y.
thanks in advance for any kind of help
Comment