SWFDisplayItem->rotateTo -- Rotates the object in global coordinates
Description
void swfdisplayitem->rotateto ( float degrees )
Warning
This function is
EXPERIMENTAL. The behaviour of this function, the
name of this function, and anything else documented about this
function may change without notice in a future release of PHP.
Use this function at your own risk.
swfdisplayitem->rotateto() set the current object
rotation to degrees degrees in global coordinates.
// we can add properties just like a normal PHP var, // as long as the names aren't already used. // e.g., we can't set $i->scale, because that's a function