@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9



Comments:

<0> thats all ? i cant set the size myself ?
<1> u can set it urself
<1> drag it
<1> foo
<2> Flash can read files from the server ?
<3> FatherHam> You know how in forums there are pics of people who post? How do you think that affects the information? What if IRC were like that? <- you would be banned
<3> burn!!
<3> :D
<4> lol
<2> Flash can read files from the server ? I try to read a file "info.txt" and show it on the screen
<5> i have a mc that is stopped , but onEnterFrame keeps firing
<5> how do i execute a block of code whenever the frame changes
<0> rrt you have to loadVariables() from that file to show it on the screen
<5> do i track _lastFrame = _currentFrame ?
<0> you cant just read it
<2> thank \\sl



<2> \\sl: I can create a new file to the server with flash?
<0> no
<0> you can use php
<2> oh
<2> I can read content of a directory *.txt from the server with flash?
<0> from what i know flash does not support any of the file handling routines
<2> oh
<2> ok thank again \\sl
<0> but i dont know much so you can keep searching ;)
<2> yes
<6> i have read in txt files form flash
<6> but that was only local, don't know about online
<7> createTextField("myfield",1,0,0,10,10); lv = new LoadVars(); lv.onData = function(data) { myfield.autoSize = true; myfield.multiline = true; myfield.wordWrap = true; myfield.text = data.split("\r\n").join("\n"); myfield.width = 200; }; lv.load("filename.txt");
<7> !find -c loadvars
<2> thank lra_
<8> LoadVars == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary427.html
<7> might want to add lv.onHTTPStatus ... its not listed in there, but if you have F8 its there..
<2> ok thank to all
<9> blah = tileArray[randTile] traces a random tile in that array.. how come this doesnt work.. _root.tiles.blah.gotoAndStop(2);
<10> anyoen good at swish here? i need some adjustments to some files, i will obviously reimburse for your time. msg me if ur interested
<7> btw rrt - that should be myfield._width = 200 .... oops
<11> gets error on this one:
<11> arraynavn = "s"+eval(navn);
<11> eval(arraynavn) = [0,0,0,0,0,0];
<12> anyone want to bid on a somewhat large flash app?
<11> I want to make 100 arraynames and ***ign them values
<11> all [0,0,0,0,0,0];
<12> it's a color chooser for rugs... similar to www.rugbinder.com but done in flash and able to p*** variables to the browser/db
<11> anyone?
<7> or the netscapet browser?
<7> why you only support ie? crazy
<11> give me a hint on what I should search for then:) I cant understand why the arrayname cant be made dynamically along the way
<11> oh, that wasnt for me, was it...hehe:) sry
<7> all browsers you list and exclude have dom ... shouldnt have any problem doing anything dynamic with'm either with same code
<7> what are you tryin to do bull?
<7> oop
<7> so ya - target a timeline
<7> for(var i = 0; i<1000;i++) { this["arr"+i] = [0,0,0,0,0,0] }
<7> this.arr0 = [0,0,0,0,0,0];
<11> I have 10*10 tiles on a map. Each tile can hold soldiers and tanks for ex. So I want like: tile1 = [0,0]; tile2 = [0,0]...but I dont want to write a hundred of them...want tile+n = [0,0];
<7> this.arr1 = [0,0,0,0,0,0];
<7> ....
<7> well
<7> you should do tiles/grid if you have tiles grid no?
<7> for(var cols=0;cols<colmax;col++) { for(var rows = 0; rows<rowmax;row++) { /*columns, rows */ }
<7> or such
<7> arr_c1_r1 =
<7> maybe...
<11> think that this: for(var i = 0; i<1000;i++) { this["arr"+i] = [0,0,0,0,0,0] } is what I was looking for
<7> k
<11> dont understand why that will work and not array+i = [0,0,0,0,0]
<13> what are you trying to do?
<13> any illustrators in the house?
<14> what do you need spooky?
<13> a logo
<13> of a monkey
<13> or a monkey's head
<14> try www.fastcharacters.com
<13> family friendly yet mischievous
<4> shiz
<15> howdy everyone



<15> w***up
<14> hey
<11> SHiZNiT: whats the difference between what you wrote and: for(n=1;n<100;n++){["array"+n] = [0,1,2,3];}
<11> only the this-thing
<11> cant see what the big difference that makes?
<15> any american idol fans in here?
<4> why the **** did i pay for next day delivery if it's going to take two ****ing days?
<4> stupid ****in bastards
<7> bulldog - do such to your target that is at path.to.someplace
<7> and you'll see why
<7> the difference is you tell it 'where' to create something
<15> i just got tickets to see the american idol live tour in california... i got em off the presale info on www.poptarts.com
<7> "array"+i is the string to be used as the name
<7> at the target your specify for creation
<15> im really looking forward to seeing chris and tayor at the show ^_^ the presale ends tomorrow btw if anyone cares, i work with pop-tarts so im just spreading the luv lol
<7> the above shouldnt work
<10> RockNGrrl, stop spamming
<10> go and pay for search engine optimisation and spam email
<10> stop taking the cheap way out
<10> that was so cheap though
<6> haha
<6> a cheap tart
<10> i dont know why people want crap traffic to their sites anyway
<10> oh well
<11> SHiZNiT: oh holy god, tnx:) Its always nice to know where it should be placed also...hihi!
<4> Deamon: because a lot of people work in the web department for other people who don't know **** about the web and think that more hits means more money
<10> i better just learn flash, swish does my nut in
<4> swish ****s ***
<4> as a matter of fact, i don't know of any 3rd party flash apps that are worth a damn
<10> i tried to learn flash many years ago, but gave up cos their built in tutorials were a bit slow
<10> nwo i started using swish, but i get stuck on scripting, and it seems like i dont have much control over the animations
<10> im thinking just get a fat flash book and sit down and read it all
<6> and then get a fat flash girl and play rodeo with her :)
<10> its just frustrating trying to get help for simple things like a sound on/off button LMFAO
<4> i find that the manual is a great help
<4> as well as experimentation
<16> haha
<4> books are overrated for learning
<4> as reference manuals, sure, but why spend the money when all of the documentation is online
<10> i guess many years ago i didnt appreciate all the drawing that they used to show in the built in tutorials, but now i can see why they show u how to draw shapes in vector
<4> the built in tuts **** but they're better than nothing
<4> and there are a ton of flash tut sites
<4> i mean ****, google "flash tutorial"
<10> thats what i do, but i do it in swish, the documentation is poor for it
<4> praise the lord for google
<4> because swish is a piece of ****
<10> google is becoming another waste of space, pr's and backlinks
<4> they wanted to make money off of the already established flash app so they made their own pathetic imitation
<10> the results are becoming more and more crap
<4> it's still better than the alternatives
<10> yea but all u have to do is click "add effects" and select ur effect and ur done, heh
<4> lazy ***
<10> but you have less control over it
<7> you can do the same in flash
<10> can u? is that recent or?
<7> depends how many options you want
<7> lol
<7> i have no clue what swish has these days ... but to ask flash developers to help with 'swish' is like asking a C# programmer to do it in visual basic
<10> LOL
<7> its like .... erf
<10> thing is, these days theres no money in programming or web development
<10> its all saturated
<7> oh really?
<10> coders are on slave labour wages
<7> some would say there's ludicris money being made with little to no effort
<7> :o
<10> heh yea, everyones closing their UK branches and outsourcing to india
<4> "ludicris"?
<7> now if you're obtaining work from the internet - expect lowest dollar of course
<10> whats the point learning it
<7> thats if you even get your dollar
<7> lol
<10> true, i just posted my change requests on rentacoder, heh
<7> when you compete against the lowest dollar - what more do you expect to receive?


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #flash
or
Go to some related logs:

snooze in unix
#politics
#delphi
#debian
#beginner
#worldcup
#stocks
#worldcup
gentoo libc.so GNU ld script
#nhl



Home  |  disclaimer  |  contact  |  submit quotes