@# 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> any of you guys moniutor the neowin.net forums
<1> i don't monitor forums =/
<2> SupaShaD I was talking about the undocumented things F1 was talking about.
<1> ohhh
<2> no I am perfectly ok as much as I can be at this time.
<1> so what happened mang, haven't seen you round here for a while
<2> was visiting family etc
<1> ahhh
<1> holidaze :)
<2> yeah
<2> more like hell
<2> but eh
<1> lol
<1> hellidaze eh? bummer
<2> yeah pretty much sums it.
<1> you at least get some cool presents?



<1> :\
<2> yeah a broken heart
<2> backstabbed
<1> ahhh bummer bro
<1> i know how that goes :\
<2> along with a nice box of hate.
<1> damn ...they went for the gift package didn't they :x
<2> yeah I got the delux type
<1> i got the broken heart backstab special, but without the optional box of hate
<2> what made it harder was it was the first person who I fell for.
<2> I always been strong and never fell for anyone but this was my first love.
<3> http://best.drawball.com
<1> well no worries man, **** like that happens....you'll roll off it
<2> yeah I know
<2> It has made me stronger in a sense
<1> ****s balls though i know, but at least you've gone through it
<4> wait, how old are you guys?
<1> better to go through it than avoid it and wonder ;)
<2> Very much, althought I was saving my first love for my wife
<1> i know first hand..i've gotten the whole package deal like you a couple years ago :x
<1> well no worries man, ms right is out there
<2> I am 25 morde-wrk.
<1> 20 morde
<5> when's Dawsons creek on?
<0> http://best.drawball.com/1136328177
<4> I see
<3> yeah nick kim knows what she's doing
<5> that's cool nick
<4> she's got a ticket to ride! she's got a ticket to ri-hi-hide
<6> someone know if flash can use p2p connections?
<7> hahaha drawball.com = draw with comrades across the globe
<7> and its written in white
<7> damn nazi's
<8> how can i remove the last 4 characters (extension) of a string ?
<6> Famic-: substring
<8> ty
<7> !find -c substr
<7> !find -c String.substr
<9> String.substr == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary697.html
<8> nice command
<8> what is -c ?
<8> !find -c substring
<9> substring == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary701.html - See also String.substring
<10> j/ sweden
<8> mh...seems both substr and substring need to know the lenght of the string...can't we simply remove 4 ending characters ?
<6> Famic-: str = str.substr(0,lenght(str)-4);
<6> or something like that :p
<8> yeah my mistake sry
<8> so there is no direct way to remove the last chars ?
<7> famic yes
<11> i have myMc.onEnterFrame=function() { script..; }
<6> Famic-: what's wrong with that way?
<11> inside of the function i have delete this.onEnterFrame;
<11> why does it not work?
<6> spooky: make sure the "this" is the right object, also make sure your not reinitiating it somehow (maby different frames on the timeline)
<11> myMc.onEnterFrame=function() { script..; if(1=1) { delete this.onEnterFrame; } }
<6> if (1==1)
<11> ?
<11> that's just an example
<11> this should be myMc
<6> if (a=b) sets b to a, is (a==b) compares them :p



<11> because its myMc.onEnterFrame
<11> sry
<11> yes
<11> you're right
<11> typo
<11> i have a trace in the if statement
<11> i know the conditions are right
<12> people are ****ing idiots
<6> so you have the == in ur script?
<11> yes
<6> _root.mc.onEnterFrame = function () { trace("hey"); delete this.onEnterFrame; };
<6> works man
<11> sory
<11> ack
<11> srry
<11> yes
<11> i did have an error
<6> _root.mc ? you need a mc named 'mc' in root :p
<11> nah
<11> some math
<6> so the delete onEnterFrame works
<11> yes
<11> my bad
<6> :)
<11> does flash have multidimetntional arrays?
<13> yes
<11> can i do myVar[1]["x"]
<11> ?
<13> yes
<13> check the handbook
<13> it's all there
<11> i dont have any books
<11> =[
<13> in flash yo udo
<13> the docs
<11> oh
<11> yes
<11> sry
<13> it's ok
<13> it's just a better explanation than I can give you
<13> it does ***oc arrays and index arrays
<6> spooky: for multidimentional "arrays" you will need objects
<6> var obj:Object = new Object();
<6> obj[1] = new Object();
<6> obj[1]["bla"] = 5; obj[1]["bla2"] = 5;
<6> and so on
<6> other way coudn't get it to work :(
<13> you can do it the other way
<13> var myArray:Array = new Array()
<13> or you can do
<13> myArray:Array = {};
<13> Array should inherit from object
<6> ya but harder to do it dynamic
<13> object is fine though too
<13> how so
<13> array is array
<13> you should be able to add to it
<6> well, tried it and had troubles lol
<6> on the "for in" i think, forgot
<6> hey, you guys know if you can do flash p2p?
<13> for in is the pwn3age
<11> how can you listen for a connection with flash?
<6> not sure.. was asking lol
<11> then no
<11> i dont think it's possible
<6> i can initiate it with the server, but need data sent direcly to the other guy instead of server then other guy
<14> im doing a navigation in flash for a website .. my question is is there anything i can do that will make the search engine spiders index the links within it
<13> toocanx: yea flash 8 supports meta tags now I think
<13> or maybe it's been there for awhile
<6> toocanx: just google will take the text from textboxes: add an html textbox hidden with alot of a tags :p
<14> meta tags are nothing to do with the nav element
<14> say i have a nav bar with links in the swf to . index.htm / about-us.htm / contact-us.htm
<14> how could i get google to read those links
<14> or any other search engine


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#windowsxp
irah-6
FortiGaurd
#beginner
pre chans
#computers
#beginner
#red
#politics
bartpe ghost32



Home  |  disclaimer  |  contact  |  submit quotes