Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

Rotating objects?

  • #10, by Einzelkämpfer 11 years ago Zitieren
    Ah, I see. You are right. Objects that are partly outside the screen from the beginning are cropped indeed. I had tried with an object that is inside the screen but partly (or completely) outside during rotation only. I thought that would be the problem, but fortunately it is not. So objects can leave the viewport while rotating and will come back without damage.

    2D is okay in this case. My object is round and centered. Like a Monkey Island code wheel. grin
  • #11, by marvel 8 years ago Zitieren
    I used this script to turn a wheel - but unfortunately it keeps on turning grin How do I stop the wheel after a 360° turn?
  • #12, by marvel 8 years ago Zitieren
    Well, I solved this. But can I slow down the turning in the end?
  • #13, by afrlme 8 years ago Zitieren
    You need to use easing or turn it a certain amount followed by a pause then another rotation with a longer delay time. But first, try easeQuintOut for the easing.
  • #14, by marvel 8 years ago Zitieren
    You need to use easing or turn it a certain amount followed by a pause then another rotation with a longer delay time. But first, try easeQuintOut for the easing.
    Unfortunately not working :/

  • #15, by afrlme 8 years ago Zitieren
    Can you paste the script you are using please Thomas? &/or link me a video or some screenshots.