User Tag List

Results 1 to 3 of 3

Thread: Smooth rotation of objects?

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module

    Join Date
    Mar 2013
    Posts
    264
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Smooth rotation of objects?

    I want to create a couple of spotlights that smoothly change direction once they reach a specific angle, instead of the choppy example that i've attached in this thread.

    I want it to look kinda like this.
    Attached files Attached files

  2. #2
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module
    AndyH's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    1,445
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Could use a sine wave.

    angles (1).mfa

    Set Angle = Sin(timer / 80.0 ) * 90.0

    the 80.0 will change the speed. The *90.0 changes how many degrees each way it will turn.
    Andy H @ ovine.net
    Awful Jokes - a new cartoon every day: http://awful.ovine.net/
    Ovine's games: http://www.ovine.net

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module

    Join Date
    Mar 2013
    Posts
    264
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    awesome AndyH.
    thanks for this!

    any way of changing the direction it's facing as well? like if I want to flip it upside down, or to the sides etc.

Similar Threads

  1. Smooth rotation of objects?
    By AndyBazooka in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 4th November 2013, 07:53 PM
  2. Smooth Rotation
    By D_Light in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 6th January 2013, 02:09 AM
  3. smooth rotation
    By Bogeyman in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 20th November 2011, 10:31 AM
  4. Getting Smooth Rotation
    By drnebula in forum File Archive
    Replies: 0
    Last Post: 27th March 2010, 12:22 AM
  5. Smooth car rotation
    By gregw in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 17th January 2007, 01:44 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •