all groups > flash (macromedia) > november 2005 >
You're in the

flash (macromedia)

group:

Make graphic slide show within flash 8


Make graphic slide show within flash 8 malzonline
11/14/2005 10:51:36 PM
flash (macromedia): Hi I am designing a task for kids with language problems it involves them
categorising household objects according to where they are found in the home. I
wish a household object to appear in the middle of the screen they place it in
the right area of the home and then another household object appears or even
using arrows like a slide show to prompt the next image to appear. How might
this be accomplished.

I am quite new to flash any help would be greatly appreciated.

Re: Make graphic slide show within flash 8 hey_suburbia
11/14/2005 11:25:52 PM
Something like this:
http://www.basicfunction.com/dragdrop_demo.swf

You can download my .fla here:
http://www.basicfunction.com/dragdrop_demo.fla


I made three rooms and three items, but you can do as many as you'd like to:

The only real code is this:



onClipEvent(mouseDown) {
startDrag(this);
_root.answer1="";
}

onClipEvent(mouseUp) {
stopDrag();
if (this._droptarget == "/bathroom") {
_root.gotoAndStop(2);
}
else{
_root.answer1 = "wrong, please try again";
}
}
Re: Make graphic slide show within flash 8 malzonline
11/20/2005 12:00:00 AM
Hi thanks for the code, I am using images which complicates things a little. If
you would look at the files I would be most grateful roomsorting.fla is the
file I have generated all the images and targets are there. Dragright.fla is
the file that I am basing my actionscript on.

Regards,
Malachy

http://www.teresagallagher.plus.com/DragRight.fla
http://www.teresgallagher.plus.com/RoomSorting.fla

Just rename the files .fla (They're coming up as doc for some reason)


Re: Make graphic slide show within flash 8 malzonline
11/20/2005 12:00:00 AM
Re: Make graphic slide show within flash 8 lookaaly NO[at]SPAM yahoo.com
11/20/2005 6:34:01 PM
That's a good idea. See if this would be do something for you -
http://www.flash-slide-show.com
AddThis Social Bookmark Button