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

<MerZikain> NO U
<MerZikain> >_<
<CarlH> anyone?
<MerZikain> CarlH: flash
<CarlH> just flash?
<Smurf> CarlH you could use flex
<CarlH> what is flex
<MerZikain> flash with php/mysql
<MerZikain> **** flex
<MerZikain> i don't know what it is but i'm sure i don't like it
<MerZikain> hehe
<CarlH> MerZikain: Flash works with PHP ? how?
<Mr-G> bigup
<MerZikain> yeah, LoadVars()
<MerZikain> you build your php script to output urlencoded vars which flash parses and puts in an object
<MerZikain> you then reference them in flash from the object LoadVars creates and it's all quite nice and simple
<SupaShaD> dammit smurf
<Smurf> sorry SupaShaD
<SupaShaD> what's with you and msn?
<MerZikain> sup SupaShaD
<Smurf> trillian crapped out on me
<SupaShaD> yo merz
<MerZikain> they're butt buddies
<SupaShaD> what's crack
<MerZikain> sup nick
<SupaShaD> crackin'
<nickfox> yo dude.
<SupaShaD> hey nick
<MerZikain> i was gettin ready to say "it's a freebased version of coccaine" but then you clarified
<MerZikain> hehe
<MerZikain> just lookin for a place to get a cyberstallion hoood
<MerZikain> that won't eat my wallet
<nickfox> wtf is that
<SupaShaD> cyber stalin?
<MerZikain> this one place in florida has complete jack off ***holes workin there so i'm not buyin it from them
<MerZikain> yeah
<SupaShaD> a virtual tyrant?
<MerZikain> it's a communist hood
<MerZikain> big red
<SupaShaD> :D
<MerZikain> has a sicle and a hammer on it
<nickfox> siiick'
<SupaShaD> haha that'd be awesome dude
<nickfox> look at this RAD logo
<SupaShaD> im totally gonna paint a sickle and a hammer on the roof of my firebird now
<MerZikain> lol
<nickfox> http://en.wikipedia.org/wiki/Falun_Gong
<nickfox> right side.
<al_x> anybody have Julienne Light font?
<al_x> kicking around
<nickfox> i might
<MerZikain> i probably can for about $50
<MerZikain> what's it worth to ya?
<al_x> me?>
<nickfox> is it OpenType
<bAz0okA> heya. i want to zoom gradually into a whole scene. how do i do that?
<nickfox> or TypeType
<al_x> you will be MerZikain ++; in my mind
<al_x> nickfox: lemee chjeck
<al_x> truetype
<nickfox> hrm
<al_x> postscript
<MerZikain> ****in awesome
<MerZikain> i found the place i'm ordering the hood from
<al_x> both
<MerZikain> $350 and free shipping :D
<MerZikain> booyah!
<MerZikain> that saves me nearly 200 in shipping costs
<MerZikain> ^^
<nickfox> whos' the author
<al_x> that's expensive for a hoody
<MerZikain> a hood, not a hoody
<MerZikain> for my car dude
<al_x> Wiescher Design Family
<ZaneGun08> hello
<bAz0okA> .. any1?
<ZaneGun08> I followed this flash tutorial http://www.webwasp.co.uk/tutorials/b42-scrolling-text/index.php but the text won't scroll back up
<ZaneGun08> I have checked and rechecked my actionscripts
<nickfox> al_x no dice brother
<nickfox> can't find it
<Smurf> maybe the tutorial is wrong ZaneGun08?
<Smurf> nickfox = nickfury?
<Smurf> a fursona of nickfury!
<al_x> dang
<nickfox> that's me
<al_x> tnx nick
<nickfox> al_x i'll keep looking tohugh
<al_x> tnx
<Smurf> ZaneGun08 that tutorial illustrates a horrible way to scroll text anyway
<ZaneGun08> Could you lead me to a better one
<ZaneGun08> I like that way because I can include images as well
<Smurf> just use math instead of a tween ZaneGun08
<MerZikain> why the **** do i have to export in first frame when i setup linkage for clips i attach with attachMovie?
<Smurf> are you attaching in the first frame?
<ZaneGun08> is there an easy tutorial to do that, I'm pretty new to flash?
<MerZikain> no
<MerZikain> i'm attaching it like 5 frames in
<Smurf> MerZikain :/ eh i dunno
<bAz0okA> hm. people? i just wanna know how do zoom in on an scene. or more simply: how can i shape-tween a whole scen to inlarge?
<MerZikain> but if i don't check the export in first frame it doesn't work
<MerZikain> i don't get that
<Smurf> ZaneGun08 eh, not really, it's kinda complex for someone new to flash
<ZaneGun08> alright
<ZaneGun08> well I have one working mathematically, but when it zooms in and out the text moves, so it looks bad, and I would like to include pictures in the text
<jeff339> Does anyone know how to change the position on the stage of a object created dynamically ?
<SupaShaD> yea
<SupaShaD> object._x = #; object._y = #;
<jeff339> hmm alright let me try that
<jeff339> thanks
<Smurf> ZaneGun08 why would you need to zoom in on it?
<SupaShaD> no problem
<jeff339> and just out of happen stance is there a easy way to tell where the mouse is over
<Smurf> jeff339 RTFM
<jeff339> like the x & y?
<Smurf> !find -c _xmouse
<Drag0nM>  _xmouse == See Button._xmouse, MovieClip._xmouse and/or TextField._xmouse
<jeff339> no i mean like when im designing
<Smurf> !find -c movieclip._xmouse
<SupaShaD> !find -c movieclip.onRollOver
<Drag0nM>  MovieClip._xmouse == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary584.html
<Drag0nM>  MovieClip.onRollOver == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary558.html
<SupaShaD> movieclip.onrollover jeff
<jeff339> like i know where i want to place something on the stage
<Smurf> not that i know of jeff339
<Smurf> use the propertys pannel
<jeff339> ok
<Smurf> properties*
<ZaneGun08> Here is what I am working on, if anyone would like to take a look and help me http://img37.imageshack.us/my.php?image=nav425vy.swf
<Smurf> select an object, set the _x and _y of it via the properties panel
<ZaneGun08> I need to fix the text so it doesn't move, and I would like to add images in the text, so I would rather have it like a scrolling movieclip
<Smurf> ZaneGun08 then use a masked movie clip and some buttons
<Smurf> i have an example file, sec
<ZaneGun08> yeah, do you know where I could find a tutorial?
<ZaneGun08> oh, alright
<bugiam2> how do i insert _root.mc2 into _root.mc3.holder ?
<ZaneGun08> oops, it denied it
<Smurf> ZaneGun08 DCCing
<ZaneGun08> one sec
<ZaneGun08> gotta enable it
<Smurf> ok
<ZaneGun08> alright
<ZaneGun08> now try
<Smurf> there you go
<ZaneGun08> thanks alot
<Smurf> the code should be pretty self explanitory
<ZaneGun08> yeah, it works good
<VgSlag> Hey


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#politics
#flash
#nhl
#politics
#nhl
#nhl
kewchick
qmail requeue
#hardware
#hardware



Home  |  disclaimer  |  contact  |  submit quotes