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

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

Game, Etc Tutorial.swf

This is the info page for
Flash #76015

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


Text
Buttons

More Help?

Press "b" for back

Press "n" for next

Motion/Shape Tween

*Remember if pictures are to blurry Zoom in to see better*

Tested = TheCodeNetwork Be sure to check out his movies

Masking

By: Billbob840

Games

make sure caps
lock is off

"b" for back. "n" for next.

click

*Draw a circular item or anything
you want to be your button

*Highlight the whole thing you
made and right click it. Scroll
down and hit Convert to Symbol

*under Behavior put Button and
give ur button a
name

*Your Button should have a blue
square around it and a crosshair
in the middle

*Left click your button once then
go into actions, in your actions
put this text (you can copy this
from here, but delete Frame
Here and add the frame you
want it to be)

on (release) {
gotoAndPlay(Frame Here);
}

"b" for back.

*

Back To Tutorial

Motion

*Now that you know how to
make buttons draw a circle and
instead of making the Behavior a
button make it a movie clip

*In the timeline add frames (F5)
as many times as u want and then
add a keyframe (F6) like shown
in the picture

*On the Last Keyframe move
your symbol to some other place
you want it to be so that its in a
differant area than the other
frames

(First
frames)

(Last Keyframe)

*Click on the first frame in your
timeline then go to Properties
down below, go to Tween: and
put Motion

*It should make your frames on
your timeline look like this:

*Hit play and it should look like
this:

*press "n" to go into shape
tweening.

*Note: You can motion
tween words too just
make the text a movie clip*

Shape

*Lets do this with a square.. but
you can use whatever you want

*Now add frames (F5) as many
times as you want then put a key
frame (F6).

*On the last frame delete what
you have and draw something
new.. Ill draw a circle.

*Then click on the first frame, go
to Properties on the bottom and
at tween put Shape

*Your timeline should look like
this:

(Hit "n" again to learn how to do
this with text)

*First write something like I did

This is made by

*Right click it and hit break apart
or just left click the text once and
hit control + b. REMEMBER:
break apart the words twice, so
after you right click and hit break
apart, do it once more until its not
words

*Add frames (F5) once again and
then add a key frame (F6), then
delete the old text on the last
frame and write something new
and break it apart twice again like
mine.

Billbob840

*Go to properties on the first
frame and make it a shape tween
then hit play and it should be like
mine, just remember to add a
couple more keyframes (F6) at
the end so people can read what it
formed into also in the begining
before u made the tween.

*First of all add another layer for
this, by right clicking layer one
and hitting "insert layer"

*Make your background black or
whatever, if dealing with black
write your text or whatever in
your second layer like this:

Made By Billbob840

*In your first layer make a circle
or whatever the same color as the
background, make it into a movie
clip

*Add frames (F5) then a key
frame (F6) and make it a motion
tween and make the circle on the
last frame be on the other side of
the text or etc.

*Then on the first layer right
click and hit "mask"

*Hit play and it should look like
this:

Game

*I am about to teach a ton of stuff
so atleast pay attention! lol.
im going to teach..... Cursors.
So you can make Crosshairs,
Health bars, killing enemies,
having enemies move and inflict
damage on you.

(in order to do these things you must of learned everything
i taught b4)

