Zurück   Flashforum > Flash > Stuff

Antwort
 
LinkBack Themen-Optionen Ansicht
Alt 10-01-2005, 03:25   #1 (permalink)
experience++;
 
Benutzerbild von salazar
 
Registriert seit: Jul 2002
Ort: Düsseldorf
Beiträge: 11.367
[stuff] tooltipp -> prototype

[stuff] tooltipp -> prototype

hi ihrs,
brauchte mal wieder einen tooltipp. habe auch sehr schöne hier im forum gefunden bzw. kenne sehr gute (der vom querkopf: KLICK,und der von einem unbekannten: KLICK), aber ich habs nochmal neu angepackt. das ganze ist natürlich noch nicht perfekt, aber für die bisherigen anwendungsgebiete hats ausgereicht

wünsche euch viel spaß damit.
alle erklärugen etc befinden sich in der fla. fla und swf sind gezipped anbei.

weitere features folgen evtl noch...

hier noch das as:
PHP-Code:
//----------------------------------------------------------
//fscommand´s und weiteres
//----------------------------------------------------------
fscommand("allowscale"false);
fscommand("showmenu"false);
stop();
//----------------------------------------------------------
//tooltipp prototype function
//----------------------------------------------------------
MovieClip.prototype._tool = function(txtsztcobcomzrofastbr) {
    var 
_my;
    var 
_l0 _level0;
    var 
_mc this;
    var 
_mcd 11000//(_mc.getDepth()+1);
    
var 0;
    var 
io 1;
    var 
initmyt = function () {
        if (
io) {
            
_l0.attachMovie("mytooltipp""_myt"+_mc._name_mcd+1);
            
_my _l0["_myt"+_mc._name];
            
_my._alpha 0;
            
_my._x int(_l0._xmouse);
            
_my._y int(_l0._ymouse);
            
posmyt();
            
setmyt();
            
_mc.onEnterFrame = function() {
                
+= br;
                
_my._alpha += (st*i);
                if (
_my._alpha>=fa) {
                    
delete _mc.onEnterFrame;
                }
            };
        } else if (!
io) {
            
delete _mc.onMouseMove;
            
_mc.onEnterFrame = function() {
                
+= br;
                
_my._alpha -= (st*i);
                if (
_my._alpha<=0) {
                    
delete _mc.onEnterFrame;
                    
_my.removeMovieClip();
                }
            };
        }
    };
    var 
setmyt = function () {
        
_my.mytf = new TextFormat();
        
_my.mytf.color tco;
        
_my.mytf.size tsz;
        
_my.mc.tx.multiline true;
        if (
mz) {
            
_my.mc.tx.wordWrap true;
        }
        
_my.mc.tx.autoSize true;
        
_my.mc.tx.size 12;
        
_my.mc.tx.text tx;
        
_my.mc.tx.setTextFormat(_my.mytf);
        
_my.mc.bg._width int(_my.mc.tx._width+2);
        
_my.mc.bg._height int(_my.mc.tx._height+2);
        
_my.mc.po._y int(0-_my.mc.po._height);
        
_my.mc.bg._y int((_my.mc.po._y)-_l0["_myt"+_mc._name].mc.bg._height);
        
_my.mc.tx._y _my.mc.bg._y;
        
_my.myco = new Color(_my.mc.bg);
        
_my.myco.setRGB(bco);
        
_my.myco = new Color(_my.mc.po);
        
_my.myco.setRGB(bco);
        
_my._rotation ro;
    };
    var 
posmyt = function () {
        
_mc.onMouseMove = function() {
            if (
_mc.hitTest(_l0._xmouse_l0._ymousetrue)) {
                
_my._x int(_l0._xmouse);
                
_my._y int(_l0._ymouse);
            } else {
                
io 0;
                
initmyt();
            }
        };
    };
    
initmyt();
};
//----------------------------------------------------------
//as für die buttons
//----------------------------------------------------------
__test.onRollOver = function() {
    
this._tool("tada"20"0xFFFFFF""0x993366"001000.068);
};
//----------------------------------------------------------
__test2.onRollOver = function() {
    
this._tool("Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer sed magna sit amet nibh lacinia aliquet. Pellentesque libero sem, lacinia vel, feugiat ut, bibendum non, sem."10"0x000000""0xE4FE96"101000.068);
};
//----------------------------------------------------------
__test3.onRollOver = function() {
    
this._tool("Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer sed magna sit."12"0x000000""0xE4FE96"0, -4510028);
};
//----------------------------------------------------------
__test4.onRollOver = function() {
    
this._tool("BUTTON"+this._name12"0xFFFFFF""0x000000"0, -771000.098);
};
//----------------------------------------------------------
__test5.onRollOver = function() {
    
this._tool(this._name16"0xFFCC00""0xFF6600"0131000.028);
};
//----------------------------------------------------------
__test6.onRollOver = function() {
    
this._tool("meinText.setTextFormat(meinFormat);"24"0xFF6600""0x660000"0, -221000.018);
};
//----------------------------------------------------------
bt1.onRollOver = function() {
    
this._tool("Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer sed magna sit amet nibh lacinia aliquet. Pellentesque libero sem, lacinia vel, feugiat ut, bibendum non, sem."13"0xFF6600""0x660000"1, -221000.068);
    
this.gotoAndPlay(2);
};
bt1.onRollOut = function() {
    
this.gotoAndPlay(11);
};
//----------------------------------------------------------
bt2.onRollOver = function() {
    
this._tool(this._name24"0xFF6600""0x660000"0, -321000.068);
    
this.gotoAndPlay(2);
};
bt2.onRollOut = function() {
    
this.gotoAndPlay(11);
};
//----------------------------------------------------------
bt3.onRollOver = function() {
    
this._tool(this._name24"0x00CC00""0x004F00"0, -421000.068);
    
this.gotoAndPlay(2);
};
bt3.onRollOut = function() {
    
this.gotoAndPlay(11);
};
//----------------------------------------------------------
bt4.onRollOver = function() {
    
this._tool(this._name24"0x990000""0x660000"0, -521000.068);
    
this.gotoAndPlay(2);
};
bt4.onRollOut = function() {
    
this.gotoAndPlay(11);
};
//----------------------------------------------------------
bt5.onRollOver = function() {
    
this._tool(this._name24"0xFF6600""0xFFCC00"0, -621000.068);
    
this.gotoAndPlay(2);
};
bt5.onRollOut = function() {
    
this.gotoAndPlay(11);
};
//----------------------------------------------------------
bt6.onRollOver = function() {
    
this._tool(this._name+" _ this._name"24"0x0099FF""0x000066"0, -721000.068);
    
this.gotoAndPlay(2);
};
bt6.onRollOut = function() {
    
this.gotoAndPlay(11);
};
//---------------------------------------------------------- 
so schaut das as für die klassischen buttons aus....

