| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
Comments:
<0> ... <0> go nuts <1> I need to make buttons control a movie clip, and make it move in the x an y axis <0> zane: mc._y++; mc._x++ ? <0> 16:49] <0> spooky: http://www.macromedia.com/devnet/flash/articles/animation_guide.html <0> [16:50] <0> spooky: http://www.macromedia.com/devnet/flash/articles/animation_guide_13.html <0> or read that <1> mc._y++; mc._x++ that one <1> but is there a tutorial somewhere? <0> pretend your name is spooky for about 5 seconds while you lookup 4 and 5 lines previous to this one <2> damn i always feel like noob <3> shizooky <2> im not dumb and i do flash code for about 7 years and still cant split a damn string <0> ... <1> those links don't teach me what I need to know <0> then you dont want anything to move in flash
<1> lol <1> I guess not <4> man flash for pocket pc ****s :-( <0> momille: createEmptyMovieClip("example",1).createEmptyMovieClip("cat_1",1)._parent.createEmptyMovieClip("dog_14",2)._parent.createEmptyMovieClip("frog_98123",3); for(var str in example) { var name = example[str]._name; var arr = name.split("_"); var type = arr[0]; var num = arr[1]; trace("type: "+type+" / num: "+num); } <0> so we create 3 movieclips in example movieclip <0> we reference them (same as doing example.cat_1) within a for loop as and example <0> i ***ume you're doing something similar <0> anyways - more help then that, we have http://pastebin.sekati.com/ ... paste relevant code blocks there, url back here - and pull the handle, you might become a winner <0> :) <2> im noob i did it by duplcating the damn mc 20 times ...:( <4> anybody know of a good site that helps you come up with a basic layout for your movie? <4> like fundamentals of layouts <2> i mean its not i dont get the idea but in my case i cant use ur code and just paste it i need to think into my code what you wrote and thats hard <1> I added this to a button <1> on (release) {mc.Groupies_y+50} <1> but when I click it it doesn't do anything <2> bye all (gn8) <1> so then i tried this on(release) <1> { <1> mc.Groupies_y -= 30; <1> } <1> and that didn't work <1> and then I say to myself I need exact change <0> regarding the movieclip you ***igned an on(release) event - do you have a movieclip instance inside that the said named movieclip mc, with another movieclip inside it named Groupies whose _y (Groupies._y) property you wish to change ? <0> when people say 'mc.' <0> they mean your movieclip instance <0> could.be.some.path.to.theClip <5> losing your wallet ****s *** <5> :)( <5> :( <6> does anyone else have a problem with firefox <7> ... no <7> never have :/ <8> nice and specific question there Jeff` <6> well in relation to external JPEG loading with Flash 8.0.22 plugin <8> it wont be FF that's the problem <6> it works perfect in Windows IE, and Safari <6> in FireFox it also works, it just paints it stupid. <8> :/ <1> how do I limit this so it has a stoping point <1> on(release) <1> { <1> scrollable_text._y -= 400; <1> } <1> is it like if(<2000) <7> ffs <7> look at up if tests in the manual <4> anybody know of a good webdesign tutorial that shows you how to cut and export photoshop design into individual images for the web? <4> i want to start using photoshop to design my sites... something i never used to do <4> i would just code on the fly <9> holler <7> hollah <4> holla <7> sneakerz look up slicing tutorials on google <4> ok cool <4> do you guys always design in ps before you code or start to create your movie? <7> why not design it all in flash with vectors? <10> Smurf any update on pridef? <7> no cause his lazy *** didn't put out a new mix, he got busy with work and all <10> that reminds me, can you giveth me the linketh again? :P
<7> why? <10> i want to download the mix :) <10> also, do you think resuming is possible in any way? <10> that would be cool <7> PM <10> k <10> tnx <7> mmm if you cancel and retry it _may_ resume, not sure though <7> let it download for a bit, then click it again to cancel and start it again <10> thats missing in web dev at this point i would ***ume <7> ? <10> like you could pause the download <10> then continue it when you come back <7> oh <10> with a nifty notifier :D <7> mmm not sure <7> if it does resume, sure <7> but i don't know if it does <7> need... to... play... shadow... of colossus <7> afk bbl <10> :( <10> bye <11> hello i know that you have a huge bludgeon in your pants <12> would u guys use pdf over flashpaper? <11> I WANT TO LICK CUDGELS <13> someone remove the wierdo <11> ? <11> i want to rape your trash compactor <11> i want to rape your trash compactor <13> looks like a pretty cool game smurf <14> Hello, is it possible to cross domain with loadVariablesNum function? <14> for example, the swf file is located on foo1.com and I want to loadvariables from foo2.com <13> yes <14> I remember a friend telling me that you can add trusted domains to your swf file <13> look at security in the help <13> theres is a security object, and a cross domain xml file too <14> you mean on the flash player client? <13> look at the security object in the help <14> http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001616.html < - I have seen this <14> how do I use it, place it on the foo1.com server or on foo2.com? <15> http://livedocs.macromedia.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flash_MX_2004&file=00001097.html <15> <cross-domain-policy> <15> <allow-access-from domain="www.friendOfFoo.com" /> <15> <allow-access-from domain="*.foo.com" /> <15> <allow-access-from domain="105.216.0.40" /> <15> </cross-domain-policy> <13> its all there in the help <13> on the target domain m347 <14> Yeah, i've been through that process without luck <14> I'll give it a shot one more time <8> anyone know how to set the cursor to "hand" over a button component? <8> nvm i figured it :) <14> Squee-D and KOm4 , thanks that did it <14> so always the target server must have the crossdomain.xml...is there a way to build it into the swf <15> :D <14> I'll take that as a no? <13> flash 8 -> security.allowDomain <14> ok, let's give that a shot <14> security.allowDomain('www.foo2.com'); loadVariablesNum('http://www.foo2.com/'); <14> That above mentioned doesn't seem to want to work without the crossdomain.xml file being on the target server (www.foo2.com) <14> security.allowDomain has to be on the target swf? <15> !find -c security.allowDomain <15> !find -c System.security.allowDomain <15> !find -c System.security.allowDomain <16> System.security.allowDomain == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary721.html <6> equilibri, are you around? <4> when i pause my streaming mp3 and then play again, the mp3 starts over at the beginning for about 2 seconds and then pickup where it left off
Return to
#flash or Go to some related
logs:
#computers definition of unbeknowest soceroo players Y infinity Y
#computers Bi0hacker babyblue tinio #beginner #hardware #windows
|
|