
-----------------------------------
Amailer
Sun May 02, 2004 8:31 pm

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:

on (release) {
	nextScene();
}

But it doesn't work, agrr someone help!

-----------------------------------
Tony
Sun May 02, 2004 8:57 pm


-----------------------------------
its not nextScene, it's nextFrame();

or goTo(frameNumber);

-----------------------------------
Amailer
Sun May 02, 2004 9:07 pm


-----------------------------------
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();)

that possiable?

-----------------------------------
Tony
Mon May 03, 2004 5:57 am


-----------------------------------
sure, put something like

if flag
goTo(currentFrame - 1);

in each frame. That should play frames backwards if flag is set to true... I think :think:

-----------------------------------
Amailer
Mon May 03, 2004 5:19 pm


-----------------------------------
and to set a flag ture its..
flag = true;?

-----------------------------------
Tony
Mon May 03, 2004 5:36 pm


-----------------------------------
i'd think so... don't remember how to use variables in flash, was soo long ago :roll:

-----------------------------------
Amailer
Mon May 03, 2004 5:55 pm


-----------------------------------
do i have to put that for every damm frame!??!#?!@#

-----------------------------------
Amailer
Thu May 06, 2004 9:34 pm


-----------------------------------
*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?

-----------------------------------
p00p
Fri May 07, 2004 8:34 am


-----------------------------------
man i suck at flash i wish I was as good as you guys

-----------------------------------
Tubs
Tue May 11, 2004 11:52 am


-----------------------------------
www.flashkit.com

guarenteed someone can solve your problem... post your fla if you relaly need to

-----------------------------------
Amailer
Tue May 11, 2004 4:08 pm


-----------------------------------
Hehe, iv already solved it
