STORY LOOP FURRY PORN GAMES C SERVICES [?] [R] RND POPULAR | Archived flashes: 229596 |
/disc/ · /res/ — /show/ · /fap/ · /gg/ · /swf/ | P0001 · P2595 · P5190 |
A Very Merry Christmas! |
This is the info page for Flash #61542 |
Low |
Med |
High |
Play |
Flash Tutorials |
Text Morphing |
Dress-Ups |
Motion Tweens |
Image Fading |
Cursors |
Symbols |
Hello, Lets learn about symbols... |
Symbols |
NEXT |
Draw freehand image... |
we'll start off by drawing an image to convert to a symbol. when finished, select the image... |
when selected, press F8 to convert it to a symbol, this menu should appear... |
you'll see that there are 3 different types of behaviors, click on one to find info about it! |
3 behaviors: |
Graphic |
Movie Clip |
Button |
Click on example to view a movie clip using the happy face i drew earlier |
Movie CLips |
Movie CLips are used to make an animation repeat forever. |
Ex: his eyes are movie clips... they continously blink |
double-click on your movie clip to see its timeline where you then make your animation to repeat itself |
Example |
As you can see the happy face is repeating the same process over and over |
This was a basic movie clip that only required two frames: |
frame 1 |
frame 2 |
Click on example to view a button using the happy face i drew earlier |
Buttons |
Buttons are used to control a movie, such as starting/stopping a movie or jumping to a different frame |
ex: this is a button |
Double click on a button to edit what it will look like if you hover over it or press down on it with your mouse |
notice that hovering or pressing down on the happy face will change its appearance |
to get a button to jump to another frame, right click on the button, click on actions and click on then set it to expert mode... |
on (release) { gotoAndPlay(frame); ;} |
Copy this script and the paste it into actions. put the frame # you want the button to jump to where frame is in the script |
Graphics |
graphics are usually used for images that won't be animated. such as backgrounds, banners, etc. |
graphics can also be used for fading in or out of a scene in a movie. |
if you forgot how to change and image to a symbol, just select the image and press F8 |
Motion tweens |
what is a motion tween? |
motion tweens are a more simple way to move an object around the screen without having to move the object frame by frame. (which can take a while) |
before we begin, draw an image that you would like to move across the screen. ex: plane. once your done, change it to a symbol (any kind will do) |
to copy a frame, right-click on it, scroll down the menu and click on copy frames |
once coverted to a symbol, go up to your timeline and copy the frame with your image in it and paste it ten frames forward |
now, in the tenth frame, place your image where you would like it to move. |
then right-click between the first and tenth frame and click on create motion tween |
if you followed the instructions carefully your image should move from the place in the first frame and end up where you placed your image in the last frame. |
when creating motion tweens you do not need to have exactly ten frames, you can add or subtract frames. it all depends on how fast or slow you want the image to go. |
first of all, draw a character along with some clothing that can fit him/her. |
i'll be using him as my dress up character. |
dress-ups |
once you have your cloths drawn, convert them to a button. now goto properties and set an instances name (any name will do) Then convert it to a movie clip. Right-click on the movie clip and click on actions. then copy this script to the left and paste it in the actions (make sure you are in expert mode) |
on (press) { startDrag (""); } on (release) { stopDrag (); } |
almost done! at the part of the script that says startdrag (""); insert the instance's name of the button inside the quotation marks. ("") |
on (press) { startDrag (""); } on (release) { stopDrag (); } |
ex: if your instance is hat then the script should look like this... |
startDrag ("hat"); |
it should turn out like this... |
first, select text tool from the tool bar. make a static text box and type a word you want to morph. then in your timeline, right- click on the 15th frame and click on insert keyframe. replace the word in the 15th frame with a word you want to morph too... |
here is an example of text morphing: |
Text morphing |
now we need to break the text... select the first frame and click on the text box. now hold down ctrl and press b (do this twice) then click on the 15th frame and do the same thing (hit ctrl + b twice) Next, click on the first frame again and click on properties... |
match your properties to these settings: |
if you've done everything correctly, your timeline should look like this: |
and when you play your movie, the text should morph from your 1st frame to your last |
first make an image you would want to fade in or out. (like a ghost or something) |
once your image is done, select it and press F8 to convert it to a symbol. for the behavior, select graphic and click ok. |
image fading |
now in the timeline, right-click on the 10th frame and click on insert keyframe. once that is done, click on the 10th frame and select the graphic. then open the properties (right-click on the graphic > click on properties) |
once in the properties of the graphic, you should see color with a drop down menu on the right side. click on the drop down menu and select alpha. then a new box will appear with 100% in it, make that 0%. your properties should look like this: |
finally, you need to make a motion tween. so goto your timeline and right-click between the 1st and 10th frame and then click on create motion tween. when you play the movie your image should fade out. |
more frames can be added to this and it could be done the opposite way around. experiment with it and have fun! |
first of all, draw a cursor somewhat like this one. |
then select the cursor and press F8 to convert it to a symbol. name it anything you like. for the behavior choose movie clip. now right-click on the movie click and goto actions... |
cursors |
make sure your actions is set to expert mode. ( ) |
once that is done, copy this script and paste it into the actions for your cursor. |
onClipEvent (load) { startDrag("", true); Mouse.hide(); } |
important: for every frame you want your cursor in, you must copy the cursor and paste it into the frame. |
ActionScript [AS1/AS2]
Frame 2stop();Frame 38stop();Frame 89stop();Frame 144stop();Frame 145stop();Frame 146stop();Frame 147stop();Frame 148stop();Frame 149stop();Frame 150stop();Frame 152stop();Frame 153stop();Frame 154stop();Frame 155stop();Frame 156stop();Frame 157stop();Frame 158stop();Frame 159stop();Instance of Symbol 168 MovieClip in Frame 159on (press) { startDrag ("hair"); } on (release) { stopDrag(); }Instance of Symbol 171 MovieClip in Frame 159on (press) { startDrag ("horns"); } on (release) { stopDrag(); }Instance of Symbol 174 MovieClip in Frame 159on (press) { startDrag ("mask"); } on (release) { stopDrag(); }Instance of Symbol 177 MovieClip in Frame 159on (press) { startDrag ("bean"); } on (release) { stopDrag(); }Instance of Symbol 180 MovieClip in Frame 159on (press) { startDrag ("coat"); } on (release) { stopDrag(); }Instance of Symbol 183 MovieClip in Frame 159on (press) { startDrag ("tie"); } on (release) { stopDrag(); }Frame 160stop();Frame 161stop();Frame 162stop();Frame 163stop();Frame 164stop();Frame 165stop();Frame 166stop();Frame 167stop();Frame 168stop();Frame 169stop();Symbol 8 Buttonon (press) { _quality = "low"; }Symbol 11 Buttonon (press) { _quality = "medium"; }Symbol 12 Buttonon (press) { _quality = "high"; }Symbol 23 Buttonon (release) { _root.play(); }Symbol 24 MovieClip Frame 1_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop (3); }Symbol 24 MovieClip Frame 2gotoAndPlay (1);Symbol 32 Buttonon (release) { gotoAndPlay (160); }Symbol 34 Buttonon (release) { gotoAndPlay (156); }Symbol 36 Buttonon (release) { gotoAndPlay (152); }Symbol 38 Buttonon (release) { gotoAndPlay (164); }Symbol 40 Buttonon (release) { gotoAndPlay (168); }Symbol 42 Buttonon (release) { _root.play(); }Symbol 65 Buttonon (release) { _root.play(); }Symbol 77 Buttonon (release) { gotoAndPlay (150); }Symbol 79 Buttonon (release) { _root.play(); }Symbol 81 Buttonon (release) { gotoAndPlay (148); }Symbol 82 Buttonon (release) { gotoAndPlay (2); }Symbol 86 Buttonon (release) { gotoAndPlay (145); }Symbol 92 Buttonon (release) { _root.play(); }Symbol 94 Buttonon (release) { gotoAndPlay (145); }Symbol 125 Buttonon (release) { gotoAndPlay (153); }Symbol 127 MovieClip Frame 1Symbol 139 Buttonon (release) { gotoAndPlay (154); }Symbol 143 Buttonon (release) { gotoAndPlay (155); }Symbol 148 Buttonon (release) { gotoAndPlay (2); }Symbol 153 Buttonon (release) { gotoAndPlay (157); }Symbol 157 Buttonon (release) { gotoAndPlay (158); }Symbol 185 Buttonon (release) { gotoAndPlay (161); }Symbol 193 Buttonon (release) { gotoAndPlay (162); }Symbol 195 Buttonon (release) { gotoAndPlay (163); }Symbol 204 Buttonon (release) { gotoAndPlay (165); }Symbol 210 Buttonon (release) { gotoAndPlay (166); }Symbol 212 Buttonon (release) { gotoAndPlay (167); }Symbol 218 Buttonon (release) { gotoAndPlay (169); }
Library Items
Symbol 1 Graphic | Used by:Timeline | |
Symbol 2 Font | Used by:3 4 5 64 | |
Symbol 3 Text | Uses:2 | Used by:Timeline |
Symbol 4 Text | Uses:2 | Used by:Timeline |
Symbol 5 Text | Uses:2 | Used by:Timeline |
Symbol 6 Graphic | Used by:8 12 | |
Symbol 7 Graphic | Used by:8 | |
Symbol 8 Button | Uses:6 7 | Used by:Timeline |
Symbol 9 Graphic | Used by:11 12 | |
Symbol 10 Graphic | Used by:11 12 | |
Symbol 11 Button | Uses:9 10 | Used by:Timeline |
Symbol 12 Button | Uses:6 10 9 | Used by:Timeline |
Symbol 13 Graphic | Used by:14 | |
Symbol 14 MovieClip | Uses:13 | Used by:Timeline |
Symbol 15 Graphic | Used by:Timeline | |
Symbol 16 Graphic | Used by:Timeline | |
Symbol 17 Graphic | Used by:18 | |
Symbol 18 MovieClip | Uses:17 | Used by:24 |
Symbol 19 Graphic | Used by:24 | |
Symbol 20 Graphic | Used by:23 | |
Symbol 21 Font | Used by:22 27 29 33 35 37 39 41 48 67 74 76 78 80 85 87 88 89 91 98 99 100 101 104 105 106 107 111 112 117 119 120 121 129 135 136 137 140 144 145 149 150 152 154 155 156 161 163 165 184 186 192 194 196 199 202 205 206 207 211 213 216 217 219 222 223 225 226 228 | |
Symbol 22 Text | Uses:21 | Used by:23 |
Symbol 23 Button | Uses:20 22 | Used by:24 |
Symbol 24 MovieClip | Uses:18 19 23 | Used by:Timeline |
Symbol 25 Graphic | Used by:Timeline | |
Symbol 26 Graphic | Used by:Timeline | |
Symbol 27 Text | Uses:21 | Used by:Timeline |
Symbol 28 Graphic | Used by:32 34 36 38 40 42 | |
Symbol 29 Text | Uses:21 | Used by:32 |
Symbol 30 Button | Used by:32 | |
Symbol 31 Graphic | Used by:32 34 36 38 40 42 | |
Symbol 32 Button | Uses:28 29 30 31 | Used by:Timeline |
Symbol 33 Text | Uses:21 | Used by:34 |
Symbol 34 Button | Uses:28 33 31 | Used by:Timeline |
Symbol 35 Text | Uses:21 | Used by:36 |
Symbol 36 Button | Uses:28 35 31 | Used by:Timeline |
Symbol 37 Text | Uses:21 | Used by:38 |
Symbol 38 Button | Uses:28 37 31 | Used by:Timeline |
Symbol 39 Text | Uses:21 | Used by:40 |
Symbol 40 Button | Uses:28 39 31 | Used by:Timeline |
Symbol 41 Text | Uses:21 | Used by:42 |
Symbol 42 Button | Uses:28 41 31 | Used by:Timeline |
Symbol 43 Graphic | Used by:Timeline | |
Symbol 44 Font | Used by:45 68 69 72 83 102 123 138 | |
Symbol 45 Text | Uses:44 | Used by:Timeline |
Symbol 46 Graphic | Used by:Timeline | |
Symbol 47 Graphic | Used by:Timeline | |
Symbol 48 Text | Uses:21 | Used by:Timeline |
Symbol 49 Graphic | Used by:Timeline | |
Symbol 50 Graphic | Used by:Timeline | |
Symbol 51 Graphic | Used by:Timeline | |
Symbol 52 Graphic | Used by:Timeline | |
Symbol 53 Graphic | Used by:59 | |
Symbol 54 Graphic | Used by:59 | |
Symbol 55 Graphic | Used by:59 | |
Symbol 56 Graphic | Used by:59 | |
Symbol 57 Graphic | Used by:59 | |
Symbol 58 Graphic | Used by:59 | |
Symbol 59 MovieClip | Uses:53 54 55 56 57 58 | Used by:Timeline |
Symbol 60 Graphic | Used by:Timeline | |
Symbol 61 Graphic | Used by:Timeline | |
Symbol 62 Graphic | Used by:Timeline | |
Symbol 63 Graphic | Used by:65 82 86 94 125 139 143 148 153 157 185 193 195 204 210 212 218 | |
Symbol 64 Text | Uses:2 | Used by:65 82 86 94 125 139 143 148 153 157 185 193 195 204 210 212 218 |
Symbol 65 Button | Uses:63 64 | Used by:Timeline |
Symbol 66 Graphic | Used by:Timeline | |
Symbol 67 Text | Uses:21 | Used by:Timeline |
Symbol 68 Text | Uses:44 | Used by:Timeline |
Symbol 69 Text | Uses:44 | Used by:Timeline |
Symbol 70 Bitmap | Used by:71 203 | |
Symbol 71 Graphic | Uses:70 | Used by:Timeline |
Symbol 72 Text | Uses:44 | Used by:Timeline |
Symbol 73 Graphic | Used by:Timeline | |
Symbol 74 Text | Uses:21 | Used by:Timeline |
Symbol 75 Graphic | Used by:77 79 81 | |
Symbol 76 Text | Uses:21 | Used by:77 |
Symbol 77 Button | Uses:75 76 | Used by:Timeline |
Symbol 78 Text | Uses:21 | Used by:79 |
Symbol 79 Button | Uses:75 78 | Used by:Timeline |
Symbol 80 Text | Uses:21 | Used by:81 |
Symbol 81 Button | Uses:75 80 | Used by:Timeline |
Symbol 82 Button | Uses:63 64 | Used by:Timeline |
Symbol 83 Text | Uses:44 | Used by:Timeline |
Symbol 84 Graphic | Used by:Timeline | |
Symbol 85 Text | Uses:21 | Used by:Timeline |
Symbol 86 Button | Uses:63 64 | Used by:Timeline |
Symbol 87 Text | Uses:21 | Used by:Timeline |
Symbol 88 Text | Uses:21 | Used by:Timeline |
Symbol 89 Text | Uses:21 | Used by:Timeline |
Symbol 90 Graphic | Used by:92 | |
Symbol 91 Text | Uses:21 | Used by:92 |
Symbol 92 Button | Uses:90 91 | Used by:Timeline |
Symbol 93 Graphic | Used by:Timeline | |
Symbol 94 Button | Uses:63 64 | Used by:Timeline |
Symbol 95 Graphic | Used by:97 110 | |
Symbol 96 Graphic | Used by:97 110 | |
Symbol 97 MovieClip | Uses:95 96 | Used by:Timeline |
Symbol 98 Text | Uses:21 | Used by:Timeline |
Symbol 99 Text | Uses:21 | Used by:Timeline |
Symbol 100 Text | Uses:21 | Used by:Timeline |
Symbol 101 Text | Uses:21 | Used by:Timeline |
Symbol 102 Text | Uses:44 | Used by:Timeline |
Symbol 103 Graphic | Used by:Timeline | |
Symbol 104 Text | Uses:21 | Used by:Timeline |
Symbol 105 Text | Uses:21 | Used by:Timeline |
Symbol 106 Text | Uses:21 | Used by:Timeline |
Symbol 107 Text | Uses:21 | Used by:Timeline |
Symbol 108 Graphic | Used by:Timeline | |
Symbol 109 Graphic | Used by:110 | |
Symbol 110 Button | Uses:96 95 109 | Used by:Timeline |
Symbol 111 Text | Uses:21 | Used by:Timeline |
Symbol 112 Text | Uses:21 | Used by:Timeline |
Symbol 113 Bitmap | Used by:114 | |
Symbol 114 Graphic | Uses:113 | Used by:Timeline |
Symbol 115 Font | Used by:116 159 162 164 227 | |
Symbol 116 EditableText | Uses:115 | Used by:Timeline |
Symbol 117 Text | Uses:21 | Used by:Timeline |
Symbol 118 Graphic | Used by:Timeline | |
Symbol 119 Text | Uses:21 | Used by:Timeline |
Symbol 120 Text | Uses:21 | Used by:Timeline |
Symbol 121 Text | Uses:21 | Used by:Timeline |
Symbol 122 Graphic | Used by:Timeline | |
Symbol 123 Text | Uses:44 | Used by:Timeline |
Symbol 124 Graphic | Used by:Timeline | |
Symbol 125 Button | Uses:63 64 | Used by:Timeline |
Symbol 126 Graphic | Used by:127 | |
Symbol 127 MovieClip | Uses:126 | Used by:Timeline |
Symbol 128 Graphic | Used by:Timeline | |
Symbol 129 Text | Uses:21 | Used by:Timeline |
Symbol 130 Graphic | Used by:Timeline | |
Symbol 131 Graphic | Used by:134 | |
Symbol 132 Graphic | Used by:134 | |
Symbol 133 Graphic | Used by:134 | |
Symbol 134 MovieClip | Uses:131 132 133 | Used by:Timeline |
Symbol 135 Text | Uses:21 | Used by:Timeline |
Symbol 136 Text | Uses:21 | Used by:Timeline |
Symbol 137 Text | Uses:21 | Used by:Timeline |
Symbol 138 Text | Uses:44 | Used by:Timeline |
Symbol 139 Button | Uses:63 64 | Used by:Timeline |
Symbol 140 Text | Uses:21 | Used by:Timeline |
Symbol 141 Bitmap | Used by:142 | |
Symbol 142 Graphic | Uses:141 | Used by:Timeline |
Symbol 143 Button | Uses:63 64 | Used by:Timeline |
Symbol 144 Text | Uses:21 | Used by:Timeline |
Symbol 145 Text | Uses:21 | Used by:Timeline |
Symbol 146 Bitmap | Used by:147 | |
Symbol 147 Graphic | Uses:146 | Used by:Timeline |
Symbol 148 Button | Uses:63 64 | Used by:Timeline |
Symbol 149 Text | Uses:21 | Used by:Timeline |
Symbol 150 Text | Uses:21 | Used by:Timeline |
Symbol 151 Graphic | Used by:Timeline | |
Symbol 152 Text | Uses:21 | Used by:Timeline |
Symbol 153 Button | Uses:63 64 | Used by:Timeline |
Symbol 154 Text | Uses:21 | Used by:Timeline |
Symbol 155 Text | Uses:21 | Used by:Timeline |
Symbol 156 Text | Uses:21 | Used by:Timeline |
Symbol 157 Button | Uses:63 64 | Used by:Timeline |
Symbol 158 Graphic | Used by:Timeline | |
Symbol 159 EditableText | Uses:115 | Used by:Timeline |
Symbol 160 Graphic | Used by:Timeline | |
Symbol 161 Text | Uses:21 | Used by:Timeline |
Symbol 162 EditableText | Uses:115 | Used by:Timeline |
Symbol 163 Text | Uses:21 | Used by:Timeline |
Symbol 164 Text | Uses:115 | Used by:Timeline |
Symbol 165 Text | Uses:21 | Used by:Timeline |
Symbol 166 Graphic | Used by:167 | |
Symbol 167 Button | Uses:166 | Used by:168 |
Symbol 168 MovieClip | Uses:167 | Used by:Timeline |
Symbol 169 Graphic | Used by:170 | |
Symbol 170 Button | Uses:169 | Used by:171 |
Symbol 171 MovieClip | Uses:170 | Used by:Timeline |
Symbol 172 Graphic | Used by:173 | |
Symbol 173 Button | Uses:172 | Used by:174 |
Symbol 174 MovieClip | Uses:173 | Used by:Timeline |
Symbol 175 Graphic | Used by:176 | |
Symbol 176 Button | Uses:175 | Used by:177 |
Symbol 177 MovieClip | Uses:176 | Used by:Timeline |
Symbol 178 Graphic | Used by:179 | |
Symbol 179 Button | Uses:178 | Used by:180 |
Symbol 180 MovieClip | Uses:179 | Used by:Timeline |
Symbol 181 Graphic | Used by:182 | |
Symbol 182 Button | Uses:181 | Used by:183 |
Symbol 183 MovieClip | Uses:182 | Used by:Timeline |
Symbol 184 Text | Uses:21 | Used by:Timeline |
Symbol 185 Button | Uses:63 64 | Used by:Timeline |
Symbol 186 Text | Uses:21 | Used by:Timeline |
Symbol 187 ShapeTweening | Used by:191 | |
Symbol 188 ShapeTweening | Used by:191 | |
Symbol 189 ShapeTweening | Used by:191 | |
Symbol 190 Graphic | Used by:191 | |
Symbol 191 MovieClip | Uses:187 188 189 190 | Used by:Timeline |
Symbol 192 Text | Uses:21 | Used by:Timeline |
Symbol 193 Button | Uses:63 64 | Used by:Timeline |
Symbol 194 Text | Uses:21 | Used by:Timeline |
Symbol 195 Button | Uses:63 64 | Used by:Timeline |
Symbol 196 Text | Uses:21 | Used by:Timeline |
Symbol 197 Bitmap | Used by:198 | |
Symbol 198 Graphic | Uses:197 | Used by:Timeline |
Symbol 199 Text | Uses:21 | Used by:Timeline |
Symbol 200 Bitmap | Used by:201 | |
Symbol 201 Graphic | Uses:200 | Used by:Timeline |
Symbol 202 Text | Uses:21 | Used by:Timeline |
Symbol 203 Graphic | Uses:70 | Used by:Timeline |
Symbol 204 Button | Uses:63 64 | Used by:Timeline |
Symbol 205 Text | Uses:21 | Used by:Timeline |
Symbol 206 Text | Uses:21 | Used by:Timeline |
Symbol 207 Text | Uses:21 | Used by:Timeline |
Symbol 208 Graphic | Used by:209 | |
Symbol 209 MovieClip | Uses:208 | Used by:Timeline |
Symbol 210 Button | Uses:63 64 | Used by:Timeline |
Symbol 211 Text | Uses:21 | Used by:Timeline |
Symbol 212 Button | Uses:63 64 | Used by:Timeline |
Symbol 213 Text | Uses:21 | Used by:Timeline |
Symbol 214 Bitmap | Used by:215 | |
Symbol 215 Graphic | Uses:214 | Used by:Timeline |
Symbol 216 Text | Uses:21 | Used by:Timeline |
Symbol 217 Text | Uses:21 | Used by:Timeline |
Symbol 218 Button | Uses:63 64 | Used by:Timeline |
Symbol 219 Text | Uses:21 | Used by:Timeline |
Symbol 220 Graphic | Used by:221 | |
Symbol 221 MovieClip | Uses:220 | Used by:Timeline |
Symbol 222 Text | Uses:21 | Used by:Timeline |
Symbol 223 Text | Uses:21 | Used by:Timeline |
Symbol 224 Graphic | Used by:Timeline | |
Symbol 225 Text | Uses:21 | Used by:Timeline |
Symbol 226 Text | Uses:21 | Used by:Timeline |
Symbol 227 EditableText | Uses:115 | Used by:Timeline |
Symbol 228 Text | Uses:21 | Used by:Timeline |
Symbol 229 Graphic | Used by:Timeline |
Instance Names
"spaceship" | Frame 152 | Symbol 127 MovieClip |
"bar" | Symbol 24 MovieClip Frame 1 | Symbol 18 MovieClip |
"hair" | Symbol 168 MovieClip Frame 1 | Symbol 167 Button |
"horns" | Symbol 171 MovieClip Frame 1 | Symbol 170 Button |
"mask" | Symbol 174 MovieClip Frame 1 | Symbol 173 Button |
"bean" | Symbol 177 MovieClip Frame 1 | Symbol 176 Button |
"coat" | Symbol 180 MovieClip Frame 1 | Symbol 179 Button |
"tie" | Symbol 183 MovieClip Frame 1 | Symbol 182 Button |
Labels
"loaded" | Symbol 24 MovieClip Frame 3 |
|