| |
| |
| |
|
Page: 1 2 3 4 5 6
Comments:
<0> I usually store them all into an array when I do that. <1> yeah from an array <0> Like what I *just* fixed: <0> _tabValues[tab] = createCl***Object(GAF3.UI.Tab,"_mcTab" + tab,getNextHighestDepth()); <0> _tabValues[tab].addEventListener("click",Delegate.create(this,onTab)); <0> That way you can use a .length, splice, all that stuff. <2> hey people! <3> yay i figured it out i think <2> i have a problem, i am trying to create a simple animation of a stick figure walking sequence, but i have some problems with the tween, can anyone tell me what i am doing wrong? <3> haha paagal <2> ? <2> what i did is, set the first frame to how the animation should start, then i inserted a blank keyframe on frame 10 and adjusted the final position of the leg. and selected all the frames from 1 to 10 and 'motion tweend' them, but it doesnt move as intended. would anyone like to look at the .fla? <2> anyone? <4> hey ppl, is it possible to trace the cpu usage of a specific funktion? any ideas? <4> function <4> !find rules
<5> http://ize.badne.ws/flemmings4.html <2> http://www38.megaupload.com/files/b1858008f40b73d04bbf17b805b40c61/lineGuyTween_mx.fla <2> can anyone help me? <6> is it possible to have a transparent background in a movie? <7> i want to develop a website and i would like to make it accessable to most people with a internet conenction, is flash a good choice ? <8> nope <8> htm <8> html <2> or beat them with a cane till they download the latest version of flash player <7> msot of the page will be in html, it is a directory and the listed business will be in flash, eg a table with flash banners in each cell <7> does flash come shipped with xp ? <8> no <7> can yo detect if flash is installed? <8> yup, just enter a flash website. <7> shockwave come with xp ? <8> no <7> shockwave ? <8> no macromedia/adobe products come with windowz <7> is there a way for a webpage to detect if flash is installed eg, if( checkForFlash() ) { load flash page } else load html only page } <9> yea ... the flash ide can set that up for you <10> hello channel <9> ay up <4> is it possible to trace the cpu usage of a specific function? any ideas? <9> bbs.. <7> what is the differenc ebetween flash and shockwave ? <7> "Flash is more universal. More than 90 percent of Web users have the Flash plug-in installed, while a little less than 60 percent have the Shockwave plug-in." is this a fair statement? <8> 90% <8> don't think so <8> more like 75% <11> http://www.macromedia.com/software/player_census/flashplayer/version_penetration.html <11> http://www.macromedia.com/software/player_census/shockwaveplayer/ <8> how can 97.7% have v5 and 97.1% v6 and 93.5% v7? =D <4> if u have 7 u atomatically have 6 and 5 <0> Is there a way to tell Flash to delay for a second or two? <4> look for interval() <0> bucap: Thanks, works great. <0> bucap: This interval thing is awesome btw. Saves me a tons of work later. <4> =) <4> i like it too <0> Hmmm...can't make my components respond to keyboard events. Weird. <1> is it possible to have a dynamic variable name on the left had side of an ***ignment? <1> *hand <11> yes <1> for example: _global.page_layout_[page_num] = results[i].attributes.layout; <1> ? <11> that should do it <11> or.. <11> hmm <11> not exactly, mibbe <1> yeah, it doesn't seem to work <11> _global["page_layout_"+page_num] <11> try that <3> what word best describes a writing that can include hypertext formatting? document? text? article? ? <1> cOrgan, thx that did it <11> "hypertext document" ? <1> any idea where in the docs I might find more info on this type of ***ignment? <11> no <1> lol, ok <11> what info do you need? <1> I always get hung up on the [string] construct
<1> it is eval? <0> ripe_: Every sub object reference is treated like a hash arguemnt. So if you have clip.subclip, you can also reference it as clip["subclip"] <4> is it possible to trace the cpu usage of a specific function? any ideas? <1> BiosLogos, thx I will try to pound that into my brain <3> hash argument? what? <0> ripe_: You know, like an array, only keyed with strings. I think another term is ***ociative array. <1> yeah <1> I'm from Perl <1> so it makes sense <0> ripe_: As am I :D <1> ;) <3> are you two going to make out <0> Fascinating. The internal event listerns are created and killed every time a UIComponent responds to a onKillFocus, or onSetFocus event. So if you create an event listener directly, it'llbe destroyed. <0> So I think I need onKeyDown, and onKeyUp functions in the cl***. <0> FatherHam: I *knew* I knew you from somewhere last night. It was killing me trying to figure it out. <3> im everywhere <0> This is making me crazy. <3> lol i was saying out loud, "you make me crazy", and by the third time i was standing before the monitor, and as i said it i read, "this is making me crazy" <0> Is there a way to list out event listeners? <3> you can list everything when you list the objects in a movie preview <0> GOT IT <0> FatherHam: Thanks so much!!! I thought that window was useless, but the properties explorer was minimized, expanded and saw that the function wasn't set right. <12> does anyone know what the reason would be that when i call a javascript function w/ getURL to change a form pull down menu the only browser it works on is safari? <3> iv247: code? <3> did you put an alert() in your js function, is it being called at all? <12> no there's no alert, i don't really know javascript like that, this is the first time this has happened and I've done this with other code plenty of times <12> how would I add the alert, just say alert('whatever'); <12> ? <12> yea its not being called at all <3> but it is called in safari? <3> paste code <12> ok <12> sorry <12> the actionscript? <12> aquarius.onRelease = function(){ <12> getURL("javascript:setAstroOptions('5')"); <12> } <12> <12> and the javacript is just suppose to change the contents of a pulldown menu <3> in firefox, open the js console, you should see errors <12> k <12> it says the document.jumpform has no properties <3> fix it <12> umm how <12> everythin appears tobe named <13> If I add a "button" movie to the stage with movie.attachMovie(...) it doesn't seem to behave as a button (no rollover/click effect etc). Anyone have an idea why not? Do I need to somehow specify I want the movie tracked as a button? <3> it isnt a button movie <3> it is a button symbol <3> attachMovie is attaching a movieclip not a button <3> but you can make an empty movieclip <3> and put the button init <3> then attach the container clip <13> sounds good, I'll do that. Thanks! <0> Arg, now if the mouse pointer leaves the cell, it no longer responds to key board input. <0> Though it still has focus. <14> hello can someone be my child rape friend? <14> under 10 years please <10> !google flash guestbook <15> http://www.flash-db.com/Tutorials/guestbook/ <14> child rape is good thing <3> thank you for stating the obvious <14> gay sodomy and child rape!!! <3> popsicles and caramel! <14> innocent children deserve to be raped <9> *sigh* n-kitten ... <3> yes. by goats <3> i dont think n-kitten realizes he is on efnet, and cant shock us <9> heh <14> but <14> isn't this supposed to be a religious channel? <3> yes <3> dont you know what church is? <14> i am a muslim! <3> sunday school is where we molest
Return to
#flash or Go to some related
logs:
#politics #debian scorpaen (female)
#delphi #politics #unixhelp skoal linux #beginner #politics #sex
|
|