@# 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



Comments:

<0> hello ppl, i'd need some help with a script,anyone up?
<1> i can inster now method javadoc comments for cl***es
<2> instance = new Tween(this, "_y", Elastic.easeOut, this._y, this._y-198, 1.5, true);
<2> i want to access this._y outside of this expression
<2> i want to see the current y position of the object
<2> ***ign it to avar
<2> how would i do that
<2> var newpos = this._y; is always 0
<3> !seen fearX
<4> eight, FearX (~FearX@CPE001310f0a95d-CM00159a655a46.cpe.net.cable.rogers.com) was last seen quitting #flash 2 days 20 hours 22 minutes ago (16.05. 20:02) stating "Read error: Connection reset by peer" after spending 1 week 1 day 39 minutes there.
<2> var myHeight = GetProperty (close_preview,_y);
<2> that gives me 0 as well
<2> var myHeight = GetProperty ("close_preview",_y);
<2> same as that
<2> var myHeight = getProperty("close_preview",_y); that and var myHeight = getProperty("/close_preview",_y); dont work either
<5> Is it, well, normal, that GotoAndPlay(2) in Frame 2 let's the movie loop through Frame 1 _and_ 2?



<5> it's freaking me out - I have 2 frames, the first does stuff, the second just sits there with gotoAndPlay(2) -- now it should simply loop the second over and over again but instead it loops the entire movie
<2> http://s93549175.onlinehome.us/resizer.htm
<2> anyone know how i can fix this? its resizing the flash movie through JS but i want the top edge to stay at the top
<2> and want it to clip the bottom edge
<2> ...at least how can i make the movie itself as well be resized
<2> because i think if the actual .swf gets smaller that wont happen
<2> anyone know a technique or something so i can google it
<6> !find
<6> !find rules
<6> Hey, i need help with including an .swf file into my scrollpane. I have tryed to use the code in f1 but does not work. Anyone that can help me with it?
<3> whats the biggest screen resolution out there?
<3> for screens
<5> is there any easy way to repeat one movieclip (an image) horizontally? (like having a background image repeat-x in CSS..)
<7> can FLV stream HD footage
<8> FLV can be one of two codecs
<8> the newer codec VP6 should stream HD quite nicely
<7> is it something that i can stream in flash or whatever :/
<8> dreamache, yup, f8
<9> ive made a swish movie with on/off buttons (both in a sprite), and onrelease, ive set it to set sound on/off and go to the others label. on frame 1 of the sprite i have startsound. but when the movie loops, it swiches on the sound again, how can i make it remember its state?
<9> on/off = sound on off
<3> whats the name of the function thats used in timers?
<9> god knows
<5> no I don't
<5> Ok here's an easy one: how in hell do I get duplicateMovieClip() to make the new movie clip '_root.something.whatever'? giving it that, without quotes, does ..junk and, yea, you get the idea
<5> Sometimes I'd really like to kick the developer of some of these illogical functions in the scrotum until he sounds like Jackson
<5> Oh wait, google says attachMovie is the only thing that can "duplicate" into the hierarchy.. lame
<5> and attachMovie() doesn't work for some magical reason
<10> fx how would i record a swf movie from a website?
<5> take out a camcorder, point it at your monitor and press "Record".
<10> dude help me plz .. iam trying to record a paris hilton and her friend recording in which they trash linday lohan and call her all kinds of names for the camera crew
<10> then paris hilton takes off in her sports car doing 100mph
<10> not even the cameramen could catch her
<2> hi
<2> im using flash 8, but this only works when i save as flash 7 (although i used the EDIT MC feature in flash 8) http://s93549175.onlinehome.us/resizer.htm
<2> does it work for you guys?
<2> what kind of issues might be involved here (maybe problematic for some browsers/os)
<11> the flow is at a snail's pace for me
<10> jesus`` can you help me?>
<2> jeff` does it work though
<11> employ getTimer() to make the actual flow rate the same on all machines
<2> hmmm
<2> getTimer() eh
<11> using Safari on a Mac
<2> how does that work, like setInterval?
<11> it works for me
<2> nice
<2> ok well ill look it up
<11> well what I do personally is I have a function I embed in all my .swf's
<11> I call it from the onEnterFrame() on _root,
<11> and what it does is I can set a desired pseudo-FPS
<2> what does it do
<11> say I want 40 frames per second visual, but the computer is slow and runs at only 10
<11> what my function does is sets a variable on _root accessible by anything
<11> and my scripts check this value
<11> say...
<11> 0.1 seconds go by
<11> and 10 FPS actual rate of movie, but 40 is desired
<11> this variable then equals 4
<11> for that particular run of onEnterFrame
<2> so what do you do with that var
<2> multiply it by the actual speed



<2> erm
<2> multiply the speed by it
<11> yeah, multiply or power function, depending
<11> anyway i started doing this for everything simply because i use a mac
<11> and flash was slow as hell til Flash 8
<2> hmmm
<2> you think it is not worth the trouble for me
<2> this is my first flash site ever
<2> i started with flash 2 days ago
<2> you think it can pose a signficant roadbloc kfor some users?
<11> sorry I dunno what to say, it is all speculation, but i am not a good guy to ask on that
<2> well
<2> you say its a snails pace
<2> how many seconds would that be
<2> to close
<11> i click the top left box for example
<11> and it takes 5 seconds exactly for Checkit to scroll to top
<10> Jeff` how can i record a swf movie from a website
<2> what about for the .fla
<2> tthe .fla moves at regular speed?
<10> http://us.video.aol.com/video.index.adp?mode=1&pmmsid=1647344
<10> that one in particular
<11> 3 seconds in Firefox though
<11> oh
<10> its paris hilton and her friend dissing the **** out of lindsay lhoan and calling her a cunt ,etc
<2> jeff is there a difference between checkit movement speed and .fla movement speed?
<2> or is it the same
<11> .swf moves 2-3 times as fast as Checkit
<2> dang
<2> jeff
<2> could i take a look at that function you spoke of?
<11> well it goes something like this...
<11> hold i will pastebin
<2> seen thanks
<2> i kinda have a clue of how to do it but id rather see the right way :)
<2> since i ***ume you know at least 20x more than me
<11> well i am writing one from scratch since none of my variable names would make sense, so will be a min
<2> oh, thanks a whole lot :)
<11> ok didn't test it hope it works
<11> http://pastebin.sekati.com/?id=Anonymous@18645-b51385e3-t
<12> anyone out there, I need someone to test something for me
<2> Jeff`
<2> so by which var should i modify the speed?
<2> frames?
<11> frames
<12> just want to see if the carousel that I just programmed runs smooth on peoples machines...http://www.scottgmorgan.com/e3/...click skip intro and you will see the carousel, just start clicking on the computers.
<2> why are those other ones changed after it?
<11> well
<11> frames will always be a whole number this way
<11> so like
<11> say you want 40 balls to appear per second
<11> you could do...
<11> for (i=1;i<=frames;i++) { attachMovie("ball","ball"+(++ballcount),++depth); }
<11> and it will make 40 balls per second no matter which computer
<11> You have gotta know it isn't the actual frames though
<2> yeah
<11> it is what it WOULD have been if the computer could keep up with the .swf
<2> maybe i should just have it say "GET A BETTER COMPUTER" if frames is above a certain value hehe
<2> what im doing is setting an interval
<2> and changing height by 2px per interval
<2> so should i use the frames value to change the interval in ms or the number of px?
<2> and also wont this be affected by random spikes in CPU usage?
<11> spike in cpu will make a jump visible
<2> like if the page is loaded at a certain high usage time and then that usage is gone the .swf will run at normal speed but the JS im doing to resize the flash will go ultra slow
<5> speaking of attachMovie - any of you have any explanation why attachMovie('valid_mc', 'randomname', 500); will not attach to _root.randomname, at all? ('valid_mc' is indeed valid and exists and such)
<11> there are also other techniques to smooth it out
<11> brb
<2> i see
<12> just want to see if the carousel that I just programmed runs smooth on peoples machines...http://www.scottgmorgan.com/e3/...click skip intro and you will see the carousel, just start clicking on the computers.
<2> do you have a link to an article or something by any chance
<2> doganMan works great
<12> do you have a crazy *** fast computer though?
<5> no need to repeat yourself, it does run fine doganMan
<13> jesus`` if you want to squeeze a bit of performance out of placing many clips on stage use duplicatemovieclip


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#worldcup
#winxp
force delete vb.net file
#computers
#computers
#politics
#solaris
#cph
gentoo FCronDaemon
pussy is disgusting



Home  |  disclaimer  |  contact  |  submit quotes