@# 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> sorry
<0> PauLWaLL :}
<1> http://www.eyezberg.com/Flash_News/Components/2_good_extensions:_convert_all_to_clip_and_library_items_renamer/
<0> thx nb
<0> Not Found
<0> The requested URL /downloads/LibItemsRenamer12.zip was not found on this server.
<0> OUTCH
<0> NiB you maybe have the program because the link is dead :(
<1> google retiurns me hundred pof page when i look for Flash Library Items Renamer... do i look like your own personnal google ?
<2> MerZikain: you there gr***hoppa?
<2> lol
<2> on a button, how do I have the mouse pointer stay as an arrow, and not turn to a hand?
<1> http://hiddenresource.corewatch.net/downloads/LibItemsRenamer_v1.2.zip lazy ***
<0> NiB no
<0> i just asked if you will be that kind and share the file sorry
<0> (18:39:43) (PauLWaLL) hi



<0> (18:50:07) (DJLy5y) hi
<0> (18:50:08) (PauLWaLL) Hi DJLy5y ! You are query #8, please be patient. ChapsScript V2.53 PRO
<0> spam bot
<0> lol :D
<3> :)
<0> you are in quesue wtf :D
<3> too many ppl msg me
<0> because you msged too many ppl
<3> no
<3> ppl always msg me cuz i run sites :)
<4> people always message me because i'm articulate
<4> and they want to learn
<4> "plz teaches me ta talks like yous masta"
<5> ppl msg me cuz i r the powarful!
<4> XD
<4> grammar ftw
<5> i only get messagest when i'm oped
<4> i only get messages from faggots
<6> I only get messages when I say something
<2> MerZikain: on a button, how do I have the mouse pointer stay as an arrow, and not turn to a hand?
<4> mybutton.useHandCursor=false
<2> unf
<7> How do you check what frame your on using actionscript? ex: on (release) { if (FRAME == 8) {do this}
<4> _currentframe
<7> if (_currentframe == 57) {}
<7> that right?
<4> pretty much
<8> haaaalp
<8> i have justified text in a dynamic window that looks good in mx but not in browser
<8> haaaalp
<7> on (release) { if (_currentframe == 1) { gotoAndStop(2); } if (_currentframe != 1) { gotoAndStop(2); } }
<7> why does that not work ;(
<8> no syntax errors?
<9> Uhh
<9> Well considering both conditions have the same outcome... I don't see what you're expecting to do
<10> does anyone know of a good tutorial i can read up on to create current/electricity? i'm thinking of having a picture of a chip, and having electricity flow through it every 5-10 seconds...
<8> any of you ever get different outcome from txt boxes in mx and then in browser?
<6> I'm trying to trigger an event, should this work?
<6> myList.selectedIndex = 0; myList.dispatchEvent({type:"change", target:myList});
<9> on (release) { if (_currentFrame == 1) { gotoAndStop(2); } else { gotoAndStop(3); }
<6> that's what I found inside the flash docs, but it's not working
<8> justify text in window looks good in mx but alt-enter doesnt show the change
<9> wifi: Yes. If it's dynamic text, MX will show all effects, but a compiled SWF doesn't seem to do it effectively.
<8> http://www.ocabota.org
<8> both right and left side are lined up in mx
<8> what should i do
<8> change to static?
<8> this is a scrolling window
<9> Try it, see what happens.
<8> k thnx
<9> Hopefully it's got nothing to do with the problem, because I'm having a dilemma where I need dynamic text (so it has an instance name) but it won't work unless it's static
<9> frb-work: Never seen braces used in the parameters of a function call before... I wouldn't expect it to work
<6> oticon6: it's an anonymous object
<4> "When Chuck Norris helps you jump start your car, remember, Fist is positive, beard is negative."
<2> MerZikain: I got me subnav goin :P
<4> good
<9> frb-work: I only mean syntactically. I have no idea what you're trying to do, nor do I have more than about 2 days experience with Flash. The syntax just seems very unusual.
<5> "When these Chuck Norris jokes get old remember foot meets ***"
<5> braces denote an object



<5> ex {prop1:val1, prop2:val2}
<6> oticon6: when a function expects an object as an argument, you can simulate one with { prop: value, prop2:value2 }
<6> you can also use that to instantiate an object
<9> Ah ok
<6> var obj = { prop1: val1, prop2: val2 };
<6> obj1.prop1 == val1
<9> Is there any way that I can set the text value of a dynamic text field using ActionScript, then convert it to static so that the transform effect will work?
<5> put it inside a MC then draw the MC to a bitmap and transform that
<11> O_o
<11> just include the font in the file
<11> and you can transform it
<11> ;X
<9> I have to include Times New Roman? :\
<9> Sheesh :P
<11> macromedia roxx
<11> :P
<11> try embedding the font
<11> it should work then
<2> MerZikain: you peep it?
<4> no
<4> i trust you're not lying
<9> This may seem like a stupid question... and, well, it is :P But how do I embed a font? :\
<12> Erm, say you take the Rectangle T00l and draw a rect.. How do you animate that enlarging horizontally (say, 300% wider) without the stroke enlarging also?
<12> Is there a means of doing this on the timeline or am I gonna need to do AS?
<2> MerZikain: lol
<12> or like..... frame by frame manual non-tween animation on the timeline ><
<9> ominous: It kinda does that by default, because when you draw a rect the "stroke" is a bunch of lines seperate from the fill.
<6> is flashvars always supposed to start with a &?
<13> lo m8s
<12> it's affecting the edges of my bitmap for some odd reason
<12> stroke is misaligning
<12> doing lots of fun stuff
<9> Ize: Still doesn't work using _sans, _serif etc.. -_-'
<6> ok, one dispatch even worked
<6> dispatchEvent({type:"mouseup", target:myList.getItemAt(myList.selectedIndex)}); worked
<6> dispatchEvent({type:"mouseup", target:myList.getItemAt(myList.selectedIndex)}); did not
<6> oops
<6> nevermind, I fixed it
<2> MerZikain: how would I put a variable in a paty? eg _root.myvar.play();
<4> wtf is a paty?
<2> path
<2> lol
<4> yeah
<2> exactly like that?
<2> ?
<2> MerZikain?
<14> does anyone have an .htaccess example to disable hotlinking for .swf files?
<15> anyone know if its possible to load a mc from teh top right corner, not top left? been looking for a while and finding ntohing :
<2> profumo yes
<2> you wanna know hwo or what?
<15> sure
<2> lol
<2> alright
<15> hehe
<15> sorry, client called
<2> profumo: say your movie your loading from is 500 px wide, your gonna wanna load the new movie to 500 - width of new movie. And set the y position to 0.
<2> x coord = 500 - width of new movie
<15> right
<9> I'm using duplicateMovieClip() and setProperty(). It works fine for properties like _x and _alpha etc, but the mc has a child object (a text field). How can I manipulate its text?
<2> mc.text = "text here"
<9> Doesn't want to work
<15> that will just load it in the top right corner of the main movie, but still will position the newly loaded movie starting at the top left corner :\
<9> The object's name is defined by a string
<15> no?
<2> profumo: you asked how to load an external movie to the top right
<15> from teh top right, not to the top right
<2> you want it to roll in from the top right?
<15> different :)
<15> yea, exactly
<9> lol..
<15> or even from the center
<9> Look up tweening in help.
<2> roll in from the center?


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#unixhelp
#politics
#windowsxp
#politics
child prnography
#politics
#politics
her to piss her pants
Delphi DwmExtendFrameIntoClientArea
#eggtcl



Home  |  disclaimer  |  contact  |  submit quotes