Flash Guru ? hello ?

5 replies [Last post]
CAMPMAN^
stoffel's picture
Offline
Joined: Feb 2006
Posts:

cuz i have sometimes a few questions about actionscript2 for flash 8 pro

it would be nice to find here some help Happy

some flash knowledge arround here ? :rr:

BUGS *WGVD* wrote:


The Marcel Reich-Ranicki of Quake has spoken Winking jk

x.foksie'loy.drt?
foksie's picture
Offline
Joined: Jun 2005
Posts:
Flash Guru ? hello ?

ask the question, im not a guru, but perhaps i know the answer.

I am proud of spreading a pirated Excessive Plus version and claim to be the original author, yay!

CAMPMAN^
stoffel's picture
Offline
Joined: Feb 2006
Posts:
Flash Guru ? hello ?

have to preload a lot of pics in one movieclip inside from mc1 are a lot of more mcs to take the pics.

_root._blub_mx.pic1_mc ("pics/funny/779988.jpg");
.pic2_mc
.pic3_mc

so i kn know how to preload a _root and .swf and a pic isnt prob too

but what i need is a function for preload all pics in 1 function
for call the function 1 times and all .jpg's should be preloade

aya pics are in differnt folder too Happy

BUGS *WGVD* wrote:


The Marcel Reich-Ranicki of Quake has spoken Winking jk

x.foksie'loy.drt?
foksie's picture
Offline
Joined: Jun 2005
Posts:
Flash Guru ? hello ?

uh... perhaps use some .txt to read the files that need preloading?

type all files into that txt, then just preload images that are in the txt?

I am proud of spreading a pirated Excessive Plus version and claim to be the original author, yay!

CAMPMAN^
stoffel's picture
Offline
Joined: Feb 2006
Posts:
Flash Guru ? hello ?

must look like this only for a lot of pics

var zielfilm = "bilder/bild1.jpg";
var startx = 290 ;
var starty = 190 ;
var breite = 250;
var hoehe = 10;
var farbe = 0x3399CC;
var alpha = 100;
var textfarbe = 0x3399CC;
var schriftart = "Verdana";
var schriftgroesse = 10;
var schriftfett = 1;
var schriftkursiv = 0;
var schriftunterstrichen = 0;
var textausrichtung = "left";
//
_root.createEmptyMovieClip("ziel", 2);
_root.ziel._x = 10;
_root.ziel._y = 10;
_root.ziel.loadMovie(zielfilm);
//
_root.createEmptyMovieClip("balken_mc",1);
balken_mc._x = startx;
balken_mc._y = starty;
with(balken_mc){
beginFill(farbe,alpha);
lineTo(0,hoehe);
lineTo(breite,hoehe);
lineTo(breite,0);
lineTo(0,0);
endFill();
};
for(var i = 1;i <5>50){
for(var i = 1;i <= 5;i++){
_root["anzeige"+i].removeTextField();
}
balken_mc.clear();
delete this.onEnterFrame;
}
else {var a = (g/t)*100;
anzeige1.text = "Es wurden "+Math.round(g/1024)+" Kb von "+Math.round(t/1024)+" Kb geladen";
anzeige1.setTextFormat(anzeigeformat);
anzeige2.text = "Das sind nach Adam Riese "+Math.round(a)+" %";
anzeige2.setTextFormat(anzeigeformat);
anzeige3.text = "Die abgelaufene Zeit beträgt "+rt+" Sekunden";
anzeige3.setTextFormat(anzeigeformat);
anzeige4.text = "Sie müssen sich noch ca. "+ct+" Sekunden gedulden";
anzeige4.setTextFormat(anzeigeformat);
balken_mc._xscale = a;
}

};

BUGS *WGVD* wrote:


The Marcel Reich-Ranicki of Quake has spoken Winking jk

CAMPMAN^
stoffel's picture
Offline
Joined: Feb 2006
Posts:
Flash Guru ? hello ?

no flash experts here ? Sad

BUGS *WGVD* wrote:


The Marcel Reich-Ranicki of Quake has spoken Winking jk