How do I move an object (clipart) I want to click and drag it aro.

G

Guest

I want to click and drag a clipart image around the screen during a
slideshow. How can I do this? I need to do this several times (children
will be moving an animal picture around the screen to show understanding of
prepositions e.g. in/on/under)
 
D

David M. Marcovitz

I don't believe there is any support for draggable objects in PowerPoint.
I have a little VBA sample that lets you click on an object and click
somewhere else to move it there. Something like that might work for your
application. Check out the More Tricks section of my site and look for
trick #5:

http://www.loyola.edu/education/PowerfulPowerPoint/

Click and drag would clearly be better, but I don't have that.

--David

--
David M. Marcovitz
Microsoft PowerPoint MVP
Director of Graduate Programs in Educational Technology
Loyola College in Maryland
Author of _Powerful PowerPoint for Educators_
http://www.loyola.edu/education/PowerfulPowerPoint/
 
S

Steve Rindsberg

KrazyKate said:
I want to click and drag a clipart image around the screen during a
slideshow. How can I do this? I need to do this several times (children
will be moving an animal picture around the screen to show understanding of
prepositions e.g. in/on/under)

Since you can't select shapes in slideshow view, it's not possible to do this.

You might be able to do something with action settings and multiple slides that
let you put an animal and a box on the screen and have the children click
above/below/in the box to move the animal to the appropriate position.

Would that work?
 
H

Hans W. Hofmann

I want to click and drag a clipart image around the screen during a
slideshow. How can I do this? I need to do this several times (children
will be moving an animal picture around the screen to show understanding of
prepositions e.g. in/on/under)


We can make it!
Give us some time to provide an english version...
Mail me for pointing you to our download site?
 
D

David M. Marcovitz

Hans,

This is great! Any chance of making the code public, or am I going to
have to reverse-engineer it so that I can replace my lame attempt at this
on my site. I got the basic movement of shapes, but I didn't get the
shape following the cursor around. I love it.

--David

--
David M. Marcovitz
Microsoft PowerPoint MVP
Director of Graduate Programs in Educational Technology
Loyola College in Maryland
Author of _Powerful PowerPoint for Educators_
http://www.loyola.edu/education/PowerfulPowerPoint/
 
H

Hans W. Hofmann

On Mon, 18 Apr 2005 11:13:50 -0700, "David M. Marcovitz"

HI to all,
This is great! Any chance of making the code public, or am I going to
have to reverse-engineer it so that I can replace my lame attempt at this
on my site. I got the basic movement of shapes, but I didn't get the
shape following the cursor around. I love it.

There is no intend to publish the code on a website, but I am pleased
to do some payback to the MVP community, so feel free to mail me your
email address and I will send you the code...

BTW:
What says p o s t m a s t e r @loyola.edu getting all the spam for
marcoNOSPAM ?;-) Do I have to remove NOSPAM?

Gruß HW


WebSite Excelenzen & Powerpoint interaktiv: www.lemitec.de/public
Events zu PowerPoint:VBA Workshop: http://www.ppt-user.de
 
D

David M. Marcovitz

