Thread: Particle Editor
View Single Post
  #20  
Old 07-17-2013, 12:23 AM
i8bit i8bit is offline
Registered User
Join Date: Jul 2013
Posts: 146
i8bit is an unknown quantity at this point
Quote:
under with (findimg(#)) { you can just assign x and y values for the image
PHP Code:
  with (findimg(200))
  {
    
spin degtorad(0);
    
rotation degtorad(0);
    
0;
    
0
Like that? not sure how to set the x and y by itself without adding it in a showImg()
Reply With Quote