Skip to main content
usamas
Participant
May 26, 2018
Question

Manipulate Rotate Degree using Advanced Action

  • May 26, 2018
  • 1 reply
  • 257 views

how can I manipulate rotate degree using variable or Advanced Action, so if I assign a variable to 90, it change the Rotation degree to 90, so the animation happen

 

This topic has been closed for replies.

1 reply

Lilybiri
Legend
May 26, 2018

I am able to do this with a While loop in an advanced action, but that is only available in CP2017, and I see that you are on an older version. You will need to use JavaScript I'm afraid.

usamas
usamasAuthor
Participant
May 26, 2018

Thank you Lieve for fast reply, I've learned lots of tricks from your Captivate blog,

How can do this using JS ?

I could do a captivate CLOCK so it the user click a button the clock move clockwise 5 or 15 mins, but I want the user to be able to add the rotation degree himself then the animation happen.

clockwise.svg

Lilybiri
Legend
May 26, 2018

I'm sorry,, hope some JS expert will explain I only use it when it cannot be done with Advanced or shared actions.