STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
229595
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2595 · P5190

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/34212102?noj=FRM34212102-22DC" width="1" height="1"></div>

Simplest Button Tutorial.swf

This is the info page for
Flash #61832

(Click the ID number above for more basic data on this flash file.)


Text
So you wanna
make a button eh?

I Can Help

Just Click Here --->

GO!

Well First You Wanna
Make A Circle
(this will be your play
button)

this will do

NEXT

NEXT
you will want to
convert it to a "button"
symbol

BACK

Then you click the
button while it is in the
library and then double
click on it while it's in
the library window!

You shall see a page that looks like
this where the time line used to be!

up

over

down

hit

really
bad
imitatin
of key
frames

I will explain on next page!

My sorta detailed definitions

Up: how the button will look when it is just sitting there
(no mouse over it or clicking)

Over: pretty self-explanitory. But this is how the button
looks when mouse is over the button (not clicking)

Down: this is how it looks when you are holding the
mouse button down on button.

Tips: this is just like drawning normally
(i.e. inserting keyframes etc.)

Hit: where the cursor needs to be to be able to
click(but i never mess with this)

UP!

OVER!

DOWN!

Once you have that done go the to
frame your button is on and
highlight it.

Once you have done that then you will
need to click "Actions" tab
(normally at the bottom near
"Properties" tab)
or press F9

You will see what looks like the
notepad pop up.
Then type this in to it (this will be in
the description)
I'm not letting you copy this because
you should remember this.

on(release){
gotoAndPlay(*);
}

more explained in the
next page

Where the asterisk (*) is put the
frame no. that you want the
button to lead to.
heres an example!

on(release){
gotoAndPlay(1);
}

this means it
will go to and
play frame 1

Also an example of
a "replay" button...

IMPORTANT TIP!

If you want the button to go to the next page
but stop (like these buttons on this flash) then
make the actionscript for the button this

on(release){
gotoAndStop(*)
}

After that your button should work!

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 2
stop();
Frame 3
stop();
Frame 4
stop();
Frame 5
stop();
Frame 6
stop();
Frame 7
stop();
Frame 8
stop();
Frame 9
stop();
Frame 10
stop();
Frame 11
stop();
Symbol 8 Button
on (release) { gotoAndStop (2); }
Symbol 17 Button
on (release) { gotoAndStop (3); }
Symbol 20 Button
on (release) { gotoAndStop (4); }
Symbol 23 Button
on (release) { gotoAndPlay (2); }
Symbol 26 Button
on (release) { gotoAndStop (5); }
Symbol 27 Button
on (release) { gotoAndPlay (3); }
Symbol 37 Button
on (release) { gotoAndStop (6); }
Symbol 38 Button
on (release) { gotoAndPlay (4); }
Symbol 45 Button
on (release) { gotoAndStop (7); }
Symbol 47 Button
on (release) { gotoAndStop (5); }
Symbol 55 Button
on (release) { gotoAndStop (8); }
Symbol 56 Button
on (release) { gotoAndStop (6); }
Symbol 60 Button
on (release) { gotoAndStop (9); }
Symbol 62 Button
on (release) { gotoAndStop (7); }
Symbol 63 Button
on (release) { gotoAndStop (8); }
Symbol 64 Button
on (release) { gotoAndStop (10); }
Symbol 73 Button
on (release) { gotoAndPlay (9); }
Symbol 74 Button
on (release) { gotoAndPlay (11); }
Symbol 79 Button
on (release) { gotoAndPlay (1); }

Library Items

