Rotating an image through specific degree

SANDEEP410SANDEEP410 Member Posts: 46
edited May 2012 in Working with GS (Mac)
How to make a image rotate for a specific angle say 60 degree

Best Answer

  • FViMaginationFViMagination Posts: 89
    Accepted Answer
    one easy way is to put into that Actor/image (or whatever Actor calls an event that will make your main Actor/image rotate) an "Interpolate" behavior:

    Interp. Attrib.: self.Rotation to 60
    Duration: 1 (or even less) seconds. Function: Linear
Sign In or Register to comment.