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

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

Button of Cursor Tut..swf

This is the info page for
Flash #60985

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


Text
The Super Duper
Awesome Button
Tutorial with Buttons!

The Super Duper
Awesome Button
Tutorial with Buttons!

The Super Duper
Awesome Button
Tutorial with Buttons!

The Super Duper
Awesome Button
Tutorial with Buttons!

The Super Duper
Awesome Button
Tutorial with Buttons!

The Super Duper
Awesome Button
Tutorial with Buttons!

The Super Duper
Awesome Button
Tutorial with Buttons!

The Super Duper
Awesome Button
Tutorial with Buttons!

The Super Duper
Awesome Button
Tutorial with Buttons!

Play

Credits

And custom cursors!

And custom cursors!

First of all, make the object you want
your button to be. Next select it,
press F8 and select button.

my button

so i
press F8

and choose button

Once it is a button put this code
into the actions section that you
will find it at the bottom.

on (release) {
gotoAndPlay(1);
}

Once it is a button put this code
into the actions section you will
find it at the bottom.

on (release) {
gotoAndPlay(1);
}

Make the number whatever frame
you want to go to when you click it.
Next make a new keyframe right
after the one with your button on it
(dont select blank keyframe just
normal keyframe) and go to actions
for the second frame (the one you
just made).

Put this Actionscript in for the frame
and make the number be the
previous frame. Now the button
should work. Next will be my
custom cursor tutorial.

gotoAndPlay(1);

gotoAndPlay(1);

Make a drawing of your custom
cursor. Then convert it to a
movieclip (select it, F8, movieclip)
and give it this code if you want the
normal cursor to be invisible.

onClipEvent (load) {
startDrag("", true);
Mouse.hide();
}

onClipEvent (load) {
startDrag("", true);
Mouse.hide();
}

Alternately if you want to see the
normal cursor give it this code.

onClipEvent (load) {
startDrag("", true);
}

onClipEvent (load) {
startDrag("", true);
}

Here is my example.(Its from a
game im working on)

Everything (except music) done by
Kiljoy96

Music:House by
JohnDare

Thanks to NG for
being the best
website ever!

ActionScript [AS1/AS2]

Instance of Symbol 51 MovieClip in Frame 1
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Frame 2
stopAllSounds();
Frame 93
gotoAndPlay (92);
Frame 95
gotoAndPlay (94);
Frame 97
gotoAndPlay (96);
Frame 99
gotoAndPlay (98);
Frame 101
gotoAndPlay (100);
Frame 103
gotoAndPlay (102);
Frame 105
gotoAndPlay (104);
Instance of Symbol 118 MovieClip "ship" in Frame 106
onClipEvent (load) { startDrag ("", true); Mouse.hide(); } onClipEvent (load) { ship.onMouseDown = function () { _currentframe = 13; }; }
Frame 107
gotoAndPlay (106);
Instance of Symbol 51 MovieClip in Frame 108
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Frame 109
gotoAndPlay (108);
Symbol 38 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 47 Button
on (release) { _root.play(); }
Symbol 49 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop (3); }
Symbol 49 MovieClip Frame 2
gotoAndPlay (1);
Symbol 66 Button
on (release) { gotoAndPlay (94); }
Symbol 70 Button
on (release) { gotoAndPlay (108); }
Symbol 81 Button
on (release) { gotoAndPlay (96); }
Symbol 82 Button
on (release) { gotoAndPlay (94); }
Symbol 83 Button
on (release) { gotoAndPlay (98); }
Symbol 88 Button
on (release) { gotoAndPlay (96); }
Symbol 89 Button
on (release) { gotoAndPlay (100); }
Symbol 91 Button
on (release) { gotoAndPlay (98); }
Symbol 92 Button
on (release) { gotoAndPlay (102); }
Symbol 96 Button
on (release) { gotoAndPlay (100); }
Symbol 97 Button
on (release) { gotoAndPlay (104); }
Symbol 101 Button
on (release) { gotoAndPlay (102); }
Symbol 102 Button
on (release) { gotoAndPlay (106); }
Symbol 106 Button
on (release) { gotoAndPlay (104); }
Symbol 107 Button
on (release) { gotoAndPlay (2); }
Symbol 118 MovieClip Frame 12
gotoAndPlay (1);
Symbol 120 Button
on (release) { gotoAndPlay (2); }

Library Items

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

Instance Names

"ship"Frame 106Symbol 118 MovieClip
"bar"Symbol 49 MovieClip Frame 1Symbol 3 MovieClip

Labels

"loaded"Symbol 49 MovieClip Frame 3




http://swfchan.com/13/60985/info.shtml
Created: 15/4 -2019 21:19:42 Last modified: 15/4 -2019 21:19:42 Server time: 13/05 -2024 04:12:26