| |||||||
Du magst keine Werbung? Wir auch nicht!
Einfach registrieren und die Werbung ist weg. Diese Nachricht sehen nur nicht registrierte Nutzer.
![]() |
| | LinkBack | Themen-Optionen | Ansicht |
| | #1 (permalink) |
| Neuer User Registriert seit: Aug 2002
Beiträge: 88
|
hallo... jemand ne ahnung wie ich das script schlanker bekomm? on (press) { gotoAndStop (32); _parent.attachMovie ("works", "works", 6); _parent.works._x = 506; _parent.works._y = 430; _parent.works._alpha = 100; _parent.start.onEnterFrame = function () { this._alpha -= 5; if (this._alpha <= 0) { this.removeMovieClip (); } }; _parent.profil.onEnterFrame = function () { this._alpha -= 5; this._parent; if (this._alpha <= 0) { this.removeMovieClip (); } }; _parent.contact.onEnterFrame = function () { this._alpha -= 5; if (this._alpha <= 0) { this.removeMovieClip (); } }; _parent.welcome.onEnterFrame = function () { this._alpha -= 5; if (this._alpha <= 0) { this.removeMovieClip (); } }; } |
| | |
| | #2 (permalink) |
| :Void Registriert seit: Jun 2005 Ort: börlin
Beiträge: 931
|
so vielleicht... ActionScript:
|
| | |
| | #4 (permalink) |
| Neuer User Registriert seit: Aug 2002
Beiträge: 88
|
das kommt bei mir... wo liegt der fehler??? **Fehler** Symbol=menue_auf, Ebene=Layer 3, Bild=30:Zeile 13: Anweisung muss innerhalb einer on-Prozedur vorliegen function apply (array) { **Fehler** Symbol=menue_auf, Ebene=Layer 3, Bild=30:Zeile 18: Anweisung muss innerhalb einer on-Prozedur vorliegen function fade_remove (mc) { Anzahl der ActionScript-Fehler: 2 Gemeldete Fehler: 2 |
| | |
| | #7 (permalink) |
| angry > always Registriert seit: Jul 2001 Ort: NRW
Beiträge: 1.635
|
sicher: PHP-Code: -ingo
__________________ on air: caliban | neaera | heaven shall burn | hatebreed | the agony scene |
| | |
![]() |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | |
| |