*First make a cross hair like mine
and make it a move clip then in
its actions put: (you can copy and
paste that into your actions.

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

*Now lets move onto Health bars
make something like mine.

*Make your healthbar a movie
clip, make its instance name: hp
and inside make keyframes (F6)
of the health going down and on
the last frame it being
empty DONT put stop
actions on each frame just let it
be like mine

*Now inside of the health bar
symbol add a stop button ONLY
on the first frame.

stop();

*This is just to test out the health
bar I just made so feel free to
click the black circle to test it out

*Now make an enemy make him
a button. then click the button and
make it a movie clip. so when you
double click your guy hes a
movie clip and when you double
click that hes a button

*Add a couple frames of him
standing there and then three
frames of him shooting and then
the last frame of him being dead

gotoAndPlay(1);

(third frame)

*Now on the first frame of him
shooting put: and on the third
frame of him shooting put:
and on the frame of
him dying put:

_root.hp.nextFrame();

(first frame)

stop()

(you can copy the stop)

*If you did that right he should
be taking away health from you.
or if you took a while doin that
you should have no health

*Now hit back all the way back to
the normal screen go into your
enemies actions and put:

onClipEvent (mouseDown) {
if(this.hitTest(_root._xmouse, _root._ymouse, true)){
this.gotoAndStop(frame he died on);
}
}

(now try killing
him by clicking)

Test It Out

Shoot Some Examples

You Died...................

Email Address: Tumstumstums1@yahoo.com
AIM: StayInShadow174

More Help?

when your done with my
tutorial you should be able
to make things like this

Hit B to go back

ActionScript [AS1/AS2]

Frame 1
Stage.showMenu = false;
Instance of Symbol 13 MovieClip in Frame 1
onClipEvent (load) { Mouse.hide(); startDrag ("", true); }
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();
Frame 12
stop();
Frame 13
stop();
Frame 14
stop();
Frame 15
stop();
Frame 16
stop();
Frame 17
stop();
Frame 18
stop();
Frame 19
stop();
Frame 20
stop();
Frame 21
stop();
Frame 22
stop();
Frame 23
stop();
Frame 24
stop();
Frame 25
stop();
Frame 26
stop();
Frame 27
stop();
Frame 28
stop();
Frame 29
stop();
Frame 30
stop();
Frame 31
stop();
Frame 32
stop();
Frame 33
stop();
Frame 34
stop();
Frame 35
stop();
Frame 36
stop();
Frame 37
stop();
Frame 38
stop();
Frame 39
stop();
Frame 40
stop();
Frame 41
stop();
Instance of Symbol 261 MovieClip in Frame 41
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { this.gotoAndStop(7); } }
Frame 42
stop();
Frame 43
stop();
Instance of Symbol 261 MovieClip in Frame 43
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { this.gotoAndStop(7); } }
Instance of Symbol 261 MovieClip in Frame 43
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { this.gotoAndStop(7); } }
Frame 44
stop();
Frame 45
stop();
Instance of Symbol 313 MovieClip in Frame 51
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { this.gotoAndStop(11); } }
Instance of Symbol 313 MovieClip in Frame 56
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { this.gotoAndStop(11); } }
Instance of Symbol 313 MovieClip in Frame 58
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { this.gotoAndStop(11); } }
Instance of Symbol 313 MovieClip in Frame 68
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { this.gotoAndStop(11); } }
Frame 77
stop();
Instance of Symbol 315 MovieClip in Frame 78
onClipEvent (load) { nextFrame(); }
Instance of Symbol 313 MovieClip in Frame 86
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { this.gotoAndStop(11); } }
Instance of Symbol 313 MovieClip in Frame 91
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { this.gotoAndStop(11); } }
Frame 108
stop();
Symbol 10 Button
on (release) { _root.play(); }
Symbol 11 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop (3); }
Symbol 11 MovieClip Frame 2
gotoAndPlay (1);
Symbol 23 Button
on (release) { gotoAndPlay (3); }
Symbol 30 Button
on (release) { gotoAndPlay (45); }
Symbol 37 Button
on (release) { gotoAndPlay (9); }
Symbol 44 Button
on (release) { gotoAndPlay (25); }
Symbol 51 Button
on (release) { gotoAndPlay (31); }
Symbol 66 MovieClip Frame 1
stop();
Symbol 67 Button
on (release) { gotoAndPlay (46); }
Symbol 76 Button
on (keyPress "b") { prevFrame(); } on (keyPress "n") { nextFrame(); }
Symbol 100 Button
on (keyPress "b") { prevFrame(); }
Symbol 104 Button
on (release) { gotoAndPlay (2); }
Symbol 105 Button
on (keyPress "b") { gotoAndStop (2); } on (keyPress "n") { nextFrame(); }
Symbol 111 Button
on (release) { gotoAndPlay (1); }
Symbol 235 MovieClip Frame 1
stop();
Instance of Symbol 222 MovieClip in Symbol 235 MovieClip Frame 2
onClipEvent (load) { _root.dot.gotoAndStop(2); }
Instance of Symbol 224 MovieClip in Symbol 235 MovieClip Frame 3
onClipEvent (load) { _root.dot.gotoAndStop(3); }
Instance of Symbol 226 MovieClip in Symbol 235 MovieClip Frame 4
onClipEvent (load) { _root.dot.gotoAndStop(4); }
Instance of Symbol 228 MovieClip in Symbol 235 MovieClip Frame 5
onClipEvent (load) { _root.dot.gotoAndStop(5); }
Instance of Symbol 230 MovieClip in Symbol 235 MovieClip Frame 6
onClipEvent (load) { _root.dot.gotoAndStop(6); }
Instance of Symbol 232 MovieClip in Symbol 235 MovieClip Frame 7
onClipEvent (load) { _root.dot.gotoAndStop(7); }
Instance of Symbol 234 MovieClip in Symbol 235 MovieClip Frame 8
onClipEvent (load) { _root.dot.gotoAndStop(8); }
Symbol 246 MovieClip Frame 1
stop();
Symbol 247 Button
on (release) { _root.hp.nextFrame(); }
Symbol 248 MovieClip Frame 1
stop();
Symbol 261 MovieClip Frame 4
_root.tp.nextFrame();
Symbol 261 MovieClip Frame 6
gotoAndPlay (1);
Symbol 270 MovieClip Frame 1
stop();
Symbol 270 MovieClip Frame 8
_root.gotoAndStop(44);
Symbol 273 Button
on (release) { gotoAndPlay (42); }
Symbol 275 Button
on (keyPress "b") { gotoAndStop (2); }
Symbol 312 MovieClip Frame 11
stop();
Symbol 313 MovieClip Frame 8
_root.HEALTH.nextFrame();
Symbol 313 MovieClip Frame 10
gotoAndPlay (1);
Symbol 316 Button
on (release) { gotoAndPlay (77); }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClipUses:1Used by:11
Symbol 3 GraphicUsed by:11
Symbol 4 BitmapUsed by:5
Symbol 5 GraphicUses:4Used by:11
Symbol 6 GraphicUsed by:10
Symbol 7 GraphicUsed by:10
Symbol 8 GraphicUsed by:10
Symbol 9 GraphicUsed by:10
Symbol 10 ButtonUses:6 7 8 9Used by:11
Symbol 11 MovieClipUses:2 3 5 10Used by:Timeline
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:Timeline
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:Timeline
Symbol 16 GraphicUsed by:22 23 36 37 43 44 50 51
Symbol 17 ShapeTweeningUsed by:22 23
Symbol 18 FontUsed by:19 25 31 32 34 38 39 41 45 47 62 73 81 82 84 87 92 95 98 99 101 102 107 110 117 120 123 126 127 130 133 134 135 137 141 142 146 148 151 156 157 158 159 162 163 164 173 177 178 179 184 188 192 195 199 203 204 205 206 209 219 236 237 250 251 258 259 260 262 263 264 265 266 267 268 269 271 274 276 277 278 284 332
Symbol 19 TextUses:18Used by:22 23 71 72
Symbol 20 ShapeTweeningUsed by:22
Symbol 21 GraphicUsed by:22 36 43 71 109 139 172 197
Symbol 22 MovieClipUses:16 17 19 20 21Used by:23
Symbol 23 ButtonUses:22 16 17 19Used by:Timeline
Symbol 24 ShapeTweeningUsed by:29 30
Symbol 25 TextUses:18Used by:29 30
Symbol 26 ShapeTweeningUsed by:29
Symbol 27 ShapeTweeningUsed by:29
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:24 25 26 27 28Used by:30
Symbol 30 ButtonUses:29 24 25Used by:Timeline
Symbol 31 TextUses:18Used by:Timeline
Symbol 32 TextUses:18Used by:Timeline
Symbol 33 ShapeTweeningUsed by:36 37
Symbol 34 TextUses:18Used by:36 37
Symbol 35 ShapeTweeningUsed by:36
Symbol 36 MovieClipUses:16 33 34 35 21Used by:37
Symbol 37 ButtonUses:36 16 33 34Used by:Timeline
Symbol 38 TextUses:18Used by:Timeline
Symbol 39 TextUses:18Used by:Timeline
Symbol 40 ShapeTweeningUsed by:43 44
Symbol 41 TextUses:18Used by:43 44 172
Symbol 42 ShapeTweeningUsed by:43
Symbol 43 MovieClipUses:16 40 41 42 21Used by:44
Symbol 44 ButtonUses:43 16 40 41Used by:Timeline
Symbol 45 TextUses:18Used by:Timeline
Symbol 46 ShapeTweeningUsed by:50 51
Symbol 47 TextUses:18Used by:50 51
Symbol 48 ShapeTweeningUsed by:50
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:16 46 47 48 49Used by:51
Symbol 51 ButtonUses:50 16 46 47Used by:Timeline
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:52Used by:61
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:54Used by:56
Symbol 56 MovieClipUses:55Used by:61
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:57Used by:59
Symbol 59 MovieClipUses:58Used by:60
Symbol 60 MovieClipUses:59Used by:61
Symbol 61 MovieClipUses:53 56 60Used by:Timeline
Symbol 62 TextUses:18Used by:Timeline
Symbol 63 ShapeTweeningUsed by:66 67
Symbol 64 ShapeTweeningUsed by:66
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:63 64 65Used by:67
Symbol 67 ButtonUses:66 63Used by:Timeline
Symbol 68 GraphicUsed by:71 72 109 139 172 197
Symbol 69 ShapeTweeningUsed by:71 72
Symbol 70 ShapeTweeningUsed by:71
Symbol 71 MovieClipUses:68 69 19 70 21Used by:72
Symbol 72 ButtonUses:71 68 69 19Used by:Timeline
Symbol 73 TextUses:18Used by:Timeline
Symbol 74 GraphicUsed by:75 76 100 105 275
Symbol 75 MovieClipUses:74Used by:76 100 105 275
Symbol 76 ButtonUses:75 74Used by:Timeline
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:77Used by:Timeline
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:Timeline
Symbol 81 TextUses:18Used by:89  Timeline
Symbol 82 TextUses:18Used by:Timeline
Symbol 83 GraphicUsed by:Timeline
Symbol 84 TextUses:18Used by:Timeline
Symbol 85 BitmapUsed by:86
Symbol 86 GraphicUses:85Used by:Timeline
Symbol 87 TextUses:18Used by:Timeline
Symbol 88 GraphicUsed by:89
Symbol 89 ButtonUses:88 81Used by:Timeline
Symbol 90 BitmapUsed by:91
Symbol 91 GraphicUses:90Used by:Timeline
Symbol 92 TextUses:18Used by:Timeline
Symbol 93 BitmapUsed by:94
Symbol 94 GraphicUses:93Used by:Timeline
Symbol 95 TextUses:18Used by:Timeline
Symbol 96 BitmapUsed by:97 249
Symbol 97 GraphicUses:96Used by:Timeline
Symbol 98 EditableTextUses:18Used by:Timeline
Symbol 99 TextUses:18Used by:287  Timeline
Symbol 100 ButtonUses:75 74Used by:Timeline
Symbol 101 TextUses:18Used by:Timeline
Symbol 102 TextUses:18Used by:Timeline
Symbol 103 GraphicUsed by:104 111
Symbol 104 ButtonUses:103Used by:Timeline
Symbol 105 ButtonUses:75 74Used by:Timeline
Symbol 106 ShapeTweeningUsed by:109
Symbol 107 TextUses:18Used by:109
Symbol 108 ShapeTweeningUsed by:109
Symbol 109 MovieClipUses:68 106 107 108 21Used by:Timeline
Symbol 110 TextUses:18Used by:Timeline
Symbol 111 ButtonUses:103Used by:Timeline
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:112Used by:114
Symbol 114 MovieClipUses:113Used by:Timeline
Symbol 115 BitmapUsed by:116
Symbol 116 GraphicUses:115Used by:Timeline
Symbol 117 TextUses:18Used by:Timeline
Symbol 118 BitmapUsed by:119 122
Symbol 119 GraphicUses:118Used by:Timeline
Symbol 120 TextUses:18Used by:Timeline
Symbol 121 BitmapUsed by:122
Symbol 122 GraphicUses:121 118Used by:Timeline
Symbol 123 TextUses:18Used by:Timeline
Symbol 124 BitmapUsed by:125
Symbol 125 GraphicUses:124Used by:Timeline
Symbol 126 TextUses:18Used by:Timeline
Symbol 127 TextUses:18Used by:Timeline
Symbol 128 BitmapUsed by:129
Symbol 129 GraphicUses:128Used by:Timeline
Symbol 130 TextUses:18Used by:Timeline
Symbol 131 BitmapUsed by:132
Symbol 132 GraphicUses:131Used by:Timeline
Symbol 133 TextUses:18Used by:Timeline
Symbol 134 TextUses:18Used by:Timeline
Symbol 135 TextUses:18Used by:Timeline
Symbol 136 ShapeTweeningUsed by:139
Symbol 137 TextUses:18Used by:139
Symbol 138 ShapeTweeningUsed by:139
Symbol 139 MovieClipUses:68 136 137 138 21Used by:Timeline
Symbol 140 GraphicUsed by:Timeline
Symbol 141 TextUses:18Used by:Timeline
Symbol 142 TextUses:18Used by:Timeline
Symbol 143 BitmapUsed by:144
Symbol 144 GraphicUses:143Used by:Timeline
Symbol 145 GraphicUsed by:Timeline
Symbol 146 TextUses:18Used by:Timeline
Symbol 147 GraphicUsed by:155  Timeline
Symbol 148 TextUses:18Used by:Timeline
Symbol 149 BitmapUsed by:150
Symbol 150 GraphicUses:149Used by:Timeline
Symbol 151 TextUses:18Used by:Timeline
Symbol 152 BitmapUsed by:153
Symbol 153 GraphicUses:152Used by:Timeline
Symbol 154 ShapeTweeningUsed by:155
Symbol 155 MovieClipUses:154 147Used by:Timeline
Symbol 156 TextUses:18Used by:Timeline
Symbol 157 TextUses:18Used by:Timeline
Symbol 158 TextUses:18Used by:Timeline
Symbol 159 TextUses:18Used by:Timeline
Symbol 160 BitmapUsed by:161
Symbol 161 GraphicUses:160Used by:Timeline
Symbol 162 TextUses:18Used by:Timeline
Symbol 163 TextUses:18Used by:Timeline
Symbol 164 TextUses:18Used by:Timeline
Symbol 165 GraphicUsed by:169
Symbol 166 ShapeTweeningUsed by:169
Symbol 167 GraphicUsed by:169
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:165 166 167 168Used by:Timeline
Symbol 170 ShapeTweeningUsed by:172
Symbol 171 ShapeTweeningUsed by:172
Symbol 172 MovieClipUses:68 170 41 171 21Used by:Timeline
Symbol 173 TextUses:18Used by:Timeline
Symbol 174 BitmapUsed by:176
Symbol 175 BitmapUsed by:176
Symbol 176 GraphicUses:174 175Used by:Timeline
Symbol 177 TextUses:18Used by:Timeline
Symbol 178 TextUses:18Used by:193  Timeline
Symbol 179 TextUses:18Used by:Timeline
Symbol 180 GraphicUsed by:181
Symbol 181 MovieClipUses:180Used by:193  Timeline
Symbol 182 BitmapUsed by:183
Symbol 183 GraphicUses:182Used by:Timeline
Symbol 184 TextUses:18Used by:Timeline
Symbol 185 BitmapUsed by:187
Symbol 186 BitmapUsed by:187
Symbol 187 GraphicUses:185 186Used by:Timeline
Symbol 188 TextUses:18Used by:Timeline
Symbol 189 BitmapUsed by:191
Symbol 190 BitmapUsed by:191
Symbol 191 GraphicUses:189 190Used by:Timeline
Symbol 192 TextUses:18Used by:Timeline
Symbol 193 MovieClipUses:181 178Used by:Timeline
Symbol 194 ShapeTweeningUsed by:197
Symbol 195 TextUses:18Used by:197
Symbol 196 ShapeTweeningUsed by:197
Symbol 197 MovieClipUses:68 194 195 196 21Used by:Timeline
Symbol 198 GraphicUsed by:Timeline
Symbol 199 TextUses:18Used by:Timeline
Symbol 200 BitmapUsed by:201 207 210 211 212 213 214 215 220 221 223 225 227 229 231
Symbol 201 GraphicUses:200Used by:202
Symbol 202 ButtonUses:201Used by:Timeline
Symbol 203 TextUses:18Used by:Timeline
Symbol 204 TextUses:18Used by:Timeline
Symbol 205 EditableTextUses:18Used by:Timeline
Symbol 206 TextUses:18Used by:Timeline
Symbol 207 GraphicUses:200Used by:208 216
Symbol 208 MovieClipUses:207Used by:Timeline
Symbol 209 TextUses:18Used by:Timeline
Symbol 210 GraphicUses:200Used by:216 248 270
Symbol 211 GraphicUses:200Used by:216 248 270
Symbol 212 GraphicUses:200Used by:216 248 270
Symbol 213 GraphicUses:200Used by:216 248 270
Symbol 214 GraphicUses:200Used by:216 248 270
Symbol 215 GraphicUses:200Used by:216 248 270
Symbol 216 MovieClipUses:207 210 211 212 213 214 215Used by:Timeline
Symbol 217 BitmapUsed by:218
Symbol 218 GraphicUses:217Used by:Timeline
Symbol 219 TextUses:18Used by:Timeline
Symbol 220 GraphicUses:200Used by:235 248 270
Symbol 221 GraphicUses:200Used by:222
Symbol 222 MovieClipUses:221Used by:235
Symbol 223 GraphicUses:200Used by:224
Symbol 224 MovieClipUses:223Used by:235
Symbol 225 GraphicUses:200Used by:226
Symbol 226 MovieClipUses:225Used by:235
Symbol 227 GraphicUses:200Used by:228
Symbol 228 MovieClipUses:227Used by:235
Symbol 229 GraphicUses:200Used by:230
Symbol 230 MovieClipUses:229Used by:235
Symbol 231 GraphicUses:200Used by:232
Symbol 232 MovieClipUses:231Used by:235
Symbol 233 GraphicUsed by:234
Symbol 234 MovieClipUses:233Used by:235
Symbol 235 MovieClipUses:220 222 224 226 228 230 232 234Used by:Timeline
Symbol 236 EditableTextUses:18Used by:Timeline
Symbol 237 TextUses:18Used by:Timeline
Symbol 238 GraphicUsed by:246 247
Symbol 239 GraphicUsed by:246
Symbol 240 GraphicUsed by:246
Symbol 241 GraphicUsed by:246
Symbol 242 GraphicUsed by:246
Symbol 243 GraphicUsed by:246
Symbol 244 GraphicUsed by:246
Symbol 245 GraphicUsed by:246
Symbol 246 MovieClipUses:238 239 240 241 242 243 244 245Used by:247
Symbol 247 ButtonUses:246 238Used by:Timeline
Symbol 248 MovieClipUses:220 210 211 212 213 214 215Used by:Timeline
Symbol 249 GraphicUses:96Used by:Timeline
Symbol 250 TextUses:18Used by:Timeline
Symbol 251 TextUses:18Used by:Timeline
Symbol 252 GraphicUsed by:253
Symbol 253 ButtonUses:252Used by:257 261
Symbol 254 GraphicUsed by:255
Symbol 255 MovieClipUses:254Used by:257 261
Symbol 256 GraphicUsed by:257 261
Symbol 257 MovieClipUses:253 255 256Used by:Timeline
Symbol 258 EditableTextUses:18Used by:Timeline
Symbol 259 TextUses:18Used by:Timeline
Symbol 260 TextUses:18Used by:Timeline
Symbol 261 MovieClipUses:253 255 256Used by:Timeline
Symbol 262 EditableTextUses:18Used by:Timeline
Symbol 263 TextUses:18Used by:Timeline
Symbol 264 EditableTextUses:18Used by:Timeline
Symbol 265 TextUses:18Used by:Timeline
Symbol 266 TextUses:18Used by:Timeline
Symbol 267 TextUses:18Used by:Timeline
Symbol 268 EditableTextUses:18Used by:Timeline
Symbol 269 TextUses:18Used by:Timeline
Symbol 270 MovieClipUses:220 210 211 212 213 214 215Used by:286  Timeline
Symbol 271 TextUses:18Used by:Timeline
Symbol 272 GraphicUsed by:273
Symbol 273 ButtonUses:272Used by:Timeline
Symbol 274 TextUses:18Used by:Timeline
Symbol 275 ButtonUses:75 74Used by:Timeline
Symbol 276 TextUses:18Used by:Timeline
Symbol 277 TextUses:18Used by:Timeline
Symbol 278 TextUses:18Used by:Timeline
Symbol 279 GraphicUsed by:Timeline
Symbol 280 GraphicUsed by:281
Symbol 281 MovieClipUses:280Used by:282
Symbol 282 MovieClipUses:281Used by:283
Symbol 283 MovieClipUses:282Used by:325  Timeline
Symbol 284 TextUses:18Used by:285
Symbol 285 MovieClipUses:284Used by:Timeline
Symbol 286 MovieClipUses:270Used by:Timeline
Symbol 287 MovieClipUses:99Used by:Timeline
Symbol 288 GraphicUsed by:313
Symbol 289 GraphicUsed by:290
Symbol 290 MovieClipUses:289Used by:313
Symbol 291 GraphicUsed by:292
Symbol 292 MovieClipUses:291Used by:313
Symbol 293 GraphicUsed by:294
Symbol 294 MovieClipUses:293Used by:313
Symbol 295 GraphicUsed by:296
Symbol 296 MovieClipUses:295Used by:313
Symbol 297 GraphicUsed by:313
Symbol 298 GraphicUsed by:313
Symbol 299 GraphicUsed by:313
Symbol 300 GraphicUsed by:313
Symbol 301 GraphicUsed by:313
Symbol 302 GraphicUsed by:313
Symbol 303 GraphicUsed by:313
Symbol 304 GraphicUsed by:305
Symbol 305 MovieClipUses:304Used by:313
Symbol 306 GraphicUsed by:313
Symbol 307 GraphicUsed by:313
Symbol 308 ShapeTweeningUsed by:312
Symbol 309 GraphicUsed by:312
Symbol 310 GraphicUsed by:311
Symbol 311 MovieClipUses:310Used by:312
Symbol 312 MovieClipUses:308 309 311Used by:313
Symbol 313 MovieClipUses:288 290 292 294 296 297 298 299 300 301 302 303 305 306 307 312Used by:Timeline
Symbol 314 GraphicUsed by:315 316
Symbol 315 MovieClipUses:314Used by:316  Timeline
Symbol 316 ButtonUses:315 314Used by:Timeline
Symbol 317 GraphicUsed by:318
Symbol 318 MovieClipUses:317Used by:Timeline
Symbol 319 GraphicUsed by:320
Symbol 320 MovieClipUses:319Used by:Timeline
Symbol 321 ShapeTweeningUsed by:Timeline
Symbol 322 GraphicUsed by:Timeline
Symbol 323 GraphicUsed by:324
Symbol 324 MovieClipUses:323Used by:Timeline
Symbol 325 MovieClipUses:283Used by:Timeline
Symbol 326 GraphicUsed by:Timeline
Symbol 327 GraphicUsed by:Timeline
Symbol 328 GraphicUsed by:Timeline
Symbol 329 GraphicUsed by:Timeline
Symbol 330 GraphicUsed by:Timeline
Symbol 331 GraphicUsed by:Timeline
Symbol 332 TextUses:18Used by:Timeline

Instance Names

"hp"Frame 35Symbol 235 MovieClip
"tp"Frame 37Symbol 248 MovieClip
"tp"Frame 42Symbol 270 MovieClip
"tp"Frame 46Symbol 286 MovieClip
"HEALTH"Frame 78Symbol 286 MovieClip
"HEALTH"Frame 86Symbol 270 MovieClip
"HEALTH"Frame 96Symbol 286 MovieClip
"tp"Frame 108Symbol 286 MovieClip
"bar"Symbol 11 MovieClip Frame 1Symbol 2 MovieClip
"tp"Symbol 286 MovieClip Frame 1Symbol 270 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$dp$Moj63zIADQp2ivFyuVMC2.."

Labels

"loaded"Symbol 11 MovieClip Frame 3




http://swfchan.com/16/76015/info.shtml
Created: 5/4 -2019 12:20:24 Last modified: 5/4 -2019 12:20:24 Server time: 17/05 -2024 06:28:05