PHP Code:
function onCreated() {
this.start = {0, 0};
with( findimg(200) ) {
polygon = {this.start[0], this.start[1], this.start[0] + screenwidth, this.start[1], this.start[0] + screenwidth, this.start[1] + screenheight, this.start[0], this.start[1] + screenheight};
image = "fog.png";
layer = 4;
mode = 1;
}
}
Why aren't you able to rotate polygons? If I add "rotation=" in there it'll disappear. Any ideas?