@# 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 22 23 24



Comments:

<0> this isnt making any ****ing sence
<0> if I have an MC on root, and from mc b I have trace(_root.mc._y);
<0> it's not giving me true coords
<0> because on root when I clock on mc the y axis is differernt from what it returns
<1> thid._parent._parent.b.c._y
<0> path to a
<2> simple question but how do i put quotation marks in a variable?
<2> " aaaaa bbbb "" ddd "" eee " doesnt seem to work
<3> How do i remove the onion skinn on timeline ?
<4> x = 'easy way to "put quotes" in something';
<4> or
<4> x = "you can also \"escape to quote\" if you want";
<4> trace(x)
<2> ah thanks mate
<4> yup



<5> is it possible to export a flash fla to wmedia
<6> you know it
<7> hi
<7> i have a problem with myt flash porogram
<7> anyone can help me?
<7> i created a menu and had it set up to be button but when I tried to click it - it wouldn't go to the scene that i wanted
<7> !find rules
<8> hi there
<8> i need some help of u guys
<9> hi all. very noob question here. How do I test to see if one string appears within another?
<8> coldtoast u here?
<10> Coldtoast, indexOf
<8> Fearx
<8> can u help me?
<8> i got a simple question
<10> whether or not i can help you depends on your problem
<10> just ask :D
<8> k
<8> i im working on a flash menu
<8> well
<8> when i click over the buttons the page requested appear in a new window
<8> here the action:
<8> on (release) {
<8> getURL("/frankslife/", "_self");
<8> }
<10> ok
<9> thanks muchly
<10> np
<10> nelo-: what's the problem?
<8> when i click over the buttons the page requested appear in a new window
<10> and what do you want it to do?
<8> open the page requested on its self
<8> i mean, same page as menu
<10> is your flash in a frame or something?
<10> you can try "_top" or just omit that parameter
<8> if i omit the paratemer then open in a new window by default i think
<10> shouldn't
<8> ok i will try
<11> lol, thanks again brainy ;D
<12> you know i got you
<12> ;p
<11> :)
<13> hey u guys know if there's any flash based stock trading app?
<11> noooooo idea
<11> that doesn't seem...very...i dunno, secure, to me
<13> i searched all night only found one and it kinda stinks
<13> i am still trying to convince myself that RIA has a future
<11> lol
<11> im still trying to convince myself im not weird for absolutely loving blondie
<14> I want a button to stay active after pressed, until another button is pressed, how can I set that via AS?
<11> set a var?
<11> var pressed:Boolean = true; when it's pressed
<11> while it's true the behavior of the other button is affected differently
<11> ie. the other button checks the var, if(pressed) { do this; } else { do this instead; }
<14> ok, then I can use _level0.thatButton.pressed = false
<14> thanks
<13> probably want to just do this in a function
<13> toggle_active = function(targ){ disable all buttons.. enable targ... }
<11> well that's a little more complicated than a simple var check..but yeh ;)
<14> actually, know of a tabbed dialog somewhere?



<14> I just want to toggle between Lists
<13> dont understand your question
<14> I have 2 lists of information, and I want tabs to show one at a time
<13> so use the keycode for tab and set visibility for each list
<13> !find -c Key
<15> Key == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary393.html
<14> the visibility isn't really the problem, the tabs are
<10> lol this is awesome http://www.collegehumor.com/movies/1662730/
<13> if(Key.isDown(Key.TAB)){ toggle visibility }
<14> no no, not the tab button on the keyboard
<14> like a windows property dialog, Tabs
<14> like firefox has tabs
<10> i would use swapdepths
<10> make the tab area a button, and just set the mc it resides in to the highest depth when it's clicked
<13> do they even overlap?
<13> in FF they dont
<14> well, Flash doesn't come with a tabbed interface component
<10> they do if they're like a windows dialog box
<14> I was trying to fake it using buttons
<13> frb-home, there's an app
<13> let me find it
<13> http://www.macromedia.com/devnet/flash/articles/time_entry.html
<13> just rip the tabs from the app, faster ;o
<14> what's an FLP?
<13> its a flash project file
<13> u dont need to worry about those
<16> k
<17> http://www.collegehumor.com/movies/1662730/
<17> wtf, why would he cry over that?
<10> i dunno, but it's awesome
<10> smackin the monitor
<17> have you played the game?
<17> i have, and it's boring
<10> no, but i've seen that picture of the exorcist chick come up many times
<10> and every time i peed a little bit :P jk
<10> alright back to work for me
<17> is it me, or are the Aussies funny?
<17> Graffiti Game Banned in Australia
<17> lol
<18> veb, had to go yesterday, can I pm when you have a minute?
<17> suv4x4.
<18> hi
<17> we're installing mono for you now
<18> whoa
<18> whya re you so good to me :P
<18> I got the packages it has two dependencies (from centos.karan.org) but apparently it needs higher privileges I think
<18> not a home dir material
<17> yeah
<17> k its done
<17> you may wish to delete the rpms in your dir
<17> :P
<18> :D
<18> will do
<18> thanks a lto!
<18> thanks a lot! :)
<17> whats it for if you don't mind me asking
<18> I wanna try running the same socket server on linux and windows
<18> I'm experimenting still
<18> but I wanna see if .NET is good enough for linux/windows server apps that talk with flash
<18> I'm not familiar with python and perl and .NET kinda hits closer to home
<17> uhuh
<17> i think the python is screwed on our box atm
<17> meh.
<18> ok
<18> so how do I call this thing?
<18> should whereis mono show me something?
<17> no idea
<16> ok, I finally got it to work
<16> suv4x4, probably not
<18> so how do I run my exe :)
<16> I set the buttons as toggles, made one selected by default, and unselect on click of the other
<17> err
<17> exe == windows


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#worldcup
#beginner
delphi forms.pas
#3dsmax
#beginner
#gentoo
#computers
#mirc
nvidia 6100 problem san andreas
#worldcup



Home  |  disclaimer  |  contact  |  submit quotes