@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14



Comments:

<0> naw, .5 doesn't do it
<1> !find -t Sound.setVolume
<1> !find -c Sound.setVolume
<2> Sound.setVolume == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary668.html
<3> yes i know how to set volume
<0> i've tried actually visually aligning it to the grid even, no dice
<3> ok nm
<3> thanks
<4> what kind of **** ****in systems does dell make? >_<
<0> the older ones are bad
<1> JohnnyB, if u do then its done, just set an interval and adjust volume
<4> evidently
<3> there is an error in that code too
<3> they refer to "s" as "S" later
<1> livingeac, try it on a new document with the tf on the top most level
<0> alright



<0> works fine in there
<1> so it's probably the mc(s) that wrap the tf not positioned correctly
<1> JohnnyB, http://pastebin.sekati.com/?id=Anonymous@ab243-50f20e97-t
<0> that's so weird, to the best of my knowledge they are
<0> one more time through
<0> nope, everything's fine
<0> this has definitely happened to me before
<0> i remember just doing some little arbitrary thing that had nothing to do with anything, and it worked
<0> like copying another textfield from somewhere else that appeared fine
<3> F1, is that in an onEnterFrame?
<5> i'm re asking cos i got disconnected and not sure if it showed up - why would var = Number(var) fail?
<6> what's the largest number flash supports? anyone know?
<7> don't use var
<6> ?
<7> var v = parseInt(v);
<0> flash and are on bad terms now
<0> * I
<7> lol
<5> thanks mrmg
<7> np
<3> ya this code isnt working at all
<7> JohnnyB: What's your question?
<3> trying to get my music to fade out using actionscript
<3> F1, it doesnt even enter the function with that code
<0> sweet, flash disappears again
<8> mmmh...why don't u simply use a tween cl***
<3> nm got it workin now
<0> i really need to bill adobe for these extra hours
<7> did you read the usage instructions?
<7> oops, nm
<8> do they take 25% to all the money u make with their products ?
<3> ok well it works if there is only one sound playing.. how can I make it work with 2 sounds playing?
<4> XD
<3> right now it just cuts out the one doing the fade and plays the other
<4> i just found a bunch of images i forgot about ^^
<4> "Level 10 Net Troll: He has no special powers, and he's really mad about it."
<4> XD
<9> rofl
<3> http://pastebin.sekati.com/?id=Anonymous@d0074-269b225d-t
<3> it will fade down the themeMusicSnd, then for some reason instead of fading up the levelMusicSnd, it fades up the themeMusicSnd
<3> err no it doesnt fade down themeMusicSnd, it just cuts it, and fades it back up
<3> anyone home
<8> JohnnyB: u are using flazh 6 or previous ?
<3> 8
<8> http://pastebin.sekati.com/?id=Anonymous@ab243-50f20e97-t
<8> what about somethin like that
<8> :)
<8> we can improve the vol management if u need more than a fade at a time ..but it should do the job
<3> i dont think it matters, it just wont let me play themeMusicSnd and levelMusicSnd at the same time
<8> ?
<8> volume is set on a per movieClip basis
<3> if I play one while the other is playing it cuts it out
<3> not talkin about volume here
<3> the fade works
<8> paste ur code again,i'm affraid i erased it with my post
<3> http://pastebin.sekati.com/?id=Anonymous@54b4b-269b225d-t
<3> look at that oddity
<8> if u have em both in the same movieClip u can't control em independantly
<3> they are both on a frame on root
<8> so they are both in the same movieClip



<8> and u can't control em independantly
<3> so im supposed to put each sound on a different frame?
<8> no, on a different mc
<3> they arent on an MC though
<8> volume is set on a per mc basis
<8> _root is a mc
<8> the parent of em all
<8> but a mc
<8> it was the same properties, methods etc...
<8> has
<8> _rot is a mc
<8> what u have to do is to create 2 empty Mc
<8> and have each sound in one of em
<3> hmm well that explains a lot of the probs i was having then
<3> thanks a lot
<8> gimme 1 minute
<3> k
<3> i have 2 music files and like 10 soudn effects
<3> they all have to be on a diff mc?
<8> not necesaary
<8> u can control paly/stop for each one
<8> but as soon u have to set different volumes
<8> u need different mcs
<3> ah ok perfect
<10> hey
<10> could anyone tell me if it's possible to make the background of an dynamic textfield unvisible?
<10> dyn_txt.background._visible = false;
<10> doesn't work
<10> =/
<8> remove _visible
<11> how can i make a movieclip start playing when i click another movieclip...
<8> first u need to make it stop
<8> the default behavior of a movieClip is 'play' :)
<11> hm, ok
<11> ill try that
<8> then u can make it start again using instanceName.play();
<11> ok
<11> the mc i wanna ply has a background and some text
<11> but it is one object
<11> the background "stops", but the text is displayed all the time...
<8> movieClp contained in a moovieClip need to be stoped too
<8> stopping the parent is not enougth
<11> ok
<11> hm, ok
<11> i better make the mc all over
<11> or make several clips
<12> lolz
<12> "Quit: What's an intel chip doing in Mac? A whole lot more than it's ever done in a PC" what a statment
<11> hehe
<11> "1 in 6 stated that broccoli was a tiny tree" is also a good one :p
<10> dyn_txt.background = false;
<8> one thing is sure stupidity is on every side...mac users like pc users... they still didn't get that the only thing that matters is the user, not the piece of hardware
<10> still doesn't make the background unvisible
<10> =/
<8> u sure about the path ?
<10> hm
<10> I'll check it again
<10> sec
<8> u can trace (dyn_txt)
<8> ?
<10> uhm
<10> ye
<10> typo
<10> sorry
<10> =/
<8> ...
<11> when i break apart text
<11> i cant have dynamic text in that field right
<8> there is no more field
<11> mhm
<11> is it hard to fade in dynamic text then ?
<12> no
<11> when i click, i want a box with dynamic text to fade in
<11> but i cant get the text to not show in the beginning


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #flash
or
Go to some related logs:

undraw cunt
#politics
#computers
#hardware
itunes Microsoft RDP Audio Driver
#delphi
media player classic cannot render file wmv
#beginner
#windows
hp2100 beeps



Home  |  disclaimer  |  contact  |  submit quotes