- creativeedtechAspiring PPT Creator
- Posts : 19
Join date : 2020-06-29
Animation Question
Fri Apr 07, 2023 1:11 pm
Hello all,
I am trying to animate a 20 sided dice. I created my own animated gif of the different 20 sides and they quickly switch from one to another. The only way I can get it to pause is to right click the image. Is there another way in animation or somewhere else to pause it?
Thanks
I am trying to animate a 20 sided dice. I created my own animated gif of the different 20 sides and they quickly switch from one to another. The only way I can get it to pause is to right click the image. Is there another way in animation or somewhere else to pause it?
Thanks
Yes... But Actually No
Fri Apr 07, 2023 2:15 pm
So, there is kinda a way to control a GIF in the way you describe. You can use VBA to change the playback mode of the GIF at the proposed timing, effectively pausing the GIF at the precise moment you want. However it's finicky and getting it to pause the GIF at the correct time every time is something that PowerPoint was not built to do consistently.
In my opinion your best bet is actually to do the following:
With this method it should give you the desired effect without creating complicated scripts or worrying about precise timings that you have only imprecise control over.
In my opinion your best bet is actually to do the following:
- Create 20 different animations as videos, not GIFs, of the dice rolling and landing on each number.
- Import all 20 videos into the slide where you want the animation to play.
- Use a tiny amount of VBA to generate a random number, then trigger the appropriate video to play based on which number it generates
- Check the "video playback in fullscreen" option on the videos. This means that you can have all 20 videos off the slide, and when one of the videos is triggered to play it will instantly snap to fullscreen to play the video (you can also have VBA make the videos appear and disappear if you'd like, too).
With this method it should give you the desired effect without creating complicated scripts or worrying about precise timings that you have only imprecise control over.
- creativeedtechAspiring PPT Creator
- Posts : 19
Join date : 2020-06-29
Re: Animation Question
Fri Apr 07, 2023 3:43 pm
Wow... thanks so much for the detailed answer/idea.
Although I am very comfortable and well versed in PowerPoint, animations, etc. I tried my hand at it about 7 years ago and felt out of my league. Maybe its time to try again.
Thanks a bunch!
Although I am very comfortable and well versed in PowerPoint, animations, etc. I tried my hand at it about 7 years ago and felt out of my league. Maybe its time to try again.
Thanks a bunch!
JadeJohnsonIndustries™ likes this post
No Problem!
Fri Apr 07, 2023 3:46 pm
Feel free to DM me if you need any help. I've been working in PowerPoint for 10 years at this point and I have a decent amount of experience and knowledge that I would be more than happy to share
- creativeedtechAspiring PPT Creator
- Posts : 19
Join date : 2020-06-29
Re: Animation Question
Fri Apr 07, 2023 3:58 pm
Will do! thanks
Re: Animation Question
Sat Apr 08, 2023 5:05 am
If you are OK with the VBA approach, that's fine.
I have a non-VBA approach to dice rolling if you need it.
I have a non-VBA approach to dice rolling if you need it.
- creativeedtechAspiring PPT Creator
- Posts : 19
Join date : 2020-06-29
Re: Animation Question
Sat Apr 08, 2023 12:43 pm
Thanks John.. yes I would be interested in a non-VBA way. I have used animation to do workarounds like a spinner that moves quickly. The arrow image I attached starts and stops the spinner to get me a random number. I also found youtube videos of dice that spin if I wanted to add a video would like to see your idea. thanks
Re: Animation Question
Sat Apr 08, 2023 1:25 pm
It would work like a normal 6-sided dice as per this tutorial, but with either a trigger circle with 20 segments or 20 scrolling (back & forth) squares or rectangles.
The square/rectangle approach is simpler.
Depending on what you are looking for these may or may not help but may be useful for future reference to use in other projects.
The square/rectangle approach is simpler.
Depending on what you are looking for these may or may not help but may be useful for future reference to use in other projects.
Permissions in this forum:
You cannot reply to topics in this forum