Consulting

Results 1 to 8 of 8

Thread: Solved: Timing Objects to turn visible = true/false

  1. #1

    Solved: Timing Objects to turn visible = true/false

    I am trying to put a lot of objects on a single slide and have a timer turn them on and off at a predetermined interval. For example: when the slide opens, you don't see any of the objects (stars). The timer starts from a command button and each star turns on/off in sequence.

    The attached example starts the timer but, even though the "change_object" is called individually during a sequence, all of the stars turn on or off at the same time. There isn't a noticable delay.

    Any ideas?
    ttfn

    Kicker

  2. #2
    VBAX Mentor Brandtrock's Avatar
    Joined
    Jun 2004
    Location
    Titonka, IA
    Posts
    399
    Location
    Couldn't you achieve the desired result using custom animations and adjusting the timings for your objects? Or does it have to be a VBA based solution?

    See attachment

    Regards,
    Brandtrock




  3. #3
    I had that. Actually, I use custom animation on a lot of the slides for the project. However, this is a high level presentation with a few "quirks" in it. Just a little back ground.

    I can't give any real examples because it is for the defensive strategy of a nuclear power plant. However, with that said, I need to show a single slide with a picture of the area. In random order (generally in answer to questions) the moderator will hit "hot spots" to show:

    1. Parimeter outside defensive positions.
    2. Interior defensive positions.
    3. fields of fire for each position

    I realize that I could turn all of one set on at a time, but I want to give the "wow" effect. Turn 1 on first. Then as it goes off, turn 2 on and so forth. Then turn them all on at the same time.

    This is why I came to the experts.....
    ttfn

    Kicker

  4. #4
    Forgot. It may (highly probable) be necessary to go back and forth from one set to another. and have several on the screen at the same time.

    There are several of these slides and they will all be very busy.
    ttfn

    Kicker

  5. #5
    VBAX Master
    Joined
    Feb 2007
    Posts
    2,094
    Location
    Here you go then!
    John Wilson
    Microsoft PowerPoint MVP
    Amazing Free PowerPoint Tutorials
    http://www.pptalchemy.co.uk/powerpoi...tutorials.html

  6. #6
    VBAX Master
    Joined
    Feb 2007
    Posts
    2,094
    Location
    BTW I agree with Brandenstock this would work (probably better) without vba
    John Wilson
    Microsoft PowerPoint MVP
    Amazing Free PowerPoint Tutorials
    http://www.pptalchemy.co.uk/powerpoi...tutorials.html

  7. #7
    Duh....Works great with the DoEvents. I really appreciate the help
    ttfn

    Kicker

  8. #8
    As I was searching for something similar, I want to thank you all for the vba-less solution. I was trying to do things a lot more complicated than was needed. This solution works perfectly.

Posting Permissions

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