| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
Comments:
<0> open the original flsa <0> fla <1> i would if i had it ;) <1> i only got the .swf <0> rebuild it <2> see you're not hearing me <2> we.. are not the kindsa peeps to use them. the logic here is that we don't know whats good because we, are not, the kind of people, to use such tools <2> its really quite a simple progression of logic <1> you always like to talk for everybody <2> you think maybe after i've been a part of this channel for over 6 years, i'd know a bit about the subjet, yes. <3> hehe <3> owned <1> lol <1> owned **** <1> lawl
<1> owned by a idiot <1> roflz <1> in your dreams <1> lawl <1> not by some idiot kiwi <1> fu anyways <2> oh my god! he knows how to whois.. what next?! <1> lol <1> moron <3> lol <2> oh name calling, damn Smily. looks like i am one who is owned <3> hahah <1> kiddie <2> i will better myself, with Z's at the end of my sentencez <1> go **** a koala up the butt, kiwi ****er <2> yeah Koalas are Australian <0> kiwi is a bird ;D ? <1> who gives a **** about some idiot in new zealand <4> GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOM <0> n_newpie n_newpie n_newpie n_newpie n_newpie <0> why aren't you using all colors <1> so buncha loser, have fun ****in each others ****s in here, specially Squee-D and Smilyorg seem to like to **** eachother <2> oh thank god for that <5> GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODO <2> i wish i could remember my p***word <3> lol <5> GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODO <5> hi i came back! <5> GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODO <0> /nick KOm4 <5> GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODOMY GAY SODO <2> bout freaking time <6> hello <6> anyone have any idea why someone would use addEventListener instead of on release# <6> ? <7> you use it for the component button hobbb <7> for onClick <7> it's for triggering event's <6> yeah but i mean <6> cant you jsut trigger an event with on release <7> release support only the standard event's <7> !find -c onClick <6> so if you make your own function then you cant use on release with it <6> bizarre <7> !find -c click <7> hmm <6> well it seems bizarre to me anyway, not that i know much about coding :) <7> listenerObject.click = function(evt) { <7> .... <6> yeah thats cool ive got that.. i got an example fla which didnt have any code on the button <6> then eventualy found the listener thing in the code <6> for the frame <6> so was wondering why they had done it like that <6> delete_btn.addEventListener("click", deleteRecord); <7> hmm where is publis and private documented ? <7> hmm where is public+ and private documented ?
<7> in the livedocs ? <6> http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001317.html <6> that what you were after? <7> thx hobbb :) <6> n/p :) <7> why is it only in the livedocs ? <7> that ****s <7> they even dosn't maked an article about that theme <7> hmm <7> [ChangeEvent] <7> http://www.macromedia.com/devnet/flash/articles/buildtest_comp_05.html <7> Usage: [ChangeEvent("click")] <7> hehe there is also [Inspectable] <7> described <8> sup KOm4 <7> hi Echoes <3> sup Echoes <8> yo yo <2> hobb the eventDispatcher is far superior to callback functions <2> for starters, you can attach more than one thing to the event <2> mix in Delegates and you got a decent OO event structure <9> hi all <2> kom its in the flash docs too <9> ok noob question again: how to make var(5)+10 return 15 instead of 510? <9> the first correct answer wins 10 cents! <2> Number(var) + 10 <2> var(5) < whats that? a function? <9> no <9> i mean <9> var hast the value 5 <2> Number(var) + 10 then <9> hm k i test it <2> or: 0 + var + 10; <2> but typecasting is the right way <2> explicit, as opposed to implicit <9> first wy seems to work <2> ya thats explicit typecasting <2> it says 'treat var as type Number' <2> you got the value in the var from a string type somewhere, like an input field or an xml doc <9> yea <9> i got the value from a this._name and then use .split to rip out the number in that name <9> which is then in a if loop 1,2,3,4, etc <9> then i want to steer vars which are called chart_11 till chart_22 <9> so i need to add 10 to riped out number <2> sounds like some truly ugly code :) <9> it always is my friend when im coding:( <9> but somehow it always works in the end <10> i never heard of an if loop <9> man my english sux a bit, dunno <9> i mean i have if() isinde a oCE enterframe <2> if loops are common in machine code <2> :) <2> bne start: <9> mov ax,dx <9> int 21h <9> this was good old times <9> X_X <2> no <2> thats 8088 code. nothing good about it :) <9> it was good <9> the code i started with when i was 13 <9> ***embler <2> 8088 instruction set was crappy <2> and segmented memory too <2> 68000 was far nicer <9> ***ume es:ds <2> even 6510 :) <11> [05:04:38] <2> i wish i could remember my p***word <- your ident and host has changed. <11> Try now <3> he's an imposter! <11> If he is then I will just simply remove the new hosts and ident. <11> :) <11> I wasn't reseting the pw
Return to
#flash or Go to some related
logs:
picania of beef
the polygmist income #visualbasic #heroin 18004349294 switchdesk -gui screenshot #flash #gentoo ben loves corinthia potato luancher
|
|