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

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

===ASTUT===.swf

This is the info page for
Flash #62519

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


Text
Play!

Play!

ActionScript

ActionScript

Play Button

Custom Cursor

Web Link Button

Mute Button

Drag & Drop

Frame Actions

How To Make A Simple Button: Special

Stop Button

A play button is when you click a button, and plays
the movie. Play buttons are very easy to make,
its probaly at a beginner stage. All of this will be
explanied on this page.

Draw a circle, and make into a button,
then when you created your button, press
F9 and type in these actions;

<p align="left"><font face="Arial Rounded MT Bold" size="12" color="#000000" letterSpacing="0.000000" kerning="1"><b>on (release) {</b></font></p><p align="left"><font face="Arial Rounded MT Bold" size="12" color="#000000" letterSpacing="0.000000" kerning="1"><b>play();</b></font></p><p align="left"><font face="Arial Rounded MT Bold" size="12" color="#000000" letterSpacing="0.000000" kerning="1"><b>}</b></font></p><p align="left"></p>

Back

Play Button

<p align="left"><font face="Arial Rounded MT Bold" size="12" color="#000000" letterSpacing="0.000000" kerning="1"><b>on (release) {</b></font></p><p align="left"><font face="Arial Rounded MT Bold" size="12" color="#000000" letterSpacing="0.000000" kerning="1"><b>stop();</b></font></p><p align="left"><font face="Arial Rounded MT Bold" size="12" color="#000000" letterSpacing="0.000000" kerning="1"><b>}</b></font></p><p align="left"></p>

A stop button is a button that if you press it, it will
stop the movie. Again, this is easy to do, so a
beginner topic this is. First, draw a circle or anything
and turn it into a button, then press F9 and put this
code in it;

Stop Button

<p align="left"><font face="Arial Rounded MT Bold" size="12" color="#000000" letterSpacing="0.000000" kerning="1"><b>on (release) {</b></font></p><p align="left"><font face="Arial Rounded MT Bold" size="12" color="#000000" letterSpacing="0.000000" kerning="1"><b>getURL(&quot;&quot;);</b></font></p><p align="left"><font face="Arial Rounded MT Bold" size="12" color="#000000" letterSpacing="0.000000" kerning="1"><b>}</b></font></p><p align="left"></p>

A web link button is a button that if you press it, it
will go to a website. A little advanced this time.
Make a button then type this code. Now, you see
that the code has 2 ", well between those 2 ", copy
the url of the website that you want it to go to.

Web Link Button

<p align="left"><font face="Arial Rounded MT Bold" size="12" color="#000000" letterSpacing="0.000000" kerning="1"><b>on (release) {</b></font></p><p align="left"><font face="Arial Rounded MT Bold" size="12" color="#000000" letterSpacing="0.000000" kerning="1"><b>s</b></font></p><p align="left"><font face="Arial Rounded MT Bold" size="12" color="#000000" letterSpacing="0.000000" kerning="1"><b>topAllSounds();</b></font></p><p align="left"><font face="Arial Rounded MT Bold" size="12" color="#000000" letterSpacing="0.000000" kerning="1"><b>}</b></font></p><p align="left"></p>

A mute button is when you click a button, and stops
all the sounds in the movie. First, create a button,
then type in this code;

Mute Button

<p align="left"><font face="Arial Rounded MT Bold" size="12" color="#000000" letterSpacing="0.000000" kerning="1"><b>onClipEvent(load) { Mouse.hide(); } onClipEvent(enterFrame) { this._x = _root._xmouse; this._y = _root._ymouse; }</b></font></p>

Custom Cursors are great for games, and are
pretty easy to make. First, draw a traingle, or
something mouse shaped. Then, turn it into a
movieclip, then open up the actions panel and
copy this code;

Custom Cursor

