Firefox user b7fca4

Giới thiệu về tôi

Thông tin về Nhà phát triển
Tên Firefox user b7fca4
Người dùng kể từ Tháng 2. 23, 2010
Số tiện ích được phát triển 0 add-ons
Đánh giá trung bình của các tiện ích của nhà phát triển Chưa được xếp hạng

Đánh giá Của tôi

TorrentFreakz

Rated 5 out of 5 stars

.

This user has a previous review of this add-on.

TorrentFreakz

Rated 5 out of 5 stars

.

Weltbild.de Suche

Rated 5 out of 5 stars

.

This user has a previous review of this add-on.

Weltbild.de Suche

Rated 5 out of 5 stars

.

Greek Translator

Rated 5 out of 5 stars

.

Greek Translator

Rated 5 out of 5 stars

.

Greek Translator

Rated 5 out of 5 stars

.

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