Thread: Straight Line
View Single Post
  #3  
Old 12-08-2011, 07:11 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Here's two different ways.

PHP Code:
// Setting polygon variable directly
with (findimg(200)) {
  
polygon = {
    
x1y1x2y2
  
};
}

// Showpoly
showpoly(200, {x1y1x2y2}); 
__________________
Quote:
Reply With Quote