Thread: Motion Blur
View Single Post
  #6  
Old 10-01-2006, 12:50 AM
Angel_Light Angel_Light is offline
Varia Developer
Angel_Light's Avatar
Join Date: Nov 2005
Location: Knoxville, TN
Posts: 1,684
Angel_Light is on a distinguished road
Send a message via AIM to Angel_Light Send a message via MSN to Angel_Light
Quote:
Originally Posted by wild8900 View Post
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);

__________________
Deep into the Darkness peering...
Reply With Quote