ok… i’m coding AS now for about 3 weeks… but what i still dont get is when to use " " and when to use ’ ’ to separate text from the code…
why do i use e.g.
var x = ‘pic’ + a + ‘.jpg’;
but loadMovie(“pic1.jpg”,whatever);
i mean both times i separete strings from the code… so… why the difference?
hope someone could answer this question… cuz it really sucks when i’m doing some big project and have to think about such stupid syntax errors all the time…
thx in advance…
yours sincerly