hi to all…i haven’t got my answer …so wish do someone may help.Regarding about the comparision between the powerpoint and flash MX, i know that flash MX hav a lot of effects presentation as compared to powerpoint for example on the motion…text effect and alto more…but i do know know on hw abt doinit using the flash mx…to go slide by slide…anyone can offer help here or is there any particualar website where i can refer to? please advise…thank you
i remember talking about this a while ago, but dont remember where the link is.
anyway, you could simply make each slide in flash and then make the whole movie a button, so when you click on the screen it will take you to the next section, or slid using something like this
on (release) {
gotoAndPlay("section2");
}
i’ll make a quick fla, hope this helps.
Use the onMouseDown instead of the onPressed… This way you can make the _root.onMouseDown work out…
So when he puts his mouse down anywhere on the movie… It’ll do tha availible code.
here is the fla, what was that code about playamarz ?
_root.onMouseDown.
I was just suggesting the use of _root.onMosueDown to make things simpler… That way you don’t have to have the on pressed in a clip container…
The _root.onMouseDown captures instances of the click within the whole _root
ah k, i get ya, edit my fla if you want . to your suggestion.
::guess that would be used more for movie clips though , wouldnt it. i did it a different way, well when the content gets more complex guess you could use movieclips. this was a quicky.
lol… Doesn’t matter whcih way you used…
With my method though… You can load in slides after you click the mouseDown…
Kind-a like…
numSlides = 10;
curSlide = 0;
if(_root.onMouseDown())
{
if(curSlide < numSlides)
{
curSlide++;
loadMovie("slide"+curSlide+".swf");
}
}
For the movieCLip method though… Yours might work out better… But who knows… This is basic scripting so we aren’t going for speed… if it works… BY JONES use it! lmao
yeah i get ya!
:::check your PM !!
DING DONG…
“You got PMs”…
HEY! I don’t HAVE PMS!