Symbol 1 FontUsed by:2 3 4 6 11 13 15 18 22 24 28 30 31 32 33 35 36 40 41 42 43 44 46 49 50 51 53 54 58 59 61 65 66 67 69 71 72 75 77
Symbol 2 TextUses:1Used by:Timeline
Symbol 3 TextUses:1Used by:Timeline
Symbol 4 TextUses:1Used by:Timeline
Symbol 5 GraphicUsed by:8
Symbol 6 TextUses:1Used by:8
Symbol 7 GraphicUsed by:8
Symbol 8 ButtonUses:5 6 7Used by:Timeline
Symbol 9 SoundUsed by:Timeline
Symbol 10 GraphicUsed by:Timeline
Symbol 11 TextUses:1Used by:Timeline
Symbol 12 GraphicUsed by:Timeline
Symbol 13 TextUses:1Used by:Timeline
Symbol 14 GraphicUsed by:17 20 26 37 45 55 60 64 74
Symbol 15 TextUses:1Used by:17 20 26 37 45 55 60 64 74
Symbol 16 GraphicUsed by:17 20 26 37 45 55 60 64 74
Symbol 17 ButtonUses:14 15 16Used by:Timeline
Symbol 18 TextUses:1Used by:Timeline
Symbol 19 GraphicUsed by:Timeline
Symbol 20 ButtonUses:14 15 16Used by:Timeline
Symbol 21 GraphicUsed by:23 27 38 47 56 62 63 73
Symbol 22 TextUses:1Used by:23 27 38 47 56 62 63 73
Symbol 23 ButtonUses:21 22Used by:Timeline
Symbol 24 TextUses:1Used by:Timeline
Symbol 25 GraphicUsed by:Timeline
Symbol 26 ButtonUses:14 15 16Used by:Timeline
Symbol 27 ButtonUses:21 22Used by:Timeline
Symbol 28 TextUses:1Used by:Timeline
Symbol 29 GraphicUsed by:Timeline
Symbol 30 TextUses:1Used by:Timeline
Symbol 31 TextUses:1Used by:Timeline
Symbol 32 TextUses:1Used by:Timeline
Symbol 33 TextUses:1Used by:Timeline
Symbol 34 GraphicUsed by:Timeline
Symbol 35 TextUses:1Used by:Timeline
Symbol 36 TextUses:1Used by:Timeline
Symbol 37 ButtonUses:14 15 16Used by:Timeline
Symbol 38 ButtonUses:21 22Used by:Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 TextUses:1Used by:Timeline
Symbol 41 TextUses:1Used by:Timeline
Symbol 42 TextUses:1Used by:Timeline
Symbol 43 TextUses:1Used by:Timeline
Symbol 44 TextUses:1Used by:Timeline
Symbol 45 ButtonUses:14 15 16Used by:Timeline
Symbol 46 TextUses:1Used by:Timeline
Symbol 47 ButtonUses:21 22Used by:Timeline
Symbol 48 GraphicUsed by:52
Symbol 49 TextUses:1Used by:52
Symbol 50 TextUses:1Used by:52
Symbol 51 TextUses:1Used by:52
Symbol 52 ButtonUses:48 49 50 51Used by:Timeline
Symbol 53 TextUses:1Used by:Timeline
Symbol 54 TextUses:1Used by:Timeline
Symbol 55 ButtonUses:14 15 16Used by:Timeline
Symbol 56 ButtonUses:21 22Used by:Timeline
Symbol 57 GraphicUsed by:Timeline
Symbol 58 TextUses:1Used by:Timeline
Symbol 59 TextUses:1Used by:Timeline
Symbol 60 ButtonUses:14 15 16Used by:Timeline
Symbol 61 TextUses:1Used by:Timeline
Symbol 62 ButtonUses:21 22Used by:Timeline
Symbol 63 ButtonUses:21 22Used by:Timeline
Symbol 64 ButtonUses:14 15 16Used by:Timeline
Symbol 65 TextUses:1Used by:Timeline
Symbol 66 TextUses:1Used by:Timeline
Symbol 67 TextUses:1Used by:Timeline
Symbol 68 GraphicUsed by:Timeline
Symbol 69 TextUses:1Used by:Timeline
Symbol 70 GraphicUsed by:Timeline
Symbol 71 TextUses:1Used by:Timeline
Symbol 72 TextUses:1Used by:Timeline
Symbol 73 ButtonUses:21 22Used by:Timeline
Symbol 74 ButtonUses:14 15 16Used by:Timeline
Symbol 75 TextUses:1Used by:Timeline
Symbol 76 GraphicUsed by:Timeline
Symbol 77 TextUses:1Used by:Timeline
Symbol 78 GraphicUsed by:79
Symbol 79 ButtonUses:78Used by:Timeline

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.




http://swfchan.com/13/61832/info.shtml
Created: 15/4 -2019 07:01:35 Last modified: 15/4 -2019 07:01:35 Server time: 22/12 -2024 16:42:26