Quote:
Originally Posted by wild8900
Thats it? Wow I was expecting some huge explanation and stuff. I want to test this out.
I tried this script but got no result
|
I think you might want to try GS2 :o
PHP Code:
//#CLIENTSIDE
function onCreated() {
onTimeOut();
}
function onTimeOut() {
tilelayers[0].alpha = 0.7;
setTimer(0.05);
}