@# 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



Comments:

<0> just rip pit
<1> I'm having trouble figuring out how to use moviecliploader
<0> rip it*
<2> OnoSendi: then dont use it
<0> haahaha
<0> pwned
<3> when the solid one to the front moves to the left it fades and scales but overlaps with the one moving from left to right
<4> madhat, that's just a depth issue
<5> gmail ****s today WTF
<4> you have to set the depth to be lower than the next cilp
<4> clip8
<0> my gmail has been fine
<4> clip*
<2> pyra: thats my gmailp***word
<4> !find -c movieclip.setdepths
<4> !find -c movieclip.setdepth



<5> al_x: u can access gmail now??
<4> wtf
<0> yes
<5> FatherHam: hah
<0> just logged in
<5> right now?
<0> yup
<5> ugh wtf...
<4> !find depth
<4> !find setdepth
<3> !find depth
<4> wtfffff
<4> i can't remember the damn function >_<
<6> swapdepths
<3> no problem
<7> l8r m8s
<3> i find it
<1> var blah:testing = "blah"
<4> thank you shiznit!
<3> i just need some direction
<5> umm ust going to gmail.com shows up as server error ...
<4> jeezus christ, i hate it when that happens to me
<3> didn't need anyone to build it
<4> !find -c movieclip.swapdepths
<8> MovieClip.swapDepths == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary571.html
<9> !find -c swop
<1> var blah:testing = "blah" - what kind of method of setting a variable is this? I don't understand.
<3> !find -c movieclip.swapdepths
<8> MovieClip.swapDepths == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary571.html
<5> OnoSendi: not a fan of type declarations with flash either, its stupid.
<4> lvladhat, i don't need no ****in echo
<5> should have done it more like C
<4> kthx.
<6> variable with type decloration testing is not a type though
<6> var blah:String = "blah";
<6> to cast blah as a string type .. containging the string of 'blah'
<6> var blah:Number = 5;
<6> var blah:MovieClip = this.createEmptyMovieClip("blah_mc",1);
<6> ...
<10> damn X moviing
<6> var blah:Cl***Instance = new Cl***Instance(....);
<3> ha didn't realise it was the same
<3> lize
<1> SHiZNiT: why not just var MovieClip = ....
<9> MoviClip is a keyword
<1> oh
<9> MovieClip
<9> you can use keywords as variable
<1> so the method is: var yourcustomname:keyword = value?
<9> you can't use keywords as variable
<1> yea, I know.
<6> you mean var blah =
<1> yea
<6> and you could
<1> what's the point of setting the keyword with the full colon?
<6> you'll findout when you start writing your as2 cl***es
<6> its not required for the most part for loose scripting
<1> I see...
<1> So I couldnt do var mynumber:Number = "testing"
<5> anyone else with gmail getting server error for one full day?
<1> because it's strict data for only numbers?



<6> try it
<6> then try var mynumber:Number = undefined; mynumber = "again";
<6> different error msg as well - yet same problem
<1> SHiZNiT: Type mismatch in ***ignment statement: found String where Number is required.
<1> I don't understand what the hell the point of that is.
<0> you defined the var as a number
<0> then tried to enter a string
<6> work with someone elses's stuff, have 4000 lines of actionscript, throw a wrong var somewhere, without compile checking, and see how long it takes you to figure out the problem
<6> vs being informed about it
<5> i like how strict C is.
<10> stupid strict-type AS2 ;) ;)
<1> SHiZNiT: I see.
<6> generally - it just reduces errors by those who are prone to make them
<6> compiles cleaner/lighter since type is known etc
<4> Like sloppy coders!
<0> also improves AS performance
<1> !find MovieClipLoader
<10> AS2 v.Sloppy
<4> it ain't that hard ffuh
<6> you can - i do it all the time :D
<6> some clients arent worth more effort than needed
<0> i will join your quest
<0> !
<4> truth on that shiz
<4> most of my clients ain't worth more effort than needed :P
<4> only time i use strict-typing is on my own projects, lol
<0> lol
<6> well all you gotta do is look at whats being asked and look at your budget allowance
<4> things that will have my name plastered all over em
<4> the next site im gonna make im gonna have "SEND ME MONEY" in huge letters flash occasionally..for a split second..to give people the subliminal idea that they should send me money
<6> lol
<4> anywho i gotta run, ill be back in a few hours :)
<4> you guys be gutenburgmeinshredenfaghen sprechanzy
<6> not stayin for the bowl?
<9> how can you make a pagebreak with css for printing a website ?
<6> ;]
<4> **** nigguh, yous gonna get me in trouble!
<4> temptin me with that ****...
<4> nahhhhh, gotta go, told em i'd be there on time for once ha :/
<6> +f :)
<9> overflow nextPage ?
<4> peace kids :)
<6> kom4: http://www.w3schools.com/css/css_ref_print.asp
<9> ah cool THX SHiZNiT
<6> yup
<6> mm 20 more mins and time to work :(
<6> just enuf time for a bowl'n'coffee - w00t
<10> you know thats why your shootin blanks ;)
<11> hah
<11> that's my morning ritual
<11> couple bowls tho
<11> and a bowl of coffee
<6> oh thought you meant shottin blanks
<6> haha
<6> ya same
<6> :)
<12> is there a way to partially bold a string of text, using something like <b>?
<6> for the most part
<6> ya
<0> if you set it to html
<6> if textfield is html
<0> yes
<6> heh
<0> :p SHiZNiT
<12> can you still embed the text if its html?
<6> sure
<6> but you'll need to embed bold as well as regular
<12> how do you embed the bold? it only embeds numerals, alpha, etc
<10> nope.. you shott loaf


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#nhl
#windows
#gentoo
#beginner
#csharp
vmotion hal processor
#politics
idot4.fm
User query did not return 'uid' field
jockanese



Home  |  disclaimer  |  contact  |  submit quotes