View Single Post
  #3  
Old 03-01-2006, 03:58 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Yes it's hard to help without more information. This example is rotating the image by 180 degrees (pi):
PHP Code:
with (findimg(200)) {
  
rotation degtorad(180);

Reply With Quote