| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9
Comments:
<0> is there a way to grab the file path to where a swf is located? <1> ctrl u? (in ff) <0> let me rephrase that....is there a way for a swf file to know where it is located...using actionscript <2> with the moviecliploader cl***, when it calls .onLoadComplete, where are the action contained relative to? because I can only get the action in there to work when it's referenced to _root. <2> manicnerd, i think there's a _url property that holds that info <0> awesome thanks macthedog <2> with the moviecliploader cl***, when it calls .onLoadComplete, where are the action contained relative to? because I can only get the action in there to work when it's referenced to _root. <3> !find rules <3> hello and help please :) I'm looking to animate with motion guide with actionscript <3> is there a way to do this? <4> add a guide layer <3> yes I have a guide layer but how to animate with actionscript? <3> hard answer to find I guess <3> anyone have an idea how to animate a clip to a guide with actionscript <5> you can't you need to make a guide layer within the ide <3> I do have a guide layer
<3> I made with the ide <3> but how do I animate my clip along it with actionscript <3> or can I not do that? <3> maybe I explain exactly what I'm trying to do ... you know like a sound board has faders ... I'm trying to animate the faders up and down with actionscript <3> but they need to be on a path so they stay aligned to my image <6> kbaby: the startdrag method has parameters that define where you can drag a movie clip <6> !find -c MovieClip.startDrag <7> MovieClip.startDrag == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary568.html <3> thank you :) <6> check the left, top, right, and bottom params <2> anyone interested on quoting for implementation of a redesigned front end for www.surffcs.com? (all backend and new design completed, implementation only) <4> When testing a movie with Simulate Download on, clicking a button twice that uses the loadMovie behavior downloads the movie every time. Is this true of the loadMovie behavior in real life? Or would flash use the data that's been downloaded the first time? <8> Anyone know a way to embed flash movies in the .net compact framework so they will display on forms? :P <9> whoa this chat room is dead <10> wtf <10> when did this place become a chatroom? <10> u serious? <10> :P <10> had a netsplit - some people possibly started doing something <10> that or changing of the gaurds <9> lol <11> http://pastebin.sekati.com/?id=Anonymous@97bbe-fa0065fa-t could someone tell me how to translate this to as 2? <9> just export it as both action script one and two <12> Wildburn: does this script really works when published to AS 1.0 ? <12> look like total nonsense <12> startDrag(getProperty(_x, _y)); means nothin <12> drag what ? how ? where ? <12> getProperty wait for a movieClip instance name and a property..here u p*** it 2 properties... <12> too much lsd in your mornin coffee ? <9> lol <11> Nib, yeah it works actually, its a button within an mc, and so on press it drags that mc <12> from where to where ? <9> _root._xmouse? <12> getProperty(_x, _y) returns somethin ? really ? <12> torleif: be kind, just stfu :) <11> yeah mouse root x and y <12> so what is this getProperty(_x, _y) <11> I could use this like this, the problem is the stuff im writing to go with it is as 2 so running into it not working when pubbed as as 2 <11> NiB it returns _root._xmouse _root._ymouse <12> honestly i'm surprised it works when publish to AS 1, and anyway i need to get what it is supposed to do before doin the same in as 2.0 <12> tha's the use to return that ? <12> _root._xmouse _root._ymouse <12> you should read the startDrag help <12> public startDrag([lockCenter:Boolean], [left:Number], [top:Number], [right:Number], [bottom:Number]) : Void <9> just find the code in help and modify it to AS2 <13> anyone knows a website where I could find "the making of a water flowing animation" <12> in other word what u are doin is just startDrag(); <12> the getProperty u have inside is usless <12> and won't return any value <12> as u didn't specified any target mc <11> hm, I was wrong, its actually returning the x and y of the mc this code is in <11> and using that as the lockcenter <12> perhaps u should explain me how this mc is supposed to be draged :) <12> is it supposed to have some limits <11> button within movieclip, this code is in the onpress of the button <12> is it supposed to have some limits <11> well its being dragged to a specific target which is then hittested against the mc there <11> not really <12> is it supposed to have some limits <12> ok
<12> :) <12> simple questions require simple answers <11> I could care less where the person drags it, as long as they can drag it to where it should go <12> ok <11> plus really if they drag it to somewhere it doesnt belong the stopdrag in onrelease will put it back where it belongs anyways <11> since im changing vis of the item its being dragged onto and returning the dragged item to its original spot the limits wont matter <14> morning g <15> lo man <15> how r ya? <12> heh i just received nemo's mouse :) cute <12> it's like 1/3 of my actual mouse size :)) <16> Hi. Got a small FireFox problem, using getURL(_root.StartRoot+"Default.aspx?Site=1"); results in /%20Default.aspx where in I.E it shows correct /Default.aspx Any ideas? <9> looks like _root.StartRoot has a space in it <9> try getting rid of it like getURL("Default.aspx?Site=1"); <16> Oki, ill try. <16> Seemed to work, but i need the StartRoot when i navigate to other folders. What can i do then? <9> i think you might have something like startroot ="images/ " <9> try something like startroot ="images/" <17> good morning <16> But isnt _root.StartRoot a predefined value? I mean, i dont think i set that anywhere? <9> umm maby theres a space in the folder?... <9> im sure %20 is a space <16> Is there a way to see all actionscripts on a .fla? <16> No spaces in the folder. <9> hang on ill look it up in flash help <9> but it looks like startRoot is a predefind value.. :/ <9> look at the movie explorer <16> Im looking at it, but can i search for that value there? <18> long frikken day <16> Cant seem to find that value <19> hay guys, how do I change the color of the scrollbar in my scrollpane component? <14> change the theme? <14> style thingy wha mot <19> no setStyle doesn't change the color of the bar itself <19> only some insignificant part are changed with that <16> So is there no way to search for some text within the actionscrpit for the whole .fla file? <9> in flash 8 just goto find and replace <9> and up the top goto 'whole document' <9> in the edit menu <16> Ok, then i cant find the startRoot value set anywhere. <20> anyone ever had any problems with the seekBar component not working as soon as the Button component is used in the library? <21> skinning morde <21> there's some articles out there on skinning components <12> morde-wrk: didn't i sent u some html loading stuff with a custom scrollbar once <19> yeah you did <19> but now I'm editing some old stuff I made that uses a scrollpane to scroll an mc <19> not a textfield scroller <12> a scrollbar is a scrollbar. <22> and a horse is a hamburger <22> mmmmmm <23> !HELP <23> -h <23> !find -h <23> !find HELP <23> <key> <12> ? <20> can anyone recommend a good resourse for making and using your own components. I'm having a hard time trying to find out how to add a custom component to the document while in runtime. <24> fearx - you could just use a stub loader <12> http://i1.tinypic.com/o77jew.jpg <25> Hi all <25> has anyone heard anything about this new Flash CMS tool <25> FCMS <25> i wanna know if its worth getting <25> and how limited it is :P <25> http://www.flashloaded.com/flashcomponents/fcms/ <25> thats it ^^ <26> I know the developer also <26> depends on what you wanna do <25> i do a lot of work for nightclubs <25> djs <25> record labels etc <25> and they always wanna do fiddly little changes <26> Its great if you just want to make certain predefined fields editable, and it works very nice for client I believe <25> ticket prices etc
Return to
#flash or Go to some related
logs:
fc5 tightvnc xfree86 #computers james leroy taylor
d3dx9 D3DXCreateFont #politics #beginner #photoshop #linux-noob #politics sirtisdt117
|
|