[QUOTE=Shiny;14148]
[php] showpoly 200,{20,20,30,20};
showpoly 201,{20,25,30,25};
showpoly 202,{20,30,30,30};
showpoly 203,{20,35,30,35};
showpoly 204,{20,40,30,40};
showpoly 205,{20,45,30,45};
showpoly 206,{20,50,30,50};
showpoly 207,{20,55,30,55};
showpoly 208,{20,60,30,60};
showpoly 209,{20,65,30,65};
showpoly 210,{20,70,30,70};
showpoly 211,{20,75,30,75};
showpoly 212,{20,80,30,80};
showpoly 213,{20,85,30,85};
showpoly 214,{20,90,30,90};
showpoly 215,{20,95,30,95};
changeimgvis 200,4;
changeimgvis 201,4;
changeimgvis 202,4;
changeimgvis 203,4;
changeimgvis 204,4;
changeimgvis 205,4;
changeimgvis 206,4;
changeimgvis 207,4;
changeimgvis 208,4;
changeimgvis 209,4;
changeimgvis 210,4;
changeimgvis 211,4;
changeimgvis 212,4;
changeimgvis 213,4;
changeimgvis 214,4;
changeimgvis 215,4;[/php]
This slows it down. And I’m on XP.
But THIS does NOT:
[php] for (i=0;i<50;i++) {
showpoly 200+i,{
20,20+(i5),
30,20+(i5),
30,20+2+(i5),
20,20+2+(i5),
};
changeimgvis 200+i,4;
}[/php]
It only lags when it’s lines, not shapes. WTF???
[/QUOTE]
For me, the ‘for’ script lags way and way more… or was that just sarcasm?
-_-
ANYWAY, can anybody tell me an efficient way to draw polygons without lag? I’m very interested in hearing 
Thanks!
~ÐR