Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 01-22-2012, 05:31 AM
saxobob saxobob is offline Copy motion path to the same object? Windows 7 64bit Copy motion path to the same object? Office 2010 64bit
Novice
Copy motion path to the same object?
 
Join Date: Jan 2012
Posts: 4
saxobob is on a distinguished road
Default Copy motion path to the same object?

Hi,

I'm teaching mathematics and have a slide showing how to convert to Standard Index Form.

So I have a number



63000000

And I want to move an arrow which point downwards step-by-step from the right so it eventually ends between the 6 and the 3.

We will count the steps in class to find the power of ten required.

Talk about complicated. I have the first motion path to move one digit, but then it seems to be impossible to duplicate it. Animation Painter doesn't work, nor does copy'n'paste. That duplicates the object (the arrow) too.

Any suggestions? I have manually added them for now, then used motion path tools [http://skp.mvps.org/mptools.htm] to join the front/back of each. Why can't I copy a path without the object? (or can I?)

Regards
Rob
Reply With Quote
  #2  
Old 01-22-2012, 01:53 PM
JohnWilson JohnWilson is offline Copy motion path to the same object? Windows 7 64bit Copy motion path to the same object? Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,912
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

You can use code to clone the animation.

This code clones the first animation on slide 1

Code:
Sub clone_anim()
Dim osld As Slide
Dim i As Integer
Set osld = ActivePresentation.Slides(1)
For i = 1 To 3
osld.TimeLine.MainSequence.Clone osld.TimeLine.MainSequence(1)
Next
End Sub
Don't know how to use code

This screencast shows how to go about setting up the slide

http://screencast.com/t/URUpto5ANK
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
  #3  
Old 01-22-2012, 02:40 PM
saxobob saxobob is offline Copy motion path to the same object? Windows 7 64bit Copy motion path to the same object? Office 2010 64bit
Novice
Copy motion path to the same object?
 
Join Date: Jan 2012
Posts: 4
saxobob is on a distinguished road
Default

Thanks John. I'm surprised it's a clickable object (the motion path arrow) that can't be copied/grouped via the UI.

Very kind of you to help me out. Thanks again,

Rob
Reply With Quote
  #4  
Old 01-22-2012, 03:26 PM
JohnWilson JohnWilson is offline Copy motion path to the same object? Windows 7 64bit Copy motion path to the same object? Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,912
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

It's not really an object in it's own right. It's a path that belongs to the shape. I don't think its possible to clone the path except with code.

Hope it helped.
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
PowerPoint Motion Path Triaba PowerPoint 1 12-19-2011 12:47 AM
Copy motion path to the same object? Motion Path Animation problem Plzz Help ( MAC OS X ) abdullah_dmis PowerPoint 2 12-16-2011 05:44 AM
Shape obscured by another when using a motion path stanmorsky PowerPoint 2 04-09-2011 04:19 PM
resolution problems with growing and image along a motion path inf327 PowerPoint 4 10-27-2010 05:06 AM
Problem: object library invalid or contains references to object definitions aligahk06 Office 0 08-19-2010 12:29 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 02:53 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft