Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > General Coding > Coding Tutorials
You last visited: Today at 05:33

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[FLASH CS5]How To Sleep Function

Discussion on [FLASH CS5]How To Sleep Function within the Coding Tutorials forum part of the General Coding category.

Reply
 
Old   #1
 
|R.o.x|'s Avatar
 
elite*gold: 164
Join Date: Feb 2010
Posts: 1,130
Received Thanks: 1,025
[FLASH CS5]How To Sleep Function

So ich zeige euch jetzt wie ihr ne Sleep Funktion macht, da es keine offizielle gibt
Es ist nicht wirklich ein Tutorial, sondern eher ein Snippet.

Also los gehts.... Erstmal erstellen wir einen MovieClip... Dann gehen wir auf das Actionscript Fenster, für diesen MovieClip...

PHP Code:
stop(); // Es springt nicht auf den nächsten Clip um 
So nun müssen wir erstmal den Intervall setzen :
PHP Code:
var count setInterval(zeit1000);  //Der Itervall wurde auf eine Sekunde gestellt.... 1000ms = 1s 
Jetzt starten wir die Funktion :
PHP Code:
function zeit() { //Die Funktion "ZEIT" fängt an 
Nun was es tun soll nachdem die Zeit um ist... :
PHP Code:
nextFrame(); // Springt auf das nächste Schlüsselbild. 
Und nun soll der Intervall "gelöscht" oder ungültig werden, nachdem die Zeit um ist :
PHP Code:
clearInterval(count); // Intervall wird gelöscht 
Und das Ende der Funktion :
PHP Code:


Insgesammt sollte es so aussehen :
PHP Code:
stop(); // Es springt nicht auf den nächsten Clip um 
var count setInterval(zeit1000);  //Der Itervall wurde auf eine Sekunde gestellt.... 1000ms = 1s
function zeit() { //Die Funktion "ZEIT" fängt an
nextFrame(); // Springt auf das nächste Schlüsselbild.
clearInterval(count); // Intervall wird gelöscht


CREDITZ :

R.o.x
|R.o.x| is offline  
Reply


Similar Threads Similar Threads
[VIP-function] ToxicSYS [VIP-function]
08/14/2010 - WarRock Hacks, Bots, Cheats & Exploits - 1 Replies
heeeey E-pvpers :pimp: this is a new hack by TSYS Status : UNDETECTED Functions (VIDEO) : YouTube - WarRock - Bikini event VIP hack
[FLASH]Eine Homepage aus Flash!
06/26/2010 - Coding Tutorials - 2 Replies
Vorerst möchte ich Anmerken, dass dieses Tutorial nicht von mir geschrieben wurde, aber dennoch finde ich, dass so ein Tutorial auf dem FOrum nicht fehlen darf ;) Also dann lass ichs mal los gehen :) Eine komplette Homepage in Flash Du kennst das. Dir kommt auf der Straße ein hübsches Mädchen entgegen und sie spricht dich an. Ihr kommt ins Gespräch und sie zeigt dir ihre obercoole Flash-Homepage. Du hast aber nur ne olle HTML-Homepage und sie haut dir eine Ohrfeige und geht. Doch...
[Flash]How to make Flash Movies/Games
05/31/2010 - Coding Tutorials - 4 Replies
Hallo Elitepvpers! Als allererstes möchte ich sagen, ich habe dieses Tutorial in dieser Section gemacht, weil es ja etwas mit Code zu tuen hat! Index -Was ist Flash -Selbst erstelltes Flash -How to make Flash Movies -Tipps zu den Movies -How to make Flash Games
FLASH!!!! FLASH!!! Metin2 DATABASE(DB)!!!
06/27/2009 - Metin2 Private Server - 26 Replies
http://www.forumcaptan.com/showthread.php?p=695#po st695
*FLASH FLASH FLASH* 66er mk auf s9
04/17/2009 - Metin2 Trading - 7 Replies
hey wie die ueberschrift schon sagt ich vk einen lvl 66er mk auf s9 was ich suche ? sachen auf s9 oder sura ab lvl 50 screens bekommt ihr ueber icq oder msn



All times are GMT +2. The time now is 05:33.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.