View Single Post
  #3  
Old 08-28-2011, 06:45 PM
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
It does what it sets out to do but it's specific position. Might be beneficial to generate a showpoly based on your first coordinate (see example), support for pixels might also help too, and a way to set the rotationcenter wouldn't hurt.

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
with (findimg(200)) {
    
30// Changing these would change the location of your polygon
    
30// while maintaining the same shape.
    
polygon = {
      
xy33// and so on...
    
}; 
  }

__________________
Quote:
Reply With Quote