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



Comments:

<0> allot people dosn't like Quake 3
<1> most of the CS2 folks hate it too
<1> but i like both.. no probs
<1> but love QIII more :D
<0> quake is super fast now
<1> my fav maps have always been.. Vertical Vengeance and Longest Yard
<1> QiV is out yet?
<0> sure
<1> when?
<0> since last year
<0> ;) ?
<1> feck
<1> see where i've been
<1> no idea on the gaming scene
<0> 18.10.2005 - Quake 4 Released



<1> :/
<1> ****
<1> i'vent played any of the games since like Jan
<1> i tried Far Cry last year December i think.. that was like late already
<0> do you feel dead ;) ?
<1> :P
<1> ahem
<0> you need to respawn !
<0> ;D
<1> well I'm playing cricket
<1> so there's some game at least
<1> i miss QIII tough
<1> last year I came second in a local QIII tourney
<0> nice
<0> i never was on a lan party
<1> ah
<1> its more fun dude
<1> rocks :D
<0> i play only online
<0> maby i will buy playstation 3
<1> good.. but this is more.. lets say.. realtime ;)
<1> there's real reactions of people when they get to be fragbaits ;)
<0> too mush gaming makes you sick
<1> thats true
<0> you have to learn to controle it ;)
<1> yes sir ok sir :P
<0> roger roger ;)
<2> you know how you normally do videoStream.play("movie.flv");
<2> how would i play an xml feed like that?
<3> Yo
<4> Download the xml file, parse it, pull out the url you wanna play, and play it.
<4> XML is now a first-cl*** data type in as3.
<3> can someone show me an example of OOP?
<1> gnite
<3> Object Oriented Flash?
<2> necros, unfortunately im limited to 7/as2
<4> Hm, I dunno if they have an e4x thingie for as2 or not.
<2> hrm maybe i'll just use the ol swf decompiler on one
<5> how do you get to the SECOND NODE in an XML tree in flash?
<6> anyone got experience working with tile-based games?
<6> to get what tile the center of my car is, i use "this.currentTileY = Math.round((this._y-carHeight)/tileHeight);"
<6> but it doesn't seem very accurate for some reason... why?
<6> i can trust this._y to give me the exact vertical coordinate?
<6> ah
<6> never mind
<6> :D
<5> aaah
<7> Hmm
<7> Very odd.
<7> Ok so... flashkit... has a lot of resources..but.. the site is horrible to navigate... and ugly as sin.
<7> Any other recomendations for flash community portals?
<8> flashvars can only be p***ed when you're first calling a flash movie, correct?
<9> ah flashkit
<9> flashkit is like an overgrown machine
<9> kinda like inside big ben or something
<6> flashkit is a horrible site
<10> i used to use flashkit when i was 15
<10> :p
<9> flashkit is not bad!
<9> it is just bloated
<7> Yeah



<7> Badly.
<10> at least reading flashkit let me identify all thesites out there that rip off other peoples work
<6> a site you can't navigate on is a bad site
<6> on/through
<9> no one ever bothered to take a mop and clean it up so now its out of control with ads and old content
<7> Yeah
<7> It's crazy
<2> why does a text cursor stay in an input field even though i click away from it
<7> And the search feature is a joke.
<10> quick question: im using someClip._visible=false; for controlling a dynamically loaded swf, its not making the swf invisible(the one that just started loading)
<10> any ideas how to hide an mc with dyn swf in it until its fully loaded
<10> checked eveywhere
<7> I would say... put a preloader in the .swf to make it simple?
<10> thought about it
<10> id rather do it properly
<7> How is that not properly?
<7> Two frames, it preloads, doesn't display until loaded..
<10> cause you gotta add that stuff to the fla, compile it
<2> why does a text cursor stay in an input field even though i click away from it?
<10> what if you wanna load a swf that doesnt have a pre loader thats not yours
<7> Ah
<10> not that ill be doing that
<10> i just wanna learn somethin new
<10> :p
<7> Just preload the .swf then
<10> i am
<11> make the alpha = 0 until bytesloaded = totalbytes
<10> but i need to stop the animation on frame 1
<10> and its not working
<10> j-live, wont work
<10> animation would still run
<10> plus wouldnt 0 transparancy take up cpu like mad?
<3> can someone show me an example of OOP?
<11> put a stop on frame 1 and gotoandplay when bytesloaded = totalbyes
<2> when using onKillFocus = function() the input field will revert back to its original state when i click away from it, but when i release the mouse the text cursor is still inside the input field?
<2> why is that
<10> j-live, i should be able to stop() the loaded swf from the container swf
<10> shouldnt need to put stop in the swf itself
<11> visible and alpha are the same in regards to cpu usage its unload and load that make a difference
<10> i dunno
<10> 50% aplha is more cpu intenseive than _visible=false
<10> for sure
<3> can someone show me an example of OOP?
<7> Thats because it's 50%
<7> At 0 it's not there.
<10> k wasnt sure what u were referring
<7> There is nothing to draw
<10> or how flash interprets 0
<3> can someone show me an example of OOP?///
<11> redrawing the mc at any alpha value or visible takes up a tiny fraction of cpu usage
<12> i have a swf with a button in it, on the root stage. I'm am loading this swf with actionscript, how can I target the button in the swf to add onPress code from my actionscript
<2> when using onKillFocus = function() the input field will revert back to its original state when i click away from it, but when i release the mouse the text cursor is still inside the input field, any ideas?
<10> j-live, you are mistaken
<7> We;;
<10> or must be running a high power cpu as to not notice
<7> gotoAndPlays should work fine..
<7> you're probably just having a scope issue
<10> naw im not
<10> i checked
<10> i can stop() sometimes but its finnicky
<7> That is odd.
<10> smth im doing is wrong
<7> Let me test. one sec
<10> ill do a pastebin in a sec
<10> i can never tell with flash...
<11> no it does not draw a noticable amount of cpu usage unless your talking about a 6yr old machine at which point anything will kill the cpu cycles
<3> can someone show me an example of OOP?///
<10> j-live not everyone is running a quad core amd setup
<10> just so you know
<10> alpha takes up lots of cpu
<10> especially on images
<11> lol if you machine is 4+ yrs old its time to invest $400 into a new setup
<12> hi everyone, could anyone help me out with my problem?
<10> j-live, get used to the fact that most of hte internet is on a medium machine


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

[proc_decryptcmd]
maxtor dissassemble
#linuxhelp
high res duke mac
#red
i915 overscan
#debian
#politics
#sql
tiago estefen



Home  |  disclaimer  |  contact  |  submit quotes