| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9
Comments:
<0> if it works <1> DJLy5y use this <1> _*.txt <2> i have fixed that allready :] <1> or <1> _1.txt,_5.txt <2> but thank you :} <1> _[15].txt doesn't work <3> i am loading paragraphs into my text file... i feel like this is bad practice to have a HUGE line of text in a text file <3> is this the most efficient way? <3> i mean i am loading paragraphs from my loadvars text <3> the readibility is terrible <2> oh no i have 2gb left on disc :D <4> 2gb? consider yourself lucky, i only have 2 MEGS left on mine :]P <2> lol
<3> ?? <3> this doesnt seem right guys <3> is this recommended? <2> sneakerz dunno maybe you shood export font ? <2> you loading it to dynamic text right ? <5> anyone here know ColdFusion ? <5> or know of anybody online who knows it ? <2> not me sorry <3> yeah dynamic <2> and the quality of text is poor when you load it ? <3> whats the xhtml version of <br> ... <br/>? <2> bold <2> oh sorry <2> <br/> i think <3> ok cool <2> **** i need to burn a dvd <2> or maybe 2 :P <0> http://video.google.com/videoplay?docid=-2077439385682384318&q=leeroy hahahahaha <2> :] <6> anyone know how to work as3? <7> folks, hey.... a little misunderstanding quiestion ;/ <7> when im inside a movie clip, i have the 'centre XY + <7> I also have the ruler turned on <7> the ruler's 0,0 coordinates don't represent the centre + <7> i don't understand why - and maybe im misunderstanding some principle <7> I thought i'd move whole movie clips contents so it'll fit my needs, but then i see that they are ok where they are according to the ruler, but not when pasting-in-pace from layers above <7> setting x 0 and y 0 brings it the the +, and not the ruler begining ;/ <4> that's because that's your movie's registration point <4> you can set registration points when you create the mc, by selecting a cube in the larger square in the convert to symbol properties <4> default is the middle of whatever the mc is <4> thus if you set an mc to 0,0 on the stage, it brings the the mc's registration point to that setting <8> mm. <7> any chance to change the registration point now ? <7> after the mc is created <4> enter the mc, and move its contents to reflect the center point (small circle with a + symbol) <4> if the center point is at the top left of the contents, then setting the mc to 0,0 on the stage should fix your problem <7> I can move all the contents, including background, to touch the top left corner wiht the + <7> but seems the ruler, wouldn't show 0,0 anymore <7> i mean, the + itself is not on 0,0 according to the ruler <7> thought i'd meet their coordinates together <7> by moving the registration point somehow <7> ohh ohh <7> wait wait <7> i'll go to level0 <7> and just move it there <7> ;) <7> thanks mate <7> lets see how this works <3> my loadvars uses an html txt file and i have an apostrophe: ' in the text, like in: I've <3> %26 substitutes an & and ’ is an html apostrophe <3> how do i write "I've" in my txt value? <3> i have multiple varibles so i have a few & in my code <3> i mean in my txt <3> ok %27 is apostrophe <9> Hi everyone <9> I've imported some video to flash and than when I add it to my layer it only shows as 1 frame <9> so I add the next video and that too only shows as one fram but if I test the movie both videos play at the same time :S <9> does anyone know how to solve this? <10> ya know
<10> it seem like Firefox lies to its plugins. <10> keeps telling Flash an image is done loading even if it's not. Moronic <0> Jeff` weird, it shouldn't be any different than IE <10> my site is visually COMPLETELY different and the only explanation is the .swf is being lied to <10> being given an invalid getBytesLoaded() maybe <10> or maybe invalid getBytesTotal()... <10> hmm <10> could maybe FF count in a few extra in getBytesTotal() <10> i always did this to check load amount: <10> if (mc.getBytesLoaded() / mc.getBytesTotal() == 1) { <10> then it's done <10> prob. both our faults I guess, I'll mess with it.. <9> anyone willing to do a flash header for my website if I supply all the graphics needed? and how much would it cost me? <0> if(mc.getBytesLoaded() / mc.getBytesTotal() && mc.getBytesTotal() > 50){ <10> Smurf I always relied on, if getBytesTotal() is more than 0, than it is a certain number and is not going to change, it is the real total <11> ill do it for $15k <10> in Safari and IE that is how it goes <9> :S <10> i will try it that way <10> the one you said <9> thats way more than I can afford... <12> is there a good standard set of dimensions to use for making a game <13> I know it! <9> anyone interested in helping me out with this flash movie I'm trying to make? <9> I can't get the movies and the music straight :S <14> I've got a simply question.... is it possible to keep a movie playing while you move from the pages of a web site....? without using frames, one for the movie and other for the content? <8> yes <8> oh without frames <8> hmm <8> i don't think so <9> is there any way to make flash play something backwords? <9> :S <15> movie.yalp();? <9> well I only want it to play a certain part of it in reverse and over again, sort of to create a loop <9> so it starts out playing normal than goes back in reverese to frame x than back normal again <9> over and over, so it looks like a smooth loop <9> am I making any sense? <16> psytech2: just set up a flag, anddepending on the flag you start plaing the movie backwords of normal way <9> hmm.. I really don't know much flash at all to begin with so I'm not sure what you're talking about :S <9> I was hoping there's just an easy code to use :S <16> then forget about dooing it yourself :p <9> :S <9> anyone interested in helping me out? and how much would it cost please? <16> pm me <17> Can I interpret a string as a script? I have a string and a number and want to construct a variable name of their concatenation <16> no man... <16> you can't do that in flash, unless you make your own interpreter kind of thing :p <17> I tried this[str+num] to just get a reference to the object <17> failure <16> anli: o that, check your path, make sure it's right <16> this might not be what you want <16> also try _parent.this_name[str+num] <17> Flasher: hm, must try that <17> I used this.attachMovie a number of times <17> so it should be this[], shouldnt it? <17> I dont know what to replace this_name with <16> well, usually but doesn;t alwais work :p <17> I have two keyframes in a row, I want, by script, to make an object foo that appears in the first keyframe also appearing in keyframe 2, but it should be the same instance so to say <16> make sure that it's on the same layer, same instance name and it will work <17> attachMovie? <10> anybody want to play connect four <17> ah, attachFrame or something maybe <10> i made an online playable one yesterday morning in 2 hours, it's pretty gross looking. <16> anli: what? doesn't really make snce with your question lol <16> Jeff`: link, will woop yo *** <17> the object is not in the second keyframe, just in the first <17> now I want it to appear in both <10> Flasher, red or black? <17> what I want to do is to programmatically create a tween <16> hm... i'll take red, danger there <10> Flasher, http://70.84.196.162/c4/c4.php?id=555 <10> are you in there? <16> ya
Return to
#flash or Go to some related
logs:
#nhl #bsd fibplus auto-increment assashoryu #computers empornium password
eggdrop msg.tcl #nhl #computers bestiality ranches
|
|