View Single Post
  #2  
Old 10-14-2006, 08:27 PM
_Z3phyr_ _Z3phyr_ is offline
Banned
Join Date: Sep 2003
Location: Louisiane
Posts: 390
_Z3phyr_ is an unknown quantity at this point
My best guess is a for loop or a particle effect?

for (i=0;i<max;i++) { showimg(i,"imagename.png",x,y); }
Reply With Quote