PHP-Code:
on(rollOver){
    
this._tool("Lorem ipsum dolor sit amet, consectetuer adipiscing elit.",12,"0xFF6600","0x660000",1,-22,100,0.06,8);

cya, sal
Angehängte Dateien
Dateityp: zip _mytooltipp.zip (27,8 KB, 705x aufgerufen)
__________________
Bitte keine Flashfragen an mich schicken. Dafür ist ja das Forum da! Das betrifft auch Profilnachrichten.

Geändert von salazar (10-01-2005 um 03:40 Uhr)
salazar ist offline   Mit Zitat antworten
Alt 10-01-2005, 17:01   #2 (permalink)
oldschool
 
Benutzerbild von ne-c-ro
 
Registriert seit: Dec 2002
Ort: Terrok IV
Beiträge: 774
dank dir, kann man immer gut gebrauchen...
__________________
carpe noctem
icq-liste
das brush-projekt
ne-c-ro ist offline   Mit Zitat antworten
Alt 14-01-2005, 22:59   #3 (permalink)
"flashe"
 
Benutzerbild von Mindprint
 
Registriert seit: Nov 2004
Ort: Schweiz
Beiträge: 98
cooles Teil!!!



mfg
mindprint
__________________
"Ein Leben ohne Musik wäre ein Irrtum"
Das geht ab: Lambchop, BoardsofCanada
Mindprint ist offline   Mit Zitat antworten
Alt 15-01-2005, 00:48   #4 (permalink)
Fragebogen
 
Benutzerbild von starfighter
 
Registriert seit: Apr 2003
Ort: austria.vienna Beiträge:25.343
Beiträge: 361
passt!
ich danke dir! kann ma imma mal gebrauchen wenn ma auf die schnelle nen tooltipp haben will!
gut gelöst
__________________
currently working: yes
starfighter ist offline   Mit Zitat antworten
Alt 15-01-2005, 11:10   #5 (permalink)
Neuer User
 
Registriert seit: Jun 2002
Ort: Hamburg
Beiträge: 71
Toller Tooltip

@salazar
Sehr schön! Kann man das auch so gestalten, dass beim anklicken des Buttons der Tooltip verschwindet? Und wie bekommt man eine Outline um die Tooltips? Ich hoffe ich bin nicht unverschämt und vielen Dank
nielsholgerson ist offline   Mit Zitat antworten
Alt 05-02-2005, 14:08   #6 (permalink)
Addicted to Flas
 
Benutzerbild von eliias
 
Registriert seit: Sep 2002
Ort: Salzburg/Austria
Beiträge: 335
der unbekannte ;)

