Computer Science Canada

Flash Presentation

Author:  Amailer [ Sun May 02, 2004 8:31 pm ]
Post subject:  Flash Presentation

Hello all,
Well I decided to make a 'flash' presentation insted of a power point presentation.

Now, im using the option that flash 2004 gives me, 'flash presentation'... what i need to know is....
1. How to make a button go from 1 frame to another.
2. How to make a image, text, line fade (in,out).
3. How to damm use this flash presentation... lol


ERR.
I have tried this on a image (converted into a button).
action script:
code:

on (release) {
        nextScene();
}

But it doesn't work, agrr someone help!

Author:  Tony [ Sun May 02, 2004 8:57 pm ]
Post subject: 

its not nextScene, it's nextFrame();

or goTo(frameNumber);

Author:  Amailer [ Sun May 02, 2004 9:07 pm ]
Post subject: 

ya i know that for a normal flash, but for a flash presentation?
it's sorted by scens, and there is such a thing called 'next scene'

Also, in a 'normal' flash, i know there is such a thing called gotoandplay()
but can i make it so that
on (release), go and play from a frame 'backwords'?
like..


1,2,3,4,5,6,7,8,9,10 frames are there. Im at frame 10 and i click the button it plays..
9,8,7,6,5,4,3,2,1 (untill there is a stop()Wink

that possiable?

Author:  Tony [ Mon May 03, 2004 5:57 am ]
Post subject: 

sure, put something like
code:

if flag
goTo(currentFrame - 1);

in each frame. That should play frames backwards if flag is set to true... I think Thinking

Author:  Amailer [ Mon May 03, 2004 5:19 pm ]
Post subject: 

and to set a flag ture its..
flag = true;?

Author:  Tony [ Mon May 03, 2004 5:36 pm ]
Post subject: 

i'd think so... don't remember how to use variables in flash, was soo long ago Rolling Eyes

Author:  Amailer [ Mon May 03, 2004 5:55 pm ]
Post subject: 

do i have to put that for every damm frame!??!#?!@#

Author:  Amailer [ Thu May 06, 2004 9:34 pm ]
Post subject: 

*bump*
*bump*
Anyone one, come one flasher..s...AHH help! it's due.. on sunday!!! SUNDAY (well monday but..)

Also, is gotoAndPlay(currentframe-1); correct?

Author:  p00p [ Fri May 07, 2004 8:34 am ]
Post subject: 

man i suck at flash i wish I was as good as you guys

Author:  Tubs [ Tue May 11, 2004 11:52 am ]
Post subject: 

www.flashkit.com

guarenteed someone can solve your problem... post your fla if you relaly need to

Author:  Amailer [ Tue May 11, 2004 4:08 pm ]
Post subject: 

Hehe, iv already solved it


: