| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13
Comments:
<0> that would be scary if that made the news <0> a very slow news day <1> Breaking news. Shad <1> the headline reads: "Shad's a whiny biatch" <2> in any case, once this tank 'ere's done ill be that much closer to finishing my next propaganda poster :) <1> :D <1> cool <2> ^ :| <1> ? <1> you do realise im on the bots too <1> i just forgot my p*** :P <2> :D <2> :) <1> dont make me use grep <2> love you squee ;)
<1> and thats not a threat, its a plea <2> lol <2> man grep <2> read it and get better? <1> regex is my weakness <1> and i prefer to leave it that way <3> is the flash 8 actionscript reference in pdf format <3> anywhere <4> what's the on enterFrame for actionscript on stage? <4> for continueous loop <1> _root.onEnterFrame ? <2> no <2> you can't ***ign onEnterFrame actions to _root <2> you have to create a movie to handle it <1> serious? <2> as far as i know <1> heh <1> shows we dont use it <2> why the hell would you ***ign something to root anyways? <1> use setInterval bugiam <1> i am a kind man, i lower myself to the standards of the newb asking the question <2> i dont :P they ask a question, i say either yes or no :| <5> SupaShaD - what date is it? <4> i know i can't use onEnterFrame on stage :) <4> that's why i asked what to use instead :P <2> jan 20th, 2006 <5> [01:08] <2> i dont :P they ask a question, i say either yes or no :| <--- liar <5> :) <2> wtf are you on about? <1> its comin up its comin up.. its dare.. <2> haha man this propaganda poster is gonna be bitchin <2> my best one to date, as far as im concerned <6> i have a email form on ym website and i need to know how to make the submit button to send to an email? <5> bah - late night attempt at humour <5> ONlinexCA - geturl("mailto:mememe") ? <5> ahh the submit buuton - well that's gonna need php or some such <1> dont listen to lra <6> i dont want ti to pop up with outlook> <6> ? <1> oh he got it right second time round :) <5> yeah - it's very late <5> i'm off to bed <5> 01:15 here <5> night all zzzzz <6> do you know the php code for the script? <2> first off, this is #flash, not #php -- secondly, you wouldn't use a command to open up outlook with flash at all if you were using forms, you'd use a loadVars command to post the information to your script <2> !find -t ONlinexCA loadVars <1> he did understand the secondly, it was lra who made that silly suggestion <4> is there a command to mirror a mc? <4> just flip it horizontal <1> mc._xscale *= -1; <1> answered in two channels :) <7> what's the other channel? <1> #actionscript <7> ah... figured as much... <7> nice to know it's there too... <8> Hi Guys.. say I create a Bitmap Object that is 100x100 in size.. is there a way to add 10 px to the right side of the bitmap? so in effect, extend the size of the bitmap object after it is created? <9> doubt it <9> mmm typing in time with take warning by operation ivy is fun <9> and slow
<4> hmm.. <4> if i got button_mc.onRollOver = function() { checkDir(); } and checkDir = function () { trace(this); }; should the trace give me "button_mc"? now it gives me "_level0" <4> shouldn't* <9> no <9> this is referring to the stage <9> aka _level0 <9> if the action was on the mc itself, then it would work <4> i need to do button_mc.onRollOver = function(test) { checkDir(this); } and checkDir = function (test) { trace (test); } then.. got it.. <9> anytime you use "this" on the stage, it will return the stage <9> and is test defined <4> i sent this via the function, that worked. <9> ok <4> how can i make a script do something when the mouse click. could be anywhere, on stage, on button, on mc. want to add a value to var numClicks everytime user clicks. <10> !help <9> if(mouseDown) <9> something like that <4> ok <10> I need some serious guideance. I am in need of advice on what is the easiest way to edit a flash template. I am so time limited and need something fast and easy to edit a flash template. I have offered a friend money and he keeps putting it off. What program could I use? <9> CAN you edit a flash template? <10> no, I looked at it through flash 8.2 and used the time bar, I changed one part as far as text to say company name. When I keep scrolling the template turns green and then when I reach the end it comes back <10> I have some run arounds with it <10> I am basically a complete newb with flash <10> I have videos but I am pressured with getting a certification where I work and other things that drain my time <10> certification on MCSA <10> Any suggestions? <10> on a prog <11> how do you make a html within a flash template <12> who can help me with this code <12> http://pastebin.sekati.com/?id=Anonymous@a4152-8577fd47-t <12> I'm trying to get the button to give a correct answer based upon where the movie clip's _x property is <13> hi, i need to represent a galaxy in flash... (3d galaxy) any ideas? <14> black <15> mel gibson, lots and lots of mel gibson <16> LOL <11> anyone know how to put html in a flash template <13> compman: you can use normal html tags in a textfield, search flash + htmltext <13> i need to represent a galaxy in flash... (3d galaxy) any ideas? <17> hi <12> hi <17> can anyone help me (i think its an easy question) , i'm a beginner <12> ask your question <18> um - yes? someone can help you <18> what do i win? <18> answering if someone can help you ~was~ an easy question :) <17> look i'm actually using swishmax , but i find them similar , you can make JavaScript in SwishMax, and i have something like this document.Form1.txt_text.value += facey; , facey is the name of the variable , whn i make a string for example "ola" it works , when i make facey , it tells me undefined , how do you make it work? <19> how if possible to i access myTween.stop(); and myTween:start(); when importing the mx.effects.Tween instead of import mx.transitions.Tween <13> check the facey scope <17> .... scope? (sorry beginner) <17> facey is the variable in SwishMax <13> well, _root.facey <13> or something like that <17> yes i tried of course <17> then it tells me _root not defined <13> scope = lifetime, your variable does not exitst where your calling it <13> _level0 <13> ? <17> let me try it <17> _level0 undefined , ehhh <17> i tried something like , this.facey too , then it doesn;t give me an error , but in the txt box it writes undefined hehe <17> no body has anyother idea? <17> btw ION thanks for the try i appreciate (hope i wrote that right) <13> Sanguinar: where do you declare your variable? <17> its a textbox , and the textbox you give it a variable name <17> and that is it <13> maby it gets created after you call the code... not sure almost never worked with swish... <13> use flash, file seize 10 times smaller <17> look i'll add a facey = "hello" test in the same event <17> or that is not the point? <17> not sure if i understood <20> man <20> This ActionScript bible goes along so slow <20> I want to do some fun stuff already <20> I already have a c++ programming background so I should skim through some fundamental stuff. <1> Alta then use colin moock, essential actionscript 2
Return to
#flash or Go to some related
logs:
#politics #nhl FreeBSD 4.11 upgrade 6.1 #politics #beginner #flash #computers #flash #politics BRANDED C0W
|
|