Making an item spin on a central axis

Mar 11, 2015

Good afternoon everyone, I'm currently working on a course where I'm trying to make a circular diagram spin on a central axis. It needs to rotate 90° after click on a trigger, four times until it's back into it's original position.

Anyone have any idea how I could do this? I guess the answer will be motion path, however I can't seem to figure out how to make the rotate rather than move in a circle.

47 Replies
Lyn Plymyer

Michael, I have been noodling around with your version of Mike Enders' spinning wheel demo and have also viewed your gears example. Thanks for both, they have been enormously helpful to me as I've been tinkering with a course idea that involves spinning gears.  I think I understand the general programming logic you used, but am stumped about the "SpinCount" variable. ...how does SL know what a SpinCount is? It looks like you created that variable name (vs. it being a built-in command) but somehow SL knows it means "to spin". I greatly appreciate you generously sharing your wisdom!

Michael Hinze

In my example, the SpinCount variable is a custom variable that is 'driven' by an offstage object (see screenshot). This offstage object has a looped motion path animation. Everytime this animation completes, the variable is increased and based on that, the state of the spinning windmill is changed. 

Tim Danes

I've very quickly (<5min) created a clock example for how I've achieved this sort of thing in the past.  Essentially I use an offset image and use the 'spin' animation.

Example: http://divers1fy.com/as_forums/clock/story.html

(Please excuse the rough offset... rushed it! :) ).

Hope that helps.

Tim

Michael Hinze
Tim Danes

I've very quickly (<5min) created a clock example for how I've achieved this sort of thing in the past.  Essentially I use an offset image and use the 'spin' animation.

Example: http://divers1fy.com/as_forums/clock/story.html

(Please excuse the rough offset... rushed it! :) ).

Hope that helps.

Tim

Just to add to the 'clock theme, here is another example.

Michael Hinze

I know this is an old thread but I picked up a useful tip at an Articular webinar this week, and thought I add this as one more option. You can also spin an object by adding a circular motion path, set its dimensions to 1 px for height and width, turn off any easy options and select the Orient Shape to path option. This option requires no states or offstage animations. See attached a quick example and here is the published version.

Octo D

Hi,

Here is an example using easy trigger for infinite smooth 4 point rotation.

 

You just need variable, states and animation. No coding needed. 

For infinite rotation, It's important to not use the states as they don't reset but the layers and have them to reset.

demo: 

https://360.articulate.com/review/content/5ec14383-e3d0-4d0c-8a1a-17c2e1587a95/review

source file: 

https://www.dropbox.com/s/3qew47xlezbspte/rotation%202.story?dl=0

cheers!

Maria