| |||||||
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: Jan 2008
Beiträge: 1
| Maske über slideshow
hallo, kann mir jemand helfe? ich habe folgendes script für eine slideshow: onLoad = function () { speed = 2;px = 0;for (c=1; c<=15; c++) {createEmptyMovieClip('bild'+c+'container', c);_root['bild'+c+'container'].loadMovie(c+".jpg");_root['bild'+c+'container']._y = 0;_root['bild'+c+'container']._x = px;px += 110;}_root[1].onPress = function() {trace(1);};}; onEnterFrame = function () { speed = int(_xmouse/10)-33;for (c2=1; c2<=15; c2++) {_root['bild'+c2+'container']._x -= speed;if (_root['bild'+c2+'container']._x<=-110 && speed>1) {_root['bild'+c2+'container']._x += 770;}if (_root['bild'+c2+'container']._x>=660 && speed<0) {_root['bild'+c2+'container']._x -= 770;}if (_root['bild'+c2+'container'].hitTest(_xmouse, _ymouse)) {_root['bild'+c2+'container']._alpha = 100;_root['bild'+c2+'container'].onPress = function() {trace(c);};}if (!_root['bild'+c2+'container'].hitTest(_xmouse, _ymouse)) {_root['bild'+c2+'container']._alpha = 50;}}}; jetzt möchte ich eine maske darüber setzen. hab schon einiges probiert aber es fuktioiert nicht. danke, stephan. |
| | |
![]() |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | |
| |