View Single Post
  #1  
Old 02-06-2010, 07:19 PM
Engine Engine is offline
Registered User
Join Date: Jan 2010
Posts: 70
Engine is on a distinguished road
this.alpha and showpoly

I cannot figure out how to change the alpha on polygons, could anyone help me? I want to use polygons with the particle engine to mess around but I can't seem to figure it out.
PHP Code:
function ShowPolyTest(){
  
showpoly(200,{22,22,22,25,25,25,25,22});
  
this.alpha 0.5;
  
with(findimg(200)){
      
this.alpha 0.5;
  }

Reply With Quote