@# 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 17 18 19 20 21



Comments:

<0> lol
<1> which made alot more sense :)
<2> !find -h
<0> that's definitely funnier ^^
<1> ya.. a little more light :)
<2> !find rules
<3> Using the Free Transform Tool on text
<3> It works while editing, but when I preview the text doesn't change size, simply shakes a pixel or 2 :\
<3> Is the tool supposed to be compatible with text?
<4> MerZikain: you there mayng?
<0> ...
<0> maybe
<5> hmmmmmm what is the best way to create html table like style mysql query output in flash ? by attaching mcs with a rectangle in it and dynamic textflield ?
<6> Hey
<7> i have a question!
<7> so...if you output something to a dynamic textfield...why is that some fonts are displayed pixelated and some not?????????



<7> pls help
<6> http://www.lego.com/eng/bionicle/spinnerchallenge/spinnerchallenge.aspx - My new game
<6> You may need to make a login account... no email addy required
<7> pls help
<6> Nov, its to do with included font outlines
<4> MerZikain: how would I call a function on the main timeline? or are functions global?
<0> pathtomaintimeline.functionname(arguments);
<4> oh
<4> heh
<4> is there anyway to make a function global?
<6> !find -t OnoSendi global
<6> !find -t OnoSendi _global
<7> VgSlag - how can i make it happen?
<7> how to include a font in flash?
<3> OnoSendi: Just put it in your main timeline, so it's globally accessible with _root.funcName();
<8> does anyone know of a program that will from a commandline grab a frame from an flv and export it as a graphic? I found flv2jpg but it only does the first frame, I want to specify one
<6> Novy
<7> yes?
<6> !google include font outlines help
<9> http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14171
<7> just reading
<3> Hmmm
<10> hrmmm
<1> everclear's music sounds all the same
<3> Each letter of a phrase is animated at different times, so they need to be in seperate text fields. For the animation to work, the text fields need to be static, but I want to create the phrase with a dynamic script (so if the length changes, extra chars will be created accordingly). What would be the best way to do this? And is there any way to convert a dynamic text field to static?
<7> does anyone have an opensource xml webtemplate?
<11> hey folks. when i drag a button from the component list, it does not get that little circle, so i can't add any actions on it?! what's wrong?
<12> ?
<11> i want to add actions on my buttons.. like on(release) { bla } but i cant get there, because that button does not provide actions somehow?!
<12> that's a component not a button symbol
<11> NiB: if i convert it to a symbol.. i can't change the text on it then
<12> what about ready button component chapter in components manua ?
<12> reading
<11> NiB: maybe that helps :/ ...but... for what reasons are those components there, if i cant actions on them?
<13> components ****
<12> action on movieclip is a very bad way to do things
<12> ur code should be centralized
<14> components aren't worth the h***le IMO
<12> not spread in your fla
<12> good components are great..bad components are ****...
<12> components **** is just plain stupid
<14> so you mean all the MM ones are the ones you won't want to use
<12> let's say i woudln't use em much :)
<14> hehe
<11> i just want that component button to do something on on(release)
<14> i should have said the MM components aren't worth the h***le
<11> and if i convert it to a symbol i can't change the style and stuff
<12> why don't u make a button by yourself ?
<12> i mean why would u use a component if u don't use it for what it is
<12> it's like 30kb of code just for a shape to click on :))
<1> lol
<1> n't use em much :)
<1> [12:08:48] [+SmurfMX] hehe
<1> [12:08:50] [mows] i just want t
<1> oops
<12> lol
<1> http://www.neowin.net/forum/index.php?s=7ea9d7404cc80632b22347c34f465197&showtopic=430641&pid=587175071&st=0&#entry587175071
<11> hum.. because my buttons look ****ty ;)
<12> drop a button componet onthe timeline
<12> name its instance myButton
<12> on he frame



<12> (not on the component)
<12> add somethin like
<12> function clicked() {
<12> trace("You clicked the button!");
<12> }
<12> myButton.addEventListener("click", clicked);
<11> Statement must appear within on/onClipEvent handler
<12> i can't help u if u can't read
<11> NiB: i cant add on the component anyway
<12> [18:11] <@NiB> on he frame
<12> [18:11] <@NiB> (not on the component)
<11> NiB: sorry, clicked wrong :( it works!
<11> thanks mate
<11> .. but .. if i _could_ add it to the component.. it would show: "Action - Component" right?
<12> ???
<12> it ?
<11> well, my **** english.
<11> i mean... "Action - Frame"
<11> "Action - myButton"
<11> it i could add the actions on the Button itself?
<12> i don't get what u atre talkin about
<11> if*
<12> of u mean the action window label
<11> sry, i'm talking wired ****
<12> u can put code on the component
<11> nevermind.. it works like you said
<12> it's not a problem..but it's not a good habit
<12> u just have to use an onClipEvent handler
<11> i need to read some tutorials fast...
<12> u shoud not use components if u don't understand what it is imo
<12> and from what i hear..u are far from understanding what they are
<11> ok, thanks for that information!
<12> you're welcome
<12> http://mrl.nyu.edu/~jhan/ftirtouch/
<4> if I have some AS on the first frame in mc1.mc2.blah - and I want to return the path of mc1.mc2 - What would I use? Ex: _previous.gotoAndPlay();
<14> NiB i saw that earlier, looks cool
<15> anyone know why when I am p***ing variables from PHP to flash, it wont work unless I echo the variables I am p***ing?
<16> What do you mean Johnny?
<16> What method are you using for data transfer.
<3> JohnnyB: I've never used PHP with Flash so I could be wrong, but PHP is preprocessed. It's all evaluated beforehand. The only thing you can send to a client-side object (e.g. Flash movie) is what PHP echos.
<16> oticon6: You can send variables to php to get different output
<3> Yes, and by doing so the PHP document is processed again, which is all server-side.
<15> nm i removed it and it works now for some reason
<3> How would I fade in a text field?
<3> I can change the colour's alpha value
<3> But tweening doesn't seem to recognise it
<12> u can only alpha fonts if they are embeded
<17> what would be a good video compiler for flash ?
<17> Sorenson Squeeze ?
<3> The font itself is Times New Roman. It's letting me change the alpha value fine, but when I make it a tween it keeps that same alpha value for the duration, rather than fading from initial alpha to final alpha, like it should.
<0> that sounds like a faggot superhero attack
<0> 'SORENSON SQUEEEEEZE!!!!'
<4> lol
<12> riva encoder
<12> is free
<12> and very good
<17> oh tan kyou NiB
<17> thank you
<17> :)
<18> anyone maybe know a way to m*** change names of mc's in library ?
<18> is there a way ?
<19> Sup I have a .fla file, everything is there, all i need is to edit the text thats in the .fla (a couple lil things) w/ some new text...Im having trouble, can anyone help?
<3> DJLy5y: Doubt it.
<12> jsfl
<18> jsfl ?
<12> yes
<18> whats that ?
<12> it's a langugae to scipt flash
<12> script
<18> any web page link to read about it more ?
<18> you answering for my question
<18> or question oticon6 ?
<18> sorry


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#nintendo
Table 'mysql.help_topic' doesn't exist
detox poppy tea
breadest
#battle
#politics
#gentoo
#freebsd
#politics
#netbsd



Home  |  disclaimer  |  contact  |  submit quotes