@# 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> mta
<0> :)
<1> do you happen to know offhand how to return all values in an object into a text field?
<2> http://best.drawball.com/1138834074 that one's tight
<3> woo
<3> my work BitchX client reconnected:P
<4> KlrSpz: That one's great
<2> yeah, crazy
<5> http://www.drawball.com/i56sa
<6> im here now
<3> arrghhhhhhhhhhhh! Is there anyway AT ALL to get more debugging information from XMLSocket.connect() apart from just true or false return codes?
<3> thsi method is freaking driving me insane.
<7> http://best.drawball.com/1138834074 <--- omg
<8> I have a font, and it looks okay in photoshop, but it looks like a pixel font in flash...
<4> I wish people didn't have to draw and write stuff ontop of the people's drawings at drawball though
<9> K0m4 you have Coldfusion ?



<9> anyone have Coldfusion ?
<5> Manganore i don't know how else to do it
<5> Managore I wanted to make a scribbler detection, too many people scribble.
<5> or maybe a simple IQ test on the front
<5> some kind of puzzle game
<3> anyone know where you can download the Flash 8 Debug Player? I can't find it on macromedia's website
<10> should be on your flash cd
<5> http://www.drawball.com/4kez83w
<11> i have Contribute
<3> k installed it for me on my laptop
<11> DJLy5y
<9> yes ?
<11> i dunno Coldfusion
<3> i don't have the flash CD, work insalled it for me oon my laptop
<3> is there a download location?
<9> ok thx :]
<11> i don't use it
<11> !find -c flush
<11> !find -c SharedObject.flus
<11> !find -c SharedObject.flush
<12> SharedObject.flush == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary650.html
<13> can someone add my hostname to the bots for +v
<1> why?
<1> do you think we like you or something?
<7> 2 swfs can access one sharedobject at the same time no?
<4> Jeff': Sorry about the late reply. I can't think of any real way to combat scribbling, you can't write a program to tell whether something is artistic or plain trash
<7> jeff - when you give infinite ink, mark that location as art, then unset the flag when you check it out and it isn't
<3> guys, anyone know of a good flash forum for help?
<14> hey guys i got a Q letsay i want to make a cd that'll autorun a show for me preferably flash like those cds that come with ur nokia phone etc support download install etc full screen show.. how would i go about that? what kind of programming is that?
<9> use macromedia flash do some demo make the file exe use full screen and burn it on cd and make it autorun
<14> how do i make the exe and full screen
<9> !google full screen macromedia
<12> http://www.wowwebdesigns.com/wowbb/forum2/681.html
<13> LOLOL
<13> wowwebdesigns
<13> that's hilarious
<14> and the .exe ? autorun
<9> fscommand("fullscreen", "true");
<9> and exe
<9> when you export/publish you can make the exe
<14> awesome
<14> thnx bro
<9> in macromedia flash file > publish settings
<9> np
<14> appreciate it :)
<3> hey guys.. is it bad to use a while(1) loop?
<3> i mean, infinite loop? Im in two minds about using it just because it's infinite:P
<15> lookout varadero - here comes SHiZNiT :P
<16> try u will see
<3> when a client connects to a remote machine, it triggers this infinite loop that just sends the client data every 5 seconds
<3> is that a good way to do it or is there a better method?
<15> save before you try
<3> btw, i got my XMLSocket.connect() working
<3> so if anyone needs XMLSocket help
<3> damn, after all the freaking reading ive gone through to get this working
<15> heheh
<3> i may be able ot help u
<17> I'd request data sent to the client with a dependable for (i=0;i<1;a++) { sendAndLoad(); } with a 1000fps document
<3> Flash 8 has introduced all these new security restrictions
<15> :o



<3> that put a few more hurdles in front of you when you use sockets or networking
<15> http://www.tryppeninsulavaradero.solmelia.com/solNew/hoteles/jsp/C_Hotel_Description.jsp?codigoHotel=5978&cid=BUS002:GOU:marcas
<15> mmm ... outa here monday :)
<15> bbiab
<3> here u goin Shiz?
<15> varadero cuba
<3> cool
<3> smoke a cuban for me:P
<15> finally gettin outa here ... only for a week though, kinda wanted two - but two is almost too long for just relaxin heh
<15> ya
<17> bring us all back a cuban
<17> damnit
<3> eheh yer
<3> sounds good Shiz
<15> i just want a beach for a week
<3> nothing like a decent break
<3> of just sitting around doing nothing
<15> gunna check out al capone's summer house too
<15> heh
<15> its a restaurant now i guess
<9> http://www.killsometime.com/Video/video.asp?ID=252
<9> lol
<3> nice
<15> go into old havana
<3> really?
<3> that's cool.. be sure to use the toilet then
<3> sit on the same toilet capone did.., now that's something to boast about ;P
<15> lol
<15> i shat where he sat
<15> \o/
<15> ... not so great - but something i guess
<15> lol
<18> .o/
<15> bbiab - gotta get stuff ready :)
<3> cool adios shiz
<3> have fun
<15> not leavin 'till monday mornin - but thanks, i will :)
<19> hmmm what if i used javascript to preload a swf
<13> NiB
<13> any luck on that sample code?
<13> or am i **** out of it :)
<20> does anyone know a way to draw one movieclip into another movieclip and pick the location? I have a small graphic I want to paint into an existing clip that is already bitmapdata
<21> attachMovie?
<20> I need to be able to pick the x and y - the one being painted is smaller
<21> attachMovie
<21> then
<21> mcName._x
<21> and y
<22> cutter, if it is bitmap data, use attachBitmap
<20> al-x: that would probably work
<22> cutter, you pick the location, and your bitmapdata will replace the clip you targeted
<22> cutter, but if you just want to paint one clip onto another use .draw ..
<20> .draw dosent have the x and y tho
<22> cutter, it has a full blown matrix with x and y in it
<22> in case you need it
<20> how do I use it?
<22> cutter, check the full parameter list in the help
<21> ohh you mean literally draw
<20> yeah
<20> suv4x4: ok Ill look into it
<22> cutter, flash 8 rocks doesn't it :)
<20> indeed it does
<20> :-P
<22> however I already see people using it in a bad amateurish way
<22> like overdoing filters, resulting in slow, CPU pegging experience
<20> Im new to actionscript, so Im trying to do things right the first time
<22> it's a shame given the speed improvements done in this release, to bog it with something as stupid as putting bevels and glows on everything
<22> it's just a shame
<19> lol
<22> cutter, sure I don't mean at you at all, just sites I've seen
<20> suv4x4: I just checked out http://www.senocular.com/flash/tutorials/transformmatrix/ this is exactly what I need, thanks!
<22> glad it worked cutter


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#windows
#computers
manager_get_defaults - !node
#mirc
arcaolane
#beginner
#firebird
#beginner
#politics
#politics



Home  |  disclaimer  |  contact  |  submit quotes