<p align="left"><font face="Arial Rounded MT Bold" size="12" color="#000000" letterSpacing="0.000000" kerning="1"><b>on (press) {</b></font></p><p align="left"><font face="Arial Rounded MT Bold" size="12" color="#000000" letterSpacing="0.000000" kerning="1"><b>startDrag (&quot;&quot;);</b></font></p><p align="left"><font face="Arial Rounded MT Bold" size="12" color="#000000" letterSpacing="0.000000" kerning="1"><b>}</b></font></p><p align="left"><font face="Arial Rounded MT Bold" size="12" color="#000000" letterSpacing="0.000000" kerning="1"><b>on (release) {</b></font></p><p align="left"><font face="Arial Rounded MT Bold" size="12" color="#000000" letterSpacing="0.000000" kerning="1"><b>stopDrag ();</b></font></p><p align="left"><font face="Arial Rounded MT Bold" size="12" color="#000000" letterSpacing="0.000000" kerning="1"><b>}</b></font></p><p align="left"></p>

Drag & Drops are one of my fav types of games, and
are not too hard to make either! First, draw a
character on a layer, then lock it. Then, create a new
layer, and draw a piece of clothing ontop of your guy.
Then, make it a movieclip, and put this script on the
clothes. Each piece of cloth needs this script, so it
could take some time.

Drag & Drop

<p align="left"></p><p align="left"></p>

<p align="left"><font face="Arial Rounded MT Bold" size="15" color="#000000" letterSpacing="0.000000" kerning="1"><b>play();</b></font></p>

<p align="left"><font face="Arial Rounded MT Bold" size="15" color="#000000" letterSpacing="0.000000" kerning="1"><b>stop();</b></font></p>

<p align="left"><font face="Arial Rounded MT Bold" size="15" color="#000000" letterSpacing="0.000000" kerning="1"><b>gotoAndPlay();</b></font></p>

<p align="left"><font face="Arial Rounded MT Bold" size="15" color="#000000" letterSpacing="0.000000" kerning="1"><b>gotoAndStop();</b></font></p>

<p align="left"><font face="Arial Rounded MT Bold" size="15" color="#000000" letterSpacing="0.000000" kerning="1"><b>stopAllSounds();</b></font></p>

<p align="left"><font face="Arial Rounded MT Bold" size="15" color="#000000" letterSpacing="0.000000" kerning="1"><b>nextFrame();</b></font></p>

Plays the movie.

Stops the movie.

Type a frame number in
between the 2 brackets,
whatever frame it is, the
movie will go to.

Stops all the sounds.

Goes to the next frame.

<p align="left"><font face="Arial Rounded MT Bold" size="15" color="#000000" letterSpacing="0.000000" kerning="1"><b>prevframe();</b></font></p>

<p align="left"><font face="Arial Rounded MT Bold" size="15" color="#000000" letterSpacing="0.000000" kerning="1"><b>nextscene();</b></font></p>

<p align="left"><font face="Arial Rounded MT Bold" size="15" color="#000000" letterSpacing="0.000000" kerning="1"><b>prevscene();</b></font></p>

Goes to the previous frame.

Goes to the previous scene.

Goes to the next scene.

Type In Your Name In This Box!

Frame Actions

Heres some codes you can put on frames;

First, click on the oval tool and draw a circle. Then, edit it to any colour
you like, could be blue or something, and then, turn it into a button.
Next, press F9 and then you can type in any code you like.
ADVANCED:  Double click your button, there should be 4 words at the
top of the timeline, Up, Over, Down and Hit.
Up: Its just the normal button, as it would look.
Over: What it would looked like when the mouse is rolled over the
button.
Down: What will happen when you click the button.
Hit: What part of the button is clickable, (This is invisible).

Then you should get a working button!

How to make a simple button

ActionScript [AS1/AS2]

