Would it be possible to enable real coding?
(Of course as an option)
Despite this:
<img src="http://tecbug.pl/pub/c2/code01.png" border="0" />
I'd like to write this:
---
<font size="1">
var global text="abba";
var global number aaa=22;
if (Sprite.height<=10) {
Sprite.MoveToBottomLayer;
}
//This is comment.
if (Sprite2.8Direction.speed=55){
system.createObject(Sprite,0,sprite2.x+20,sprite2.y+20);
if (Sprite2.IsOverlapping(Sprite)){
system.global.aaa=33;
}
}
if (system.compare(sprite.bullet.acceleration,99,equal) and syatem.layer[0].isVisible) {
sprite.opacity=45;
system.wait(1.0);
}
for (i=1,10,i++){
sprite.var1+=1;
}
if (sprite.bullet.speed>222){
system.forEach(Sprite) {
sprite.y=33;
}
}
</font>
---
I would even pay additional money for this...