Thanks, I got the code. As you figured out, you have to remove the NOSPAM
from my email address. I'm debating whether or not I should look at your
code (I haven't opened the file yet). I would really like to have code
that I can freely distribute. When I have time, I might try to create it
myself. This would be so useful in education, so I would like to be able
to share it with the educators I teach and even post the code on my Web
site.

Do you have plans to distribute this for profit? If not, you could
benefit a lot of people by making the code public domain.

--David

--
David M. Marcovitz
Microsoft PowerPoint MVP
Director of Graduate Programs in Educational Technology
Loyola College in Maryland
Author of _Powerful PowerPoint for Educators_
http://www.loyola.edu/education/PowerfulPowerPoint/
 
H

hw

Hi David,

Ok, I see. I did not consider your arguments.
The code should be free for education und personal projects, if there is a
need for. Let me say, on multiple wishes of a single user I went to Shyams
Site and did some copy & paste (hi, shyam is this OK?) to get a appropriate
licensing text. Can you give a little help for Step 5 to explain the setting
of makro to shape click? I have a german version only and no complete idea
to discribe the dialog text...

We add a Drag & Drop page to our website for download.

The code is part of a quiz-addin-project.
You can have a look on it. I made a flash movie with a beta version (in
german).
www.lemitec.de/gimp/Drag&Drop-Quiz.html

--
Gruß hw
The Powerpoint Community www.ppt-user.de
mail replace .nul to .de
--
Drag & Drop
Module for PowerPoint 2000/2002/2003
Copyright © 2005 Hans W. Hofmann. All rights reserved.

Author : Hans Werner Hofmann
Email : h w (at) p p t - u s e r . d e
Home : http://www.ppt-user.de

Purpose:
Drag & Drop functionality for powerpoint shapes

Installation:
1. Extract the contents of the zip to a folder.
2. Launch PowerPoint.
3. OPen VBA-Editor Alt+F11.
4. Click File menü to import the Module drag&drop.BAS
5.

Disclaimer:
All of the files available in this download are provided as-is, without any
warranty or support. All use of this utility is at your own risk. The add-in
has been tested with PowerPoint 2000, PowerPoint 2002 and PowerPoint 2003
(Both with/without Service Packs) where appropriate. This does not guarantee
that they will work on your machine.

Licensing Policy:
This code is provided as FREEWARE. You may use and adapt this utility for
your own individual projects. It is NOT distributable. You CANNOT bundle it
with other individual /commercial applications without the prior consent of
the author. You may not include this utility in any shareware or freeware
catalogues, books, articles or periodicals without the written permission of
the author.


Hans W. Hofmann.
h w (at) p p t - u s e r . d e
 
H

hw

Hi David,

Ok, I see. I did not consider your arguments.

The code should be free for education und personal projects, if there is a
need for. Let me say, on multiple wishes of a single user ;-) I went to
Shyams
Site and did some copy & paste to get a appropriate licensing text (hi,
Shyam is this OK?). Can you give a little help to check the text? Is it OK?
We add a Drag & Drop code zip file to our website for download
www.ppt-user.de/ostern.htm.

The code is part of a quiz-addin-project.
You can have a look on it. I made a flash movie with a beta version (in
german). www.lemitec.de/gimp/Drag&Drop-Quiz.html


Hope that helps...

--
Gruß hw
The Powerpoint Community www.ppt-user.de
mail replace .nul to .de
---
License Text
---
DragAndDrop.bas
VBA Module for PowerPoint 2000/2002/2003
Copyright © 2005 Hans W. Hofmann. All rights reserved.

Author : Hans Werner Hofmann
Email : h w (at) p p t - u s e r .d e
Home : http://www.ppt-user.de

Purpose:
Drag & Drop functionality for powerpoint shapes

Installation:
1. Extract the contents of the zip to a folder.
2. Launch PowerPoint.
3. OPen VBA-Editor Alt+F11.
4. Click File menü to import the Module drag&drop.BAS
5. Insert/draw the object that you want to move
6. Right click on it and choose Action Settings.
7 Simply set Run Macro to DragandDrop.
8. Switch to slide show view for testing.


Known Restrictions:
..Do not combine the macro with
custom animations on the same slide.

Disclaimer:
All of the files available in this download are provided as-is, without any
warranty or support. All use of this utility is at your own risk. The add-in
has been tested with PowerPoint 2000, PowerPoint 2002 and PowerPoint 2003
(Both with/without Service Packs) where appropriate. This does not guarantee
that they will work on your machine.

Licensing Policy:
This add-in is provided as FREEWARE. You may use and adapt this utility for
your own individual projects. It is NOT distributable. You CANNOT bundle it
with other individual /commercial applications without the prior consent of
the author. You may not include this utility in any shareware or freeware
catalogues, books, articles or periodicals without the written permission of
the author.


Hans W. Hofmann.
h w (at) p p t - u s e r .d e
---
 
D

David M. Marcovitz

Hans,

I've been out of the office for about a week now, so I didn't respond
earlier. A free educational license would be a great idea. I'll link to
your site from my site, probably under my More Tricks section.

--David

--
David M. Marcovitz
Microsoft PowerPoint MVP
Director of Graduate Programs in Educational Technology
Loyola College in Maryland
Author of _Powerful PowerPoint for Educators_
http://www.loyola.edu/education/PowerfulPowerPoint/
 

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