View Single Post
# 2 15-02-2010 , 02:16 PM
NextDesign's Avatar
Technical Director
Join Date: Feb 2004
Posts: 2,988
Try switching
Code:
$angleZ = $angleZ * (Handle2.Amplitude / 2);
to
Code:
$angleZ *= (Handle2.Amplitude / 2);


Imagination is more important than knowledge.