| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12
Comments:
<ebbrey> greeat :D <ebbrey> i hate to be stuck at things this really fixed my prob :) <lra_> can i move two frames at once? <pimpwell> does a cat have a gallblader <MerZikain> highlight them <MerZikain> then click and drag <lra_> i have, but they don't move :/ <lra_> one the active one moves <MerZikain> both are black? <Managore> ebbrey: No problem, glad it worked <MerZikain> after you highlight, release the mouse button, then click again on the highlighted frames and drag them <MerZikain> i know it works, did it just about an hour ago <motolov> http://pastebin.sekati.com/?id=colormorph@d7314-4e0162a4-t <MerZikain> you can also just highlight them, right click, select "cut frames" then go where you want them and right click and "paste frames" <lra_> no <lra_> bad me <MerZikain> ? <lra_> i meant can you move an object on a layer <MerZikain> oh <lra_> tthat spread across two frames <lra_> 2 keyframes <motolov> myInt = setInterval( changeColor(inst_bg_back),3); that should execute changeColor every 3 seconds? <lra_> i want to align up two images to 0,0 <lra_> oh well, i just moved the reference point and zeroed it to that <motolov> http://pastebin.sekati.com/?id=colormorph@d7314-4e0162a4-t can someone take a look at that and tell me why it does not cycle through my case statement, even though im using a setInterval <SHiZNiT> um <SHiZNiT> break; <SHiZNiT> you dont get traces? <SHiZNiT> usually its <SHiZNiT> case: <SHiZNiT> condition <SHiZNiT> break; <SHiZNiT> case: <SHiZNiT> condition: <SHiZNiT> break; <SHiZNiT> erm action <SHiZNiT> heh <SHiZNiT> add a break; <SHiZNiT> under all your colorObj.setTransf... <SHiZNiT> !find -c switch <Drag0nM> switch == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary703.html <lra_> fo' shizzle! <SHiZNiT> sup :) <lra_> not much - you? <motolov> what does break do, escape from the switch? <motolov> sry nm ill read :P <CodeWolf> hey mutil8 <CodeWolf> can you help me with xcart <CodeWolf> lol jk <lra_> how do i set an mc to a new depth? swapDepths ? <motolov> hmm tried the breaks still not working <motolov> !find -c setInterval <Drag0nM> setInterval == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary646.html <suv4x4> lra_ ya <lra_> swapDepths(number) ? <lra_> cause it isn't working for me :/ <MerZikain> !find -c swapDepth <MerZikain> !find -c swapDepths <MerZikain> ftw <MerZikain> !find -c MovieClip.swapDepths <Drag0nM> MovieClip.swapDepths == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary571.html <MerZikain> gay <motolov> hmm for some reason my setinterval isn't working, it runs my function only once <motolov> http://pastebin.sekati.com/?id=colormorph@d7314-4e0162a4-t <motolov> it runs through the first case, executes, then stops <djb> -_^ <Managore> motolov, is this the same changing text colour thing I saw yesterday? <motolov> hmm i dont think i was trying this yesterday, possibly though <Managore> I remember seeing a long chunk of colouring script <motolov> runs through the red case, changes the int to blue and then doesn't continue <suv4x4> WHo remembers that Flash 5 would lock up if you had lots of code int he AS editor with coloring on? <suv4x4> I do. Cuz I'm old <suv4x4> and I do lots of code <motolov> perhaps you could help me with my mental deficiency then <teepusink> hi, what is the best way to protect against swf decompiler? <Managore> Sorry motolov but I'm really tired (7am, no sleep yet), which part of your code is supposed to do the looping, but doesn't? <motolov> well the SetInterval should do the looping until i tell it to stop? <motolov> http://pastebin.sekati.com/?id=colormorph@d7314-4e0162a4-t <motolov> updated it a little bit trying to use a simpler method to change the colors for now <motolov> w00t got it! <motolov> doesn't ease in out at all though have to do some kind of calling of the tween cl*** <Managore> Sorry I couldn't help <daddybadd> Here's a stupid question, but anyway.. I've got a container called "jobb" in which the dynamic text with 'var content' is placed. What do I have to change in this code to make it read from .jobb? <JohnnyB1> is there a way to make an input box only accept numbers? <daddybadd> http://pastebin.com/535826 <Deox> yes, you have to change the characters that the input box will accept <Deox> it's somewhere in the property inspector <ominous> Erm.. I'm unable to get a table to have no spacing between table cells. Is that not margin? I have: padding: 0; margin: 0; border-style: none;, yet there's a lot of space between each table cell.. What attribute controls the equivalent of cellspacing=""? <motolov> is there a way to use the tween cl*** for colors, channels other than alpha <Deox> or ,you could just do if (Number(textfield)) { ahfe8ua98dxuc8uz } <ominous> wrong fuggin channel FTL <JohnnyB1> Deox, thats for embedding <JohnnyB1> i want only numbers to be input <daddybadd> anyone? :) <SHiZNiT> <table cellspacing="0" cellpadding="0" border="0"> .... </table> <teepusink> hi, what is the best way to protect against swf decompiler? <SHiZNiT> dont hit publish <Deox> haha <SHiZNiT> teep - you'll never be protected, it will always just be a matter of time at best <SHiZNiT> dont worry about such things <SHiZNiT> its futile <Deox> there are few swf decompilers that will disregard the protection setting <djb> what ever happened to that a:b+c:x trick ;] <Managore> teep: Or use really, really bizarre methods of coding, so no one will ever be able to figure out wtf you just did <SHiZNiT> went out with flash5 <djb> shiz: so did i <SHiZNiT> lol <JohnnyB1> is there a way to make an input box only accept numbers? <teepusink> alright then. i won't bother about them now. <teepusink> thanks <djb> JohnnyB1: what about javascript <JohnnyB1> what about flash? <JohnnyB1> is there no way? <daddybadd> JohnnyB1 you already got your question answered <JohnnyB1> nope, that was about embedding <JohnnyB1> i can still input letters <SHiZNiT> .restrict <aerosdg_> hello everyone <SHiZNiT> !find textfield.restrict <SHiZNiT> !find -c textfield.restrict <Drag0nM> TextField.restrict == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary762.html <aerosdg_> can you mask an image with a gradient mask with alpha? i can get it with text, but not working on an image right now <JohnnyB1> thanks SHiZNiT <SHiZNiT> :) <aerosdg_> yoyo SHiZNit <ominous> gawd you can't control cellspacing with CSS1? <ominous> ghey <KOm4> hello <ominous> o/ <DJLy5y> HHHHHHHHHHHHHHHHHHHEEEEEEEEEEEEEEELLLLLLLLLLLLLLLLLLLLLLLLLOOOOOOOOOOOOOOOOOOOOO K- O - M - A ! <KOm4> hi djb <KOm4> hi DJLy5y <KOm4> ;) <DJLy5y> :} <DJLy5y> KOm4 what with the game :} <KOm4> jo maby i do something today <KOm4> communication is the biggest thing in that game <DJLy5y> yea i know <DJLy5y> i think i will look for some examples of multiplayer games <DJLy5y> in flash <KOm4> i will try to make a flash chat with flash and php <KOm4> first <KOm4> i need an login <KOm4> and then i have to use the nicknames <Managore> Oooo someone said "game" :) <KOm4> the nickname must be temporally saved in the database .. so i need something like a hard beat <KOm4> i have to check wich nickname without hard beet can be deleted
Return to
#flash or Go to some related
logs:
#solaris #gentoo messari real love
#beginner #unixhelp #worldcup #politics geordie cheeseman
|
|