How can I grab and move an object while in show mode?

C

Commstock

I am doing a presentation in which the visual theme is puzzle pieces. I'd
like to have a way to, while in the show mode, grab the individual pieces and
move them around - starting with a jumbled image and manually moving the
pieces to make one recognizable image. I use PPT 2003 but am currently trying
2007 on trial. Thanks.
 
B

Brian Reilly, MVP

You can do this in 2003 but you will need some VBA. Oh, wait, the
animation folks, like Glen might jump in here to tell you how to do
this with Animation Settings, which I never use.

The brilliance of this PPT Newgroup is you get a lot of different
perspectives since none of us knows EVERYTHING.

Brian Reilly, MVP
 
J

John Wilson

If you need to drag the pieces in slide show mode then vba is the only way.

sample code
http://officeone.mvps.org/vba/mousemove_shape.html

You can also use triggers without vba to either select a piece and have it
move into place or a little more difficult, select a piece , select the
position and only move if it's the correct place.

Look at the "complex example" here
http://www.pptalchemy.co.uk/conditional_triggers.html
--
Amazing PPT Hints, Tips and Tutorials

http://www.PPTAlchemy.co.uk
http://www.technologytrish.co.uk
email john AT technologytrish.co.uk
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top