| |||||||
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: Jun 2004
Beiträge: 68
| wieso??
function vollbild(){ this.createEmptyMovieClip("voll", 10); this.voll.loadMovie("Grafiken/Expande.jpg"); this.voll._x = 125; this.voll._y = 125; this.voll._visible = false; trace(voll._visible); }; vollbild(); wieso funktioniert das nicht? dat ******teil wird einfach nicht invisible gruß bourne |
| | |
| | #3 (permalink) |
| Neuer User Registriert seit: Jul 2001 Ort: Berlin | Friedrichshain
Beiträge: 3.561
|
völlig normal, denn du kannst in einer function mit 'this' keinen mc erstellen.. wenn, dann musst entweder eine referenz auf einen mc übergeben, oder 'unsauber' auf _root zugreifen. gruss
__________________ 8bm | join ff@BOINC formpackage.org | audiohunter.de | problematica.de | 8ball-media.de/blog | taikonauten.cn |
| | |
| | #4 (permalink) |
| Neuer User Registriert seit: Jun 2004
Beiträge: 68
| naja
naja egal has anders gemacht function vollbild(){ this.createEmptyMovieClip("voll", 10); this.voll.beginFill(0x000000, 0); this.voll.lineStyle(1, 0x660000, 100); this.voll.moveTo(0, 0); this.voll.lineTo(32, 0); this.voll.lineTo(32, 32); this.voll.lineTo(0, 32); this.voll.moveTo(3, 3); this.voll.lineTo(3, 29); this.voll.lineTo(29, 29); this.voll.lineTo(29, 3); this.voll.lineTo(3, 3); this.voll.moveTo(6,6); this.voll.lineTo(26,26); this.voll.moveTo(26,6); this.voll.lineTo(6,26); this.voll.moveTo(6,6); this.voll.lineTo(6,12); this.voll.moveTo(6,6); this.voll.lineTo(12,6); this.voll.moveTo(26,6); this.voll.lineTo(20,6); this.voll.moveTo(26,6); this.voll.lineTo(26,12); this.voll.moveTo(26,26); this.voll.lineTo(26,20); this.voll.moveTo(26,26); this.voll.lineTo(20,26); this.voll.moveTo(6,26); this.voll.lineTo(12,26); this.voll.moveTo(6,26); this.voll.lineTo(6,20); this.voll.moveTo(12,12); this.voll.lineTo(12,18); this.voll.moveTo(12,12); this.voll.lineTo(18,12); this.voll.moveTo(20,12); this.voll.lineTo(14,12); this.voll.moveTo(20,12); this.voll.lineTo(20,18); this.voll.moveTo(20,20); this.voll.lineTo(20,14); this.voll.moveTo(20,20); this.voll.lineTo(14,20); this.voll.moveTo(12,20); this.voll.lineTo(18,20); this.voll.moveTo(12,20); this.voll.lineTo(12,14); this.voll.endFill(); this.voll._x = 125; this.voll._y = 125; this.voll._visible = false; }; so und nun habe ich das problem dass meine maus nicht überall den button berühert wie kann ich das ändern ohne dass man es sieht?? aslo quasi in dem viereckigen bereich von 0,0 bis 32,32 ?? gruß Bourne |
| | |
| | #5 (permalink) |
| . Registriert seit: May 2003 Ort: bayern
Beiträge: 1.117
|
so, jetzt hast du dir was feines gemalt, und bitte was möchtest du jetzt ganau?
__________________ [mooseMash] |
| | |
![]() |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | |
| |