Post source code
-
I try to use the new feature to post source code on this link. I try this coding source from Adobe Flash:
[sourcecode language=’jscript’]objetoMC.onRollOver = function() {
this.aplicarColorMC(0xFF0000);
};
objetoMC.onRollOut = function() {
this.aplicarColorMC(0x000000);
};[/sourcecode]But the code look the same way like here. On what i’m wrong ???
-
Amazing, you was right. I copy the [sourcecode language=’jscript’] direct from the page. There was my error.
Really thanks
- The topic ‘Post source code’ is closed to new replies.