To try the thousands of add-ons available here, download Mozilla Firefox, a fast, free way to surf the Web!
CloseWelcome to Firefox Add-ons.
Choose from thousands of extra features and styles to make Firefox your own.
CloseFirefox user b7fca4
About me
Name | Firefox user b7fca4 |
---|---|
User since | Feb. 23, 2010 |
Number of add-ons developed | 0 add-ons |
Average rating of developer's add-ons | Not yet rated |
My Reviews
invertColors
Rated 5 out of 5 stars
START
stop()
sw1.addEventListener(MouseEvent.CLICK, function(){gotoAndStop("Datum")})
sw2.addEventListener(MouseEvent.CLICK, function(){gotoAndStop("Grafik")})
GRAFIK
sw0.addEventListener(MouseEvent.CLICK, ende);
function ende(evt) {
removeChild(ob);
removeChild(ob1);
removeChild(ob2);
gotoAndStop("Start");
}
var ob = new MovieClip();
var ob1 = new MovieClip();
addChild(ob);
ob.x = 50;
ob.y = 150;
ob.graphics.lineStyle(1,0x000000);
ob.graphics.beginFill(0x00FFFF,0.8);
ob.graphics.drawRect(50,50,200,200);
ob.graphics.endFill();
ob.graphics.drawRect(0,0,200,200);
ob.graphics.moveTo(0,0);
ob.graphics.lineTo(50,50);
ob.graphics.moveTo(0,200);
ob.graphics.lineTo(50,250);
ob.graphics.moveTo(200,200);
ob.graphics.lineTo(250,250);
ob.graphics.moveTo(200,0);
ob.graphics.lineTo(250,50);
//Haus von ...
addChild(ob1);
ob1.x = 500;
ob1.y = 150;
ob1.graphics.lineStyle(3,0xFF0000);
ob1.graphics.moveTo(200,200);
ob1.graphics.lineTo(200,100);
ob1.graphics.lineTo(300,0);
ob1.graphics.lineTo(400,100);
ob1.graphics.lineTo(200,100);
ob1.graphics.lineTo(400,200);
ob1.graphics.lineTo(200,200);
ob1.graphics.lineTo(400,100);
ob1.graphics.lineTo(400,200);
var ob2 = new MovieClip()
addChild(ob2)
ob2.x = 512
ob2.y = 400
for(var i=0; i
To create your own collections, you must have a Mozilla Add-ons account.