das 2. attachement ist von mir programmiert worden, allerdings eher schnell, weil ich es dringend gebraucht habe, finde deine lösung wesentlich ausgereifter, dank dir dafür

mfg hannes
__________________
Blog
Ace of Mace
eliias ist offline   Mit Zitat antworten
Alt 21-02-2005, 21:31   #7 (permalink)
experience++;
 
Benutzerbild von salazar
 
Registriert seit: Jul 2002
Ort: Düsseldorf
Beiträge: 11.367
@eliias: grüß dich unbekannter. habe deinen post erst jetzt gesehen... danke für das lob und büddeschön
@nielsholgerson: geht mit sicherheit.... ich schau mal wenn ich etwas zeit hab...

cya, sal
__________________
Bitte keine Flashfragen an mich schicken. Dafür ist ja das Forum da! Das betrifft auch Profilnachrichten.
salazar ist offline   Mit Zitat antworten
Alt 22-02-2005, 13:38   #8 (permalink)
experience++;
 
Benutzerbild von salazar
 
Registriert seit: Jul 2002
Ort: Düsseldorf
Beiträge: 11.367
Post

sodele..... jetzt kann der tooltipp dank einer kleinen modifikation sich auch schliessen, wenn man auf den betreffenden button geklickt hat

PHP-Code:
//----------------------------------------------------------
//Tooltipp prototype _ Ver:0.8 (beta)
//Niklas Knaack _ 22.02.2005
//Flashforum.de Nickname _ salazar
//----------------------------------------------------------
//fscommand´s und weiteres
//----------------------------------------------------------
fscommand("allowscale"false);
fscommand("showmenu"false);
stop();
//----------------------------------------------------------
//tooltipp prototype function
//----------------------------------------------------------
MovieClip.prototype._tool = function(txtsztcobcomzrofastbr,cl) {
    var 
_my;
    var 
_l0 _level0;
    var 
_mc this;
    var 
_mcd 11000//(_mc.getDepth()+1);
    
var 0;
    if (
cl) var io 0;
    if (!
cl) var io 1;
    var 
initmyt = function () {
        if (
io) {
            
_l0.attachMovie("mytooltipp""_myt"+_mc._name_mcd+1);
            
_my _l0["_myt"+_mc._name];
            
_my._alpha 0;
            
_my._x int(_l0._xmouse);
            
_my._y int(_l0._ymouse);
            
posmyt();
            
setmyt();
            
_mc.onEnterFrame = function() {
                
+= br;
                
_my._alpha += (st*i);
                if (
_my._alpha>=fa) {
                    
delete _mc.onEnterFrame;
                }
            };
        } else if (!
io) {
            if(
cl_my _l0["_myt"+_mc._name];
            
delete _mc.onMouseMove;
            
_mc.onEnterFrame = function() {
                
+= br;
                
_my._alpha -= (st*i);
                if (
_my._alpha<=0) {
                    
delete _mc.onEnterFrame;
                    
_my.removeMovieClip();
                }
            };
        }
    };
    var 
setmyt = function () {
        
_my.mytf = new TextFormat();
        
_my.mytf.color tco;
        
_my.mytf.size tsz;
        
_my.mc.tx.multiline true;
        if (
mz) {
            
_my.mc.tx.wordWrap true;
        }
        
_my.mc.tx.autoSize true;
        
_my.mc.tx.size 12;
        
_my.mc.tx.text tx;
        
_my.mc.tx.setTextFormat(_my.mytf);
        
_my.mc.bg._width int(_my.mc.tx._width+2);
        
_my.mc.bg._height int(_my.mc.tx._height+2);
        
_my.mc.po._y int(0-_my.mc.po._height);
        
_my.mc.bg._y int((_my.mc.po._y)-_l0["_myt"+_mc._name].mc.bg._height);
        
_my.mc.tx._y _my.mc.bg._y;
        
_my.myco = new Color(_my.mc.bg);
        
_my.myco.setRGB(bco);
        
_my.myco = new Color(_my.mc.po);
        
_my.myco.setRGB(bco);
        
_my._rotation ro;
    };
    var 
posmyt = function () {
        
_mc.onMouseMove = function() {
            if (
_mc.hitTest(_l0._xmouse_l0._ymousetrue)) {
                
_my._x int(_l0._xmouse);
                
_my._y int(_l0._ymouse);
            } else {
                
io 0;
                
initmyt();
            }
        };
    };
    
initmyt();
};
//----------------------------------------------------------
//as für die buttons
//----------------------------------------------------------
__test.onPress = function() {
    
this._tool("tada"20"0xFFFFFF""0x993366"001000.068,1);
};
__test.onRollOver = function() {
    
this._tool("tada"20"0xFFFFFF""0x993366"001000.068,0);
};
//----------------------------------------------------------
__test2.onPress = function() {
    
this._tool("Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer sed magna sit amet nibh lacinia aliquet. Pellentesque libero sem, lacinia vel, feugiat ut, bibendum non, sem."10"0x000000""0xE4FE96"101000.068,1);
};
__test2.onRollOver = function() {
    
this._tool("Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer sed magna sit amet nibh lacinia aliquet. Pellentesque libero sem, lacinia vel, feugiat ut, bibendum non, sem."10"0x000000""0xE4FE96"101000.068,0);
};
//----------------------------------------------------------
__test3.onPress = function() {
    
this._tool("Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer sed magna sit."12"0x000000""0xE4FE96"0, -4510028,1);
};
__test3.onRollOver = function() {
    
this._tool("Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer sed magna sit."12"0x000000""0xE4FE96"0, -4510028,0);
};
//----------------------------------------------------------
__test4.onPress = function() {
    
this._tool("BUTTON"+this._name12"0xFFFFFF""0x000000"0, -771000.098,1);
};
__test4.onRollOver = function() {
    
this._tool("BUTTON"+this._name12"0xFFFFFF""0x000000"0, -771000.098,0);
};
//----------------------------------------------------------
__test5.onPress = function() {
    
this._tool(this._name16"0xFFCC00""0xFF6600"0131000.028,1);
};
__test5.onRollOver = function() {
    
this._tool(this._name16"0xFFCC00""0xFF6600"0131000.028,0);
};
//----------------------------------------------------------
__test6.onPress    = function() {
    
this._tool("meinText.setTextFormat(meinFormat);"24"0xFF6600""0x660000"0, -221000.018,1);
};
__test6.onRollOver = function() {
    
this._tool("meinText.setTextFormat(meinFormat);"24"0xFF6600""0x660000"0, -221000.018,0);
};
//----------------------------------------------------------
bt1.onRollOver = function() {
    
this._tool("Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer sed magna sit amet nibh lacinia aliquet. Pellentesque libero sem, lacinia vel, feugiat ut, bibendum non, sem."13"0xFF6600""0x660000"1, -221000.068,0);
    
this.gotoAndPlay(2);
};
bt1.onRollOut = function() {
    
this.gotoAndPlay(11);
};
bt1.onPress = function() {
    
this._tool("Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Integer sed magna sit amet nibh lacinia aliquet. Pellentesque libero sem, lacinia vel, feugiat ut, bibendum non, sem."13"0xFF6600""0x660000"1, -221000.068,1);
    
this.gotoAndPlay(11);
};
//----------------------------------------------------------
bt2.onRollOver = function() {
    
this._tool(this._name24"0xFF6600""0x660000"0, -321000.068,0);
    
this.gotoAndPlay(2);
};
bt2.onRollOut = function() {
    
this.gotoAndPlay(11);
};
bt2.onPress = function() {
    
this._tool(this._name24"0xFF6600""0x660000"0, -321000.068,1);
    
this.gotoAndPlay(11);
};
//----------------------------------------------------------
bt3.onRollOver = function() {
    
this._tool(this._name24"0x00CC00""0x004F00"0, -421000.068,0);
    
this.gotoAndPlay(2);
};
bt3.onRollOut = function() {
    
this.gotoAndPlay(11);
};
bt3.onPress = function() {
    
this._tool(this._name24"0x00CC00""0x004F00"0, -421000.068,1);
    
this.gotoAndPlay(11);
};
//----------------------------------------------------------
bt4.onRollOver = function() {
    
this._tool(this._name24"0x990000""0x660000"0, -521000.068,0);
    
this.gotoAndPlay(2);
};
bt4.onRollOut = function() {
    
this.gotoAndPlay(11);
};
bt4.onPress = function() {
    
this._tool(this._name24"0x990000""0x660000"0, -521000.068,1);
    
this.gotoAndPlay(11);
};
//----------------------------------------------------------
bt5.onRollOver = function() {
    
this._tool(this._name24"0xFF6600""0xFFCC00"0, -621000.068,0);
    
this.gotoAndPlay(2);
};
bt5.onRollOut = function() {
    
this.gotoAndPlay(11);
};
bt5.onPress = function() {
    
this._tool(this._name24"0xFF6600""0xFFCC00"0, -621000.068,1);
    
this.gotoAndPlay(11);
};
//----------------------------------------------------------
bt6.onRollOver = function() {
    
this._tool(this._name+" _ this._name"24"0x0099FF""0x000066"0, -721000.068,0);
    
this.gotoAndPlay(2);
};
bt6.onRollOut = function() {
    
this.gotoAndPlay(11);
};
bt6.onPress = function() {
    
this._tool(this._name+" _ this._name"24"0x0099FF""0x000066"0, -721000.068,1);
    
this.gotoAndPlay(11);
};
//---------------------------------------------------------- 
keine panik.... fla und zip sind mit dabei

cya, sal
Angehängte Dateien
Dateityp: rar mytooltipp.rar (26,6 KB, 281x aufgerufen)
__________________
Bitte keine Flashfragen an mich schicken. Dafür ist ja das Forum da! Das betrifft auch Profilnachrichten.
salazar ist offline   Mit Zitat antworten
Alt 23-02-2005, 11:54   #9 (permalink)
?-Developer
 
Registriert seit: Jul 2004
Ort: Zuchwil (CH)
Beiträge: 903
Grundsätzlich ist es eine gute sache wo du hier gemacht hast.
jedoch der Beschrieb ist nicht ganz korrekt. Denn es reicht nicht
aus einfach zu kopieren. Denn die Tooltip komponenten müssen
auch noch irgendwie kopiert werden. Weiss zwar noch nicht wie ?
__________________
Nur tote Fische schwimmen mit dem Strom
silentx ist offline   Mit Zitat antworten
Alt 23-02-2005, 12:26   #10 (permalink)
experience++;
 
Benutzerbild von salazar
 
Registriert seit: Jul 2002
Ort: Düsseldorf
Beiträge: 11.367
wenn du einfach kurz in die beiliegende fla schauen magst!? natürlich muß der tooltipp in der bibliothek liegen..... der wird ja attached. sollte eigentlich logisch sein...

cya, sal

ps. grad mal geschaut... wo hab ich denn bitte geschrieben, daß man einfach nur zu kopieren brauch?!... ich glaub da wandelst du auf irrwegen...
__________________
Bitte keine Flashfragen an mich schicken. Dafür ist ja das Forum da! Das betrifft auch Profilnachrichten.

Geändert von salazar (23-02-2005 um 12:32 Uhr)
salazar ist offline   Mit Zitat antworten
Alt 23-02-2005, 21:28   #11 (permalink)
?-Developer
 
Registriert seit: Jul 2004
Ort: Zuchwil (CH)
Beiträge: 903
Also irgendwie hab ich das bei deinem Flash gesehen oder so
verstanden wie es da beim Ausführen als Text steht, vielleicht
habe ich mich ja getäuscht.

Ich möchte diesen Tooltip über ein Inputfeld setzen, doch wenn
ich dies mache, dann kann ich nichts mehr reinschreiben ist
das wirklich so, oder bin ich zu blöd?
__________________
Nur tote Fische schwimmen mit dem Strom
silentx ist offline   Mit Zitat antworten
Alt 24-02-2005, 20:45   #12 (permalink)
experience++;
 
Benutzerbild von salazar
 
Registriert seit: Jul 2002
Ort: Düsseldorf
Beiträge: 11.367
Zitat:
Zitat von silentx
Also irgendwie hab ich das bei deinem Flash gesehen oder so
verstanden wie es da beim Ausführen als Text steht, vielleicht
habe ich mich ja getäuscht.
du spricht in rätseln!

Zitat:
Zitat von silentx
Ich möchte diesen Tooltip über ein Inputfeld setzen, doch wenn
ich dies mache, dann kann ich nichts mehr reinschreiben ist
das wirklich so, oder bin ich zu blöd?
mach am besten ne bsp fla fertig wo man sich das anschauen kann. bin ja kein hellseher der das as und den aufbau in deiner fla aus dem nix analysieren kann...

cya, sal
__________________
Bitte keine Flashfragen an mich schicken. Dafür ist ja das Forum da! Das betrifft auch Profilnachrichten.
salazar ist offline   Mit Zitat antworten
Alt 27-02-2005, 15:11   #13 (permalink)
Neuer User
 
Benutzerbild von sengaja
 
Registriert seit: Aug 2001
Ort: hamburg
Beiträge: 373
von mir auch noch einer

hier auch ein tooltip von mir:

gruß
sengaja
Angehängte Dateien
Dateityp: zip tooltip_sengaja.zip (8,4 KB, 226x aufgerufen)
__________________
"lache niemals über die dummheit anderer - sie könnte deine chance sein" // winston churchill
sengaja ist offline   Mit Zitat antworten
Alt 02-03-2005, 13:44   #14 (permalink)
experience++;
 
Benutzerbild von salazar
 
Registriert seit: Jul 2002
Ort: Düsseldorf
Beiträge: 11.367
auch nicht verkehrt dein tooltipp sengaja!

das als komponente zu lösen ist sicherlich auch interessant. wie verhält es sich denn bei dir mit mehreren buttons die alle den tooltipp anzeigen sollen aber mit anderem text... glaub das sieht deine variante bisher noch nicht vor, oder hab ich beim fixen drüber schauen was übersehen? zudem scheint er nicht ganz so individuell einstellbar wie meiner zu sein... sprich txt farbe, txt größe, text umbruch oder nicht usw usw... das geht bei mir ja alles über einen prototype wo man alles als parameter übergibt...

cya, sal
__________________
Bitte keine Flashfragen an mich schicken. Dafür ist ja das Forum da! Das betrifft auch Profilnachrichten.

Geändert von salazar (02-03-2005 um 13:45 Uhr)
salazar ist offline   Mit Zitat antworten
Alt 17-03-2005, 19:53   #15 (permalink)
Neuer User
 
Benutzerbild von sengaja
 
Registriert seit: Aug 2001
Ort: hamburg
Beiträge: 373
Zitat:
Zitat von salazar
auch nicht verkehrt dein tooltipp sengaja!
cya, sal
oh, ein lob von DIR zu hören ist fett

man kann bei meinem tooltip über die komponenten-parameter den tooltip-inhaltstext angeben, die fontgröße, die fontfarbe, die schriftart, kursiv oder nicht, und die transparenz des tooltip-schattens. wenn man die fontgröße ändert, passt sich der tooltip automatisch an (bis 24pt, danach wird der tex unten abgehackt, aber wer will schon nen tooltip mit 60pt...). das mit dem automatischen umbruch hat auch mal funktioniert, aber die version die ich davon noch gefunden habe, macht das nicht mehr so richtig, mal wieder dransetzen...

man kann ihn auch tausendfach auf die bühne ziehen, muss ihm dann einfach nur immer nen anderen instanznamen geben.

also ich bin schon ganz schön stolz auf das ding

gruß
sengaja
__________________
"lache niemals über die dummheit anderer - sie könnte deine chance sein" // winston churchill
sengaja ist offline   Mit Zitat antworten
Antwort

Lesezeichen

Themen-Optionen
Ansicht

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks sind an
Pingbacks sind an
Refbacks sind an



Alle Zeitangaben in WEZ +1. Es ist jetzt 18:42 Uhr.

Domains, Webhosting & Vserver von Host Europe
Unterstützt das Flashforum!
Adobe User Group


Copyright ©1999 – 2012 Marc Thiele