Frame 8315
gotoAndPlay (2);
Symbol 41 Button
on (release) { play(); }
Symbol 48 Button
on (release) { play(); }
Symbol 66 Button
on (release) { play(); }
Symbol 67 Button
on (release) { gotoAndPlay (124); }
Symbol 68 Button
on (release) { gotoAndPlay (122); }
Symbol 69 Button
on (release) { gotoAndPlay (123); }
Symbol 70 Button
on (release) { gotoAndPlay (125); }
Symbol 71 Button
on (release) { gotoAndPlay (126); }
Symbol 72 Button
on (release) { gotoAndPlay (127); }
Symbol 73 Button
on (release) { gotoAndPlay (121); }
Symbol 83 Button
on (release) { prevFrame(); }
Symbol 87 Button
on (release) { gotoAndPlay (119); }
Symbol 134 MovieClip Frame 45
stop();
Symbol 134 MovieClip Frame 86
stop();
Symbol 134 MovieClip Frame 119
stop();
Symbol 134 MovieClip Frame 120
stop();
Symbol 134 MovieClip Frame 121
stop();
Symbol 134 MovieClip Frame 122
stop();
Symbol 134 MovieClip Frame 123
stop();
Symbol 134 MovieClip Frame 124
stop();
Symbol 134 MovieClip Frame 125
stop();
Symbol 134 MovieClip Frame 126
stop();
Symbol 134 MovieClip Frame 127
stop();

Library Items

Symbol 1 GraphicUsed by:134
Symbol 2 GraphicUsed by:134
Symbol 3 GraphicUsed by:134
Symbol 4 GraphicUsed by:134
Symbol 5 GraphicUsed by:134
Symbol 6 GraphicUsed by:134
Symbol 7 GraphicUsed by:134
Symbol 8 GraphicUsed by:134
Symbol 9 GraphicUsed by:134
Symbol 10 GraphicUsed by:134
Symbol 11 GraphicUsed by:134
Symbol 12 GraphicUsed by:134
Symbol 13 GraphicUsed by:134
Symbol 14 GraphicUsed by:134
Symbol 15 GraphicUsed by:134
Symbol 16 GraphicUsed by:134
Symbol 17 GraphicUsed by:134
Symbol 18 GraphicUsed by:134
Symbol 19 GraphicUsed by:134
Symbol 20 GraphicUsed by:134
Symbol 21 GraphicUsed by:134
Symbol 22 FontUsed by:23 24 44 45 50 52 54 56 58 60 62 64 75 76 77 79 84 86 88 89 91 92 93 95 96 97 99 100 101 104 105 106 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 130 131 132 133
Symbol 23 TextUses:22Used by:26 41
Symbol 24 TextUses:22Used by:26 41
Symbol 25 GraphicUsed by:26 41
Symbol 26 ButtonUses:23 24 25Used by:134
Symbol 27 GraphicUsed by:134
Symbol 28 GraphicUsed by:134
Symbol 29 GraphicUsed by:134
Symbol 30 GraphicUsed by:134
Symbol 31 GraphicUsed by:134
Symbol 32 GraphicUsed by:134
Symbol 33 GraphicUsed by:134
Symbol 34 GraphicUsed by:134
Symbol 35 GraphicUsed by:134
Symbol 36 GraphicUsed by:134
Symbol 37 GraphicUsed by:134
Symbol 38 GraphicUsed by:134
Symbol 39 GraphicUsed by:134
Symbol 40 GraphicUsed by:134
Symbol 41 ButtonUses:23 24 25Used by:134
Symbol 42 GraphicUsed by:134
Symbol 43 GraphicUsed by:134
Symbol 44 TextUses:22Used by:47 48 49
Symbol 45 TextUses:22Used by:47 48
Symbol 46 GraphicUsed by:47 48
Symbol 47 ButtonUses:44 45 46Used by:134
Symbol 48 ButtonUses:44 45 46Used by:134
Symbol 49 MovieClipUses:44Used by:134
Symbol 50 TextUses:22Used by:51 66
Symbol 51 ButtonUses:50Used by:134
Symbol 52 TextUses:22Used by:53 67
Symbol 53 ButtonUses:52Used by:134
Symbol 54 TextUses:22Used by:55 68
Symbol 55 ButtonUses:54Used by:134
Symbol 56 TextUses:22Used by:57 69
Symbol 57 ButtonUses:56Used by:134
Symbol 58 TextUses:22Used by:59 70
Symbol 59 ButtonUses:58Used by:134
Symbol 60 TextUses:22Used by:61 71
Symbol 61 ButtonUses:60Used by:134
Symbol 62 TextUses:22Used by:63 72
Symbol 63 ButtonUses:62Used by:134
Symbol 64 TextUses:22Used by:65 73
Symbol 65 ButtonUses:64Used by:134
Symbol 66 ButtonUses:50Used by:134
Symbol 67 ButtonUses:52Used by:134
Symbol 68 ButtonUses:54Used by:134
Symbol 69 ButtonUses:56Used by:134
Symbol 70 ButtonUses:58Used by:134
Symbol 71 ButtonUses:60Used by:134
Symbol 72 ButtonUses:62Used by:134
Symbol 73 ButtonUses:64Used by:134
Symbol 74 GraphicUsed by:134
Symbol 75 TextUses:22Used by:134
Symbol 76 TextUses:22Used by:134
Symbol 77 EditableTextUses:22Used by:134
Symbol 78 GraphicUsed by:83 87
Symbol 79 TextUses:22Used by:83 87
Symbol 80 GraphicUsed by:83 87
Symbol 81 GraphicUsed by:83 87
Symbol 82 GraphicUsed by:83 87
Symbol 83 ButtonUses:78 79 80 81 82Used by:134
Symbol 84 TextUses:22Used by:85
Symbol 85 MovieClipUses:84Used by:134
Symbol 86 EditableTextUses:22Used by:134
Symbol 87 ButtonUses:78 79 80 81 82Used by:134
Symbol 88 TextUses:22Used by:134
Symbol 89 TextUses:22Used by:90
Symbol 90 MovieClipUses:89Used by:134
Symbol 91 EditableTextUses:22Used by:134
Symbol 92 TextUses:22Used by:134
Symbol 93 TextUses:22Used by:94
Symbol 94 MovieClipUses:93Used by:134
Symbol 95 EditableTextUses:22Used by:134
Symbol 96 TextUses:22Used by:134
Symbol 97 TextUses:22Used by:98
Symbol 98 MovieClipUses:97Used by:134
Symbol 99 EditableTextUses:22Used by:134
Symbol 100 TextUses:22Used by:134
Symbol 101 TextUses:22Used by:102
Symbol 102 MovieClipUses:101Used by:103
Symbol 103 MovieClipUses:102Used by:134
Symbol 104 EditableTextUses:22Used by:134
Symbol 105 TextUses:22Used by:134
Symbol 106 TextUses:22Used by:107
Symbol 107 MovieClipUses:106Used by:134
Symbol 108 FontUsed by:109
Symbol 109 EditableTextUses:108Used by:134
Symbol 110 EditableTextUses:22Used by:134
Symbol 111 EditableTextUses:22Used by:134
Symbol 112 EditableTextUses:22Used by:134
Symbol 113 EditableTextUses:22Used by:134
Symbol 114 EditableTextUses:22Used by:134
Symbol 115 EditableTextUses:22Used by:134
Symbol 116 TextUses:22Used by:134
Symbol 117 TextUses:22Used by:134
Symbol 118 TextUses:22Used by:134
Symbol 119 TextUses:22Used by:134
Symbol 120 TextUses:22Used by:134
Symbol 121 EditableTextUses:22Used by:134
Symbol 122 EditableTextUses:22Used by:134
Symbol 123 EditableTextUses:22Used by:134
Symbol 124 TextUses:22Used by:134
Symbol 125 TextUses:22Used by:134
Symbol 126 TextUses:22Used by:134
Symbol 127 TextUses:22Used by:134
Symbol 128 TextUses:22Used by:129
Symbol 129 MovieClipUses:128Used by:134
Symbol 130 TextUses:22Used by:134
Symbol 131 TextUses:22Used by:134
Symbol 132 TextUses:22Used by:134
Symbol 133 TextUses:22Used by:134
Symbol 134 MovieClipUses:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 47 48 49 51 53 55 57 59 61 63 65 66 67 68 69 70 71 72 73 74 75 76 77 83 85 86 87 88 90 91 92 94 95 96 98 99 100 103 104 105 107 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 129 130 131 132 133Used by:Timeline
Streaming Sound 1Used by:Timeline

Special Tags

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




http://swfchan.com/13/62519/info.shtml
Created: 14/4 -2019 05:50:07 Last modified: 14/4 -2019 05:50:07 Server time: 13/05 -2024 09:02:16