I have a problem...I want to my SWAT figure rotate in position of mouse.
If te mouse is left(from the figure) te figure watch left...I have figures
I don't know C programing...I'm Web Programer...
Sam.textNumber = xmouse;
if (xmouse < 325){
ChangeTransparency("Test", 1.000000);
}
if (325 < xmouse){
ChangeTransparency("Test", 0.000000);
}
if (ymouse < 325){
ChangeTransparency("a", 1.000000);
}
if (325 < ymouse){
ChangeTransparency("a", 0.000000);
}
Users browsing this forum: No registered users and 1 guest