@# 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 10 11 12 13 14 15 16 17 18 19 20 21 22



Comments:

<0> i'm not guna touch that statement with a 10 foot pole
<0> lookup reserved words
<0> i'm gunna go find some pot - bbl :)
<1> see ya
<1> thanks
<0> yup
<1> lol
<1> if yer U.S. fly here, I got some purps :P
<0> i woulda bailed out at 30000ft if i woulda known
<0> :(
<0> bbiaw :)
<1> lol
<2> how can i do an action after 10 minutes?
<0> watch the clock carefully
<2> :P



<0> :D
<0> setTimeout or setInterval
<2> ty!
<0> setTimeout if F8 (maybe latest v7 plug, cant remember offhand)
<0> but if every 10 mins, interval will do fine
<0> adios
<2> :) ty
<3> omg.. I made it.. http://home.online.no/~janerboe/test.html
<3> is 13,6 Kb a bit much for a little movie like that?
<4> I usually had to click once on a drawing object to select the filling, and once again to select both the filling and the outline, but now when i click once i just get this weird green outline on the object instead
<4> what happened?
<4> oh, wait... i see; it's the difference between a "drawing object" and a "shape"
<2> in the setInterval action, What is 10 mins?
<5> 1000ms * 10min * 60 sec
<5> thats 600000
<5> afaik
<2> ty
<3> should I allways export movies as latest version?
<6> the player is backwards compatable, but some script is version specific
<7> as low as possible i would say
<3> I use only som getURL-stuff
<7> no need to publish for fp8 then
<7> will exclude many people
<3> I could go for version 5 or something?
<7> geturl works in 4 too ;)
<3> ok
<7> 5 is fine
<7> ;)
<6> if your using script that is required in v4 then publish for 4, etc
<7> 6 too i guess
<4> I have a triangle with 3 vector points, can i chose two of those points, and create a new vector point in between them?
<4> heh, I'm kinda used to inkscape, flash feels totally weird
<6> math > me
<8> heh, rutski89
<4> frb: lol, yea :-/ My book is teaching me plenty basic animation, and action script, but not very much actual drawing technique
<8> rutski89, not that, I'm used to seeing you on #suse and shizzat
<4> frb: ahh, ahh I see; well I'm on OS X now :-p And i use debian on servers, so no more SuSE desktop for me.
<4> more generally, my problem is that i have a triangle to use for an arrow's head, but I don't know how i should go about drawing a "perfect" body for it, perfect in the sense that it's perfectly lined up
<4> does flash have a "snap to" kind of grid or functionality?
<8> works here
<4> frb: it only works for me with vertical sides, not horizontal,
<8> if you use the free transform you can set each x/y for the endpoints of each line
<4> frb: ahh, yea
<4> ty
<9> Can someone please help me with some loop code I'm working on that only seems to execute for the last iteration of the data? http://pastebin.sekati.com/?id=MacsCode@417be-1e5e16ef-t thanks heaps
<8> MacTheDog, is the Records count correct?
<9> what do you mean?
<8> grr
<8> I set dest_mc._visible = false; then I load a movie, run some functions, then desc_mc._visible = true;
<8> bt it's visible during the whole load process
<10> anyone around for a stupid question?
<10> how do you copy objects in flash without making them a new instance of the old object
<10> i want to be able to alter the object without altering the old one basically
<11> in actionscript?
<10> well just in flash pro 8
<11> cant you just pull the object from the library (so its always fresh) rather than copying a old object?
<2> How can i get part of text in different color in a
<2> textbox
<10> nah if you do that it makes it an instance
<11> well if you dont copy from the stage, or copy from library, how else can you do it?
<11> firefox: select each letter and change the text, or break the text apart first (ctrl+b) and then change colors accordingly



<10> not sure but i've done it before but i can't remember
<11> Im a little lost on what your trying to do...
<10> i'm trying to copy an object that i already have in flash
<10> and then alter it without altering the original object
<2> Bethany: if a line in the textbox contain "Has come online" i want only that line to be red.. is that possible?
<11> "object" in actionscript? or an "object" (movieclip, button, symbol) on stage?
<11> firefox: oh you just want to change the whole textfield to a different color?
<2> nope.. only one line who contain this: Has come online
<11> hmm i dont know, that would be a little tricky
<11> you mean you have string of text, and you only want to change those few words...
<11> ?
<2> The whole line
<11> thats what i just said and you said "nope" lol
<2> but only Line.. its a multi line text
<11> ahh, same idea though...
<2> log in here and u see what i mean http://www.hillside.no/~kimrnis/chat/
<2> a bit confusing if everything is green
<11> Cant you juse send html to it?
<11> <font color='red'>has come online</font>
<2> when i do that the text in flash clear
<11> did you set textfield.html = true;
<11> ?
<2> ys
<10> it's a movieclip
<10> with multiple layers
<2> Bethany: can u some php?
<11> what?
<2> can i paste u a line in ps ?
<0> beefer2 ... rightclick on symbol in library or stage, and 'duplicate symbol'
<0> new symbol is unique ... however, if it contains other movieclips etc inside, those are NOT unique, and you'll have to rightclick/duplicate those as well
<2> pm*
<0> this is different than movieclip.duplicateMovieClip
<11> firefox: pastebin.sekati.com
<2> its only a php line.. ;P
<11> your using php for your chat?
<7> whats the php line
<2> yes
<2> to send messages
<2> and the textbox are reading the .html file that the php script writes
<7> you write that file with php?
<7> if yes it will be fun with more than 2 chatty persons
<2> yes i do..
<7> cool
<7> well i never really tried but i can imagine things get bad when 10 clients try to open and write to the same file
<2> but i think that will never be more than 5 ppl there at same time ;P
<11> firefox: ya but your working copy now has a big delay
<11> firefox: look into this: http://www.smartfoxserver.com/ Its very easy to use and works a hell of a lot better than php will :)
<12> who lives in usa?
<7> me
<7> texas
<12> how much does mcdonalds cost?
<7> did you see my horse?
<12> a mcchicken menu?
<12> =D
<7> i want to ride it and shoot the black guys
<12> :O
<12> i am like the only brown guy in this channel i think 0_o
<7> hahahaha
<7> oops
<12> and u pick me!
<12> =D
<7> cool
<7> i never seen brown guys using computers
<12> :O
<12> ;x
<10> i employ a black family
<10> that does my website stuff
<12> cheapo
<12> ;x
<12> BUT
<12> how much does mcdonalds cost?
<0> mcd's is a good way to sum up the cost of living in a country that has such
<0> :P
<13> im black


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

milltary iraqi images
#red
To make my computer to hebrow
#openbsd
#windowsxp
#beginner
shemale akasha
#politics
#gentoo
#goal



Home  |  disclaimer  |  contact  |  submit quotes