| |
| |
| |
|
Page: 1 2 3 4 5
Comments:
<0> trying to move all objects of a layer/layers ... <1> just move them? <0> i can move the _root but i dont want that. i want specific layers (group of objects...). Move/Resize <0> so like Zoom in and scroll <2> paste em inside movieClips <1> i would make a symbol out of them <1> and tween that <1> and access them from your main timeline if you wanted by my_mc.object1 <3> hiyas <3> is it possible to make the back button work with a flash 7 movie? <4> there was a method i read about a looooooong time ago that i think used a 1px iframe for controlling the back button with flash <4> if i remember correctly <5> It's a bitch. heh <4> !google flash back button <6> http://www.flashmagazine.com/688.htm <3> thanks guys
<3> i actually did google but i found 2 duds <3> which wasted my time <3> and decided to ask the masters! <3> (thats you!) <4> heh <4> well at least you used google first <4> but that article only took 3 seconds to find heh <3> im not one of those peeps <3> 'how do i make a movie move across the screen?' <4> hehehe we get a lot of those <3> 'nah cud uz just tellme how ? i lern better that way' <4> "hi, how do i do the most simplest functions in flash" <7> well it doesnt work on a mac <3> "wots a timeline?" <4> eight, it doesn't? <0> hello, how do i create a new flash document? lol ;-p <7> no it didnt <8> Hello.. <8> Is it me your looking for.. <8> I can see it in your eyes .. <8> I can see it in your smile .. <8> You all I ever wanted .. <1> i have a problem, when i run the flash it seem to work just fine when i test it and do download simulations, but when i upload it to my page sometimes it works and sometimes it just stops at loadingvehicle <1> http://pastebin.com/598634 here is the pastebin <1> i think i need something that says if it hangs to do something <1> or maybe i'm not setting my interval correctly <9> could it be your xml is not loading at the time. <1> ilterishmm how can i make sure it loads? <9> check out xml object's methods, there might be one <1> k thank you <9> if (myxml.loaded) blabla <1> ya i think soo <9> that would return boolean <10> Why is it that removemovieclip stops working at about x=16000 ? <9> what is x? <10> container._x <9> well maybe there is no coordinate like 16000 in flash <10> and in container, mc._x is in around 16000 <9> I am not sure <9> what the heck are you doin 16000 anyway :) <10> im making a tile-based game <1> ah i'll do myxml.onLoad = function(success:Boolean) { if(success) { start loading } else { reloading } } <9> totally! <11> http://video.google.com/videoplay?docid=-5083326797072350421 <11> :D <1> wow this is weird, it only does it on https with firefox <12> www.cecyb.net does this for everyone <12> ? <12> does this work* <12> sorry I forget words sometimes <13> hello everyone <13> anyone here use director mx <1> hello <1> sorry can't say i do <13> k <13> hmm do u know what director mx is <13> or have dealt with a cd that uses it <9> is it a polish car model? <13> wondering if the exe can be decompiled like an swf <13> the problem is the client had someone build the file, the company went bankrupt and now i'm left with rebuilding the ****er or find a way of getting into the file to fix some data
<13> i have no problem rebuilding just trying to find a quicker way <13> of making the updates <14> hello DJLy5y <11> hey KOm4 <14> i did't done something for the game but i done someolder things that wnated to do in earlyer time i gettings HOT now i willdo youre stuff later <11> ok <15> anyone here using the flash lite plug-in on their phone? <16> does anyone have a site that has <16> "click here for flash" <16> "click here for html" <16> ? <16> i'd like to see an example <9> I am using maverick what's up with that? <17> is there something special you have to do for fscommand() to be p***ed to IE ? its working fine in FF but IE doesn't call it <17> fscommand("10", ""); is exactly what im calling in flash <17> name of file is multiloader.swf <embed> has attribute name="multiloader" <17> am i missing something? <17> hmm no one alive? <13> so i see with the zinc projector creator that u can have an iframe on the swf <13> how is this done though, just curious <13> i know how the input box is talking to the iframe <13> but how do u get the iframe to sit in front of the swf <13> is it using css? <18> is there a method is AS to reverse play a mc ? <18> is = in <17> so no one knows anything about fscommand() and IE ? <17> weird <19> Unskill3d: not sure but there is code to play the "previous" frame, so you could goto and play in a loop from frame 'n' until you hit 1 then stop() <18> ok thanks ill have a look <13> anyone here use zinc v2 <13> fscomman i think is the old way of doing things from what i've been reading <17> hmm <17> thought it was the current way <13> hmm i can't seem to find hte page i was readingo n it <13> on it <13> man i getting tired <15> if my phone is not flash lite enabled, is there any way to get the plug-in anyway? <20> u must register to macromedia <20> and they'll sent u the plugin <21> Does anyone know of a site that is free and does the flash text for me? <21> all i do is type in what i want it to say <15> thanks sync <12> sorry I forget words sometimes <22> Is there a way to load a URL into a string in Flash? <23> hey does anyone know the actionscript for dragging that tells whether the mouse direction is positive or negative? <24> well whats the position relative to? ... current is either > or < ... so either + or - ... <24> no? <17> can someone have a look at http://pastebin.com/598867 and tell me why the test_DoFSCommand() is being called in FF but not IE <17> the swf itself just contains fscommand("test", "123"); on the first frame <23> nothing yet :/ <17> i cant figure out why this isnt working in IE <24> can you get away with just doing getURL("javascript:functionName('param','param');void(0);"); <24> usually more successfull <24> you can declare as well as call straight from flash really :/ <17> you talking to me? <24> ya <17> hmm <24> lol jks <24> :) <24> but ya i am <24> heh <24> as example.. <17> well let me try it <24> on(press) { getURL("javascript:function test_DoFSCommand(cmd,arg) { alert(cmd+" :: "+arg); }; test_DoFSCommand('command',5);void(0);"); } <24> test that in a browser <24> oop <24> on(press) { getURL("javascript:function test_DoFSCommand(cmd,arg) { alert(cmd+' :: '+arg); }; test_DoFSCommand('command',5);void(0);"); } <24> cmd+' :: ' ... not " :: " <24> or use \" <17> nice <17> works :) <17> thanks
Return to
#flash or Go to some related
logs:
#politics #bsd kf141.zip #heroin fuckaroo filter #computers #freebsd #freebsd #windows #nhl
|
|