| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Comments:
<0> woohooo should have a laptop by friday <0> which is good because i'm going up north by a lake all weekend <0> and my brain starts to melt after about 3 hours out of the city <1> anyone know of a good horizontal news scroller in flash? <2> how do I make it so it always is checking a variable in one frame? <2> meaning if the var changes it will do.. etc <0> there are multiple ways <0> easiest probably a function and setInterval <2> can I make two frames with the same action and loop them too? <2> or is that sloppy? <0> you could <0> a lot easier to use setInterval though <2> k <3> !seen mjau-mjau <4> Veritas`, if you can't see mjau-mjau here right now, you probably need new gl***es. ^_^ <5> http://www.stripgenerator.com/
<6> can someon please help <6> i am having so much trouble with a flash/php mail form <6> http://www.josegarzarealtor.com/mail.swf <6> oops wrong one <6> thats what i want it to look like <6> this is the one <6> http://www.lasikjuarez.com/mail.swf <6> if you notice there is one button but there is a movie loaded in a layer of that button with the submit animation <6> for some reason when you click on the left submit it does not send <6> but the right submit will send <6> and its the same button <6> anyone? <0> well you certainly got it looking like it <7> guys, i have a stage with a lot of buttons. is there a way of disabling the hand cursor without adding code to each individual button? i tried like _root.showHandCursor = false;, but has no effect <6> :) <6> anyone? :( <6> please help <8> you gave buttons unique instance names? <5> http://www.stripgenerator.com/viewEng.php?id=73402 <8> hey squee-d :) <6> its the same button <6> i just loaded a movie clip (the submit on the left) into a layer <0> lol Squee-D <7> SHiZNiT, yes <8> mm - in the swf you load... put <8> _lockroot = true; <8> on frame1 <8> otherwise, _root will point to the _root of main swf, not the one being loaded <8> _root points to root of current _level ... should use relative pathing to ease such things - but since version7, there is _lockroot which can easily help that issue <8> if you still need to access outside of that, _levelx.something instead of _root. is still valid <0> like 10 <8> or 0 - your default <0> 0 is default <0> ? <8> cant have an swf without _level0 .. aka: _root <9> does anyone know what would cause my combo box to not display any drop down items... not even the drop down arrow? <8> when you start a new fla - you're look at _level0 ... aka: _root ... _root points to topmost heirarchy of current _level .... only way to change _level is to use loadmovienum <8> otherwise, scope is within _level0 - always <8> but thats where _root points to ... or used to .. untill given _lockroot in 7 .. which keeps _root respective to swf its called within <8> and thats... one to grow on <8> :P <7> guys, i have a stage with a lot of buttons. is there a way of disabling the hand cursor without adding code to each individual button? i tried like _root.showHandCursor = false;, but has no effect <0> could name them all sequencially and use for <0> to loop through them all <8> for(var index in this) { this[index].useHandCursor = false; } <8> this of course could be that <3> hey SHiZNiT <3> how do i imbem a font? <7> al_x, can't do that <3> er embed <3> whatever <10> anyone know how to view the source of functions built into the flash player? <10> i wannt see what UIObject.createCl***Object() looks like <11> oh <0> Zdrenga: why not? <7> because all mc's all have names and it's an almost done project <7> if i modify one single instance name, it would mean to change everything <0> could make an array with all their names <0> but then <0> might as well just do it manually
<0> heh <7> well, i was looking for something more economic:) <0> how many buttons are we talking <9> does anyone have any idea what would cause comboboxs to stop working? (stop displaying the drop down arrow but edit box still shows up) <7> like 50 maybe? :) <7> http://www.alphadesign.3x.ro/indexXP.html <7> this is the project i am talking about <7> more than 50 <7> :) <3> ok how about this, a nice download of pixel fonts <3> i lost all my web stuff when i had to reformat <9> anyone ever had the same problem or anything like it ? ive been stuck on this for almost 3 hours <0> Veritas`: u need pixel fonts? <3> im good <8> thun - make sure all instances have unique names <8> or it will goto hell in a handbasket quick <8> you must have some repeated - check'm :) <9> how can i search all instances of comboboxs for exampe? <12> asynch ****s@ <9> its not my original file im adding to it <10> hey shizzer <10> veritas <8> select it - look at properties palette and review instance name <10> :/ <8> or ctrl-enter and Window->List Objects or wherever it is in the list options within preview mode <8> sup prom :) <10> heya :) <8> but i'd just touch each one and check instance names on prop palette - if there are repeated ones or no names - ***ign or change <8> but all must be unique or you'll get whacky display errors <3> Prometh, SHiZNiT <9> SHiZNiT: its affecting all compenets it looks like... if i drag even a checkbox onto the screen it just shows up as a regular edit box <9> including regular buttons! <8> ohh <8> well could be your view mode :) <8> hit ctrl-alt-b <8> see what happens :o <8> control->enabled/disable simple view or something like that <8> could just be so they display quicker <8> but that shouldnt effect export <8> only when yer workin on it - they should of course display properly <8> disable/enable live preview as well could be it <8> if its just how it looks when you're change stuff that is - if its publishing like that, might wanna check components being used vs version of flash the file is set at in settings <9> your a life saver <9> thats it SHiZNiT <9> settings where set to 6 <9> doh! <9> ty <7> guys, is there anyway i can do the following thing: i have some colors in the stage and i want flash to tell me what color the mouse is over (talking about shapes here, so coloured shapes, no mcs) <5> version 8 has a getpixel type doohicky may do the trick <5> dunno tho :P <5> I hope it does, great trick for creating walkable paths etc for games <13> hi all <13> anyone in here got flash player 7 installed <13> not upgraded to 8 <13> ? <14> !find rules <14> Rules page is timing out, heh <14> Well, my question is, I'm designing a playback interface for .flv files, but I'm a flash noob and have no idea how to make it so I can specify the .flv I want to play via query string <14> Anyone have any links on doing this? <13> www.kirupa.com <13> will prolly have somethin <13> :) <14> Thanks, looking :) <15> hi <9> is there a way to reverse the order of a xml file at display time? <16> hi, i have a little question about AS, i have a movie clip with a Linkage option, and iam doing this.attachMovie(...), ok, it shows fine, but i have a nested MC inside of it like a close button, im doing mcTopTab.mcClose.onRelease = ..... and inside the function i have this._parent.removeMovieClip(); but its not working.. anyone know why ? <3> god im drawing a blank here on how to make things look more... professional <3> blah <3> site doesn't need to be all that, the viewer itself already is <3> i'll have to play with this more as time progresses <13> how u mean? :) <13> more pro?
Return to
#flash or Go to some related
logs:
#delphi #windows c-force judges.txt #online #politics parser dlephi #gentoo #firebird rangvers naughtypinayscandals
|
|