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

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

Tutorial - Protection.swf

This is the info page for
Flash #64227

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


Text
PLAY

PLAY

Ultimate Protection Tutorial: Welcome!

Welcome to SickSticks Ultimate Protection Tutorial! This tutorial will take you through the basic steps of making
you flash safe, by using password protection and right click protection aswell! So press 'Next' to get started!

NEXT

NEXT

Created By SickStick

Music Off

Music On

Music Off

Music On

Soon your flash will be safe!  Well the first thing we need to do is open up the frame that you want your
webcam on and put this actionscript into that frame.
The basics of that actionscript was that it will not show the right click menu because it has a 'false;' action. If
you do want it to show the menu for some reason just turn the 'false;' into 'true;' it should now work! Try it out
for yourself! Press Ctrl + Enter and check!

<p align="left"><font face="Arial" size="10" color="#ffffff"><b>Stage.showMenu = false;</b></font></p>

Ultimate Protection Tutorial: Right Click

1. Create a text field anywhere on your flash document and set it as big or small as you want.
2. Open the Propeties pannel. Change the type of text from 'Static Text' to 'Input Text' you can do this by clicking the
dropdown menu.
3. In the Variable field enter "password" (without the ")
4. Make a submit button (just make any normal button will do.)
5. Then, put this script in it:
The "password" is the password change this to whatever you want the password to be.
The "correct" is the frame number you want the password to got to if the password is correct. Change "correct" to the
frame number you desire.
The "wrong") is the frame number you want the password to got to if the password is wrong. Change "wrong" to the
frame number you desire.
6. We're finished! If there this does not work for you, there will be a download link at the end of the tutorial.

Ultimate Protection Tutorial: Password Protection

<p align="left"><font face="Arial" size="10" color="#ffffff"><b>on (release) {</b></font></p><p align="left"><font face="Arial" size="10" color="#ffffff"><b>if (password add password eq &quot;password&quot;) {</b></font></p><p align="left"><font face="Arial" size="10" color="#ffffff"><b>gotoAndPlay(&quot;correct&quot;);</b></font></p><p align="left"><font face="Arial" size="10" color="#ffffff"><b>} else {</b></font></p><p align="left"><font face="Arial" size="10" color="#ffffff"><b>gotoAndPlay(&quot;wrong&quot;);</b></font></p><p align="left"><font face="Arial" size="10" color="#ffffff"><b>}</b></font></p><p align="left"><font face="Arial" size="10" color="#ffffff"><b>}</b></font></p>

Facts:
Time Taken: 2 and a half hours
Frames: 4
Music: Tenacious D - Wonderboy
Programs used: Macromedia Flash.
Credits:
Everything By SickStick

AGAIN

AGAIN

Ultimate Protection Tutorial

For those of you who couldn't make the password box without getting it wrong or you just a lazy ass
(you should have done it yourself.) But, because I'm so nice, I'll give it to you anyway...

<p align="center"><font face="Arial" size="12" color="#ffffff"><a href="http://dodownload.filefront.com/7079919//a481c9bea209c9fc412b8546720ee1f6adc5d7962340d1363825bc22045e91a1f567e8131f75e2b5" target = "_blank"><b>DOWNLOAD HERE!</b></a></font></p>

ActionScript [AS1/AS2]

Frame 2
stop(); Stage.showMenu = false;
Frame 3
stop(); Stage.showMenu = false;
Frame 4
stop(); Stage.showMenu = false;
Frame 5
stop(); Stage.showMenu = false;
Frame 6
stopAllSounds(); gotoAndPlay ("2");
Symbol 10 Button
on (release) { _root.play(); }
Instance of Symbol 4 MovieClip in Symbol 11 MovieClip Frame 1
onClipEvent (load) { _root.stop(); _parent.stop(); } onClipEvent (enterFrame) { var bytes = _root.getBytesTotal(); var bytes_loaded = _root.getBytesLoaded(); kbl = int(bytes_loaded / 1024); kbt = int(bytes / 1024); percent = (bytes_loaded / bytes) * 100; pc = int(percent); _parent.mask._alpha = 100 - pc; _width = (percent * 2.8); _root.plpc = ((((pc + "% LOADED - ") + kbl) + " OF ") + kbt) + " KB"; if (bytes_loaded == bytes) { _parent.gotoAndStop(2); } }
Symbol 20 Button
on (release) { play(); }
Symbol 24 Button
on (release) { nextFrame(); }
Symbol 27 MovieClip Frame 3455
stopAllSounds();
Symbol 30 Button
on (release) { prevFrame(); }
Symbol 31 MovieClip Frame 1
stop();
Symbol 31 MovieClip Frame 2
stopAllSounds();
Symbol 43 Button
on (release) { play(); }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClipUses:1Used by:Timeline
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:11
Symbol 5 FontUsed by:6 8 9
Symbol 6 EditableTextUses:5Used by:11
Symbol 7 GraphicUsed by:11
Symbol 8 TextUses:5Used by:10
Symbol 9 TextUses:5Used by:10
Symbol 10 ButtonUses:8 9Used by:11
Symbol 11 MovieClipUses:4 6 7 10Used by:Timeline
Symbol 12 FontUsed by:13 14 21 22 25 28 29 32 34 35 36 37 38 40 44 46
Symbol 13 TextUses:12Used by:Timeline
Symbol 14 TextUses:12Used by:Timeline
Symbol 15 GraphicUsed by:20 43
Symbol 16 FontUsed by:17 19 41 42
Symbol 17 TextUses:16Used by:20
Symbol 18 GraphicUsed by:20 43
Symbol 19 TextUses:16Used by:20
Symbol 20 ButtonUses:15 17 18 19Used by:Timeline
Symbol 21 TextUses:12Used by:Timeline
Symbol 22 TextUses:12Used by:24
Symbol 23 GraphicUsed by:24
Symbol 24 ButtonUses:22 23Used by:31
Symbol 25 TextUses:12Used by:31
Symbol 26 SoundUsed by:27
Symbol 27 MovieClipUses:26Used by:31
Symbol 28 TextUses:12Used by:31
Symbol 29 TextUses:12Used by:30
Symbol 30 ButtonUses:29Used by:31
Symbol 31 MovieClipUses:24 25 27 28 30Used by:Timeline
Symbol 32 TextUses:12Used by:Timeline
Symbol 33 GraphicUsed by:Timeline
Symbol 34 EditableTextUses:12 39Used by:Timeline
Symbol 35 TextUses:12Used by:Timeline
Symbol 36 TextUses:12Used by:Timeline
Symbol 37 TextUses:12Used by:Timeline
Symbol 38 EditableTextUses:12 39Used by:Timeline
Symbol 39 FontUsed by:34 38 40 45 46
Symbol 40 TextUses:12 39Used by:Timeline
Symbol 41 TextUses:16Used by:43
Symbol 42 TextUses:16Used by:43
Symbol 43 ButtonUses:15 41 18 42Used by:Timeline
Symbol 44 TextUses:12Used by:Timeline
Symbol 45 TextUses:39Used by:Timeline
Symbol 46 EditableTextUses:12 39Used by:Timeline

Dynamic Text Variables

_root.plpcSymbol 6 EditableText""




http://swfchan.com/13/64227/info.shtml
Created: 13/4 -2019 06:36:10 Last modified: 13/4 -2019 06:36:10 Server time: 15/05 -2024 05:18:27