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



Comments:

<0> in the code you pasted
<1> no worries
<1> ur way outta my league ; )
<0> that stop() is redundant
<1> yeah
<0> I am a newbie
<0> no worries
<1> me2 ;P
<1> hehe
<1> tnx though buddy ; )
<0> my pleasure
<0> let me clarify what I said before
<0> say you want your movie to jump to frame 20 and stop when it reaches frame 40
<0> play from 20--->40 then stop
<0> first, you go to frame 40, and in THAT frame, in the actionscript you simply add the stop() command
<0> then you go back to your main code, and do gotoAndPlay(20)



<0> it will jump to frame 20, and when it reaches 40, it will see the stop() command in that frame, and stop
<0> there are more advanced methods to do it of course
<2> hello
<3> :) is there a way I can have a text box, which displays the current _root framenumber ?
<0> yes
<0> if you want it for debugging purposes you can use trace()
<0> if you want it on stage
<0> I haven't done this before
<0> so I am going to describe what I think will work
<3> ah cool, just for debuggin
<0> ok
<3> cheers mate
<0> let me do a quick test
<0> to verify it
<3> legend :D
<0> alright
<0> here goes
<0> there's an event handler called onEnterFrame, this fires up everytime the playhead advances one frame
<0> to grab this event from the stage you do
<0> this.onEnterFrame = function() {}
<0> inside {} you put the code to be executed everytime the playhead moves a frame
<0> in your case
<0> you add trace(this._currentframe);
<0> this.onEnterFrame = function() { trace(this._currentframe); }
<0> that's the complete code
<3> Alllllright thanks man
<0> u're welcome
<3> works perfectly :) thankyou
<0> :)
<3> i love flash
<3> im such a geek
<0> I am a geek too
<0> but flash hasn't been very kind with me
<0> I've had great difficulty with it so far
<0> getting around the concepts
<3> yeh! its a mad way of thinking aye. I have always been a creativey type person, and i got into php and made it my carreer for a while but i hated it, but with flash its the perfect blend of creativity and geek logic crunching pleasure
<3> if that makes sense
<0> I couldn't agree more
<0> code + art fused into one
<0> I've only recently jumped into flash myself but I am finding it very weird and 'illogically' in some respects
<3> yeh definantly...i understand that
<0> some things that should be straightforward... are irrationally unstraightforward to do
<0> but I am getting used to it
<4> mmentis: like what?
<0> off the top of my head...
<4> maybe you're doing it wrong :D
<0> coz it's been lots of stuff
<0> duplicating a movieclip doesn't duplicate the bitmap
<0> or...
<0> loading a bitmap in a movieclip, removes the MCs methods
<0> etc etc
<0> I've banged my head on the wall too many times before I figured those out
<4> hmm, can't say i've ever experienced those
<0> guess I was lucky
<0> ;)
<0> anyway, I am getting used to it, it's a lot more smooth sailing at this point
<2> ello
<5> hi ..
<6> hi
<5> anyone knows how to create a zoom(focus) effect like in the Mac OS dock applications?
<7> Tico_M_P_ there are tutorials out there



<5> i was searching but nothing yet... i'm sure that i saw about it one time ...but now I'm looking and nothing
<7> i know there was atleast an example file on flashkit
<5> flashkit? thanks i'll look there...
<6> i am using a button to change the position of a list's item in the componenet, is there a way to use drag and drop?
<7> pacabel if you could somehow recode the entire component :D hehe
<7> i'm sure you could if you wrote your own version, but i don't know about the built in list component
<6> hehe
<6> thanks
<5> Smurf i've found a example of a magnifying gl***.... DO you rembember if is the example that you saw?
<8> tico the zoom effect easy:
<7> no Tico_M_P_, it was a menu that resized like the dock can
<8> on the over frame, just add a MC with the zoom effect
<8> and add a stop at the end of that movie
<8> then do the same unzzom effect after your stop
<8> and when quitting the button, just ask the MC to play
<8> it will unzoom
<8> for the position of the buttons depending of the position of your mouse, harder
<8> needs some more advanced prog
<8> and i'll just add.. if you like that effect, you should try Objectdock for windows ;)
<8> it's a mac os bar for windows
<8> with png icons
<8> i'm using it, and even hide totally the windows bar now
<5> but i don't want externat softwarez... I was thinking about it...
<5> ObjectDock is the name?
<8> yes
<8> it's a prog for windows
<8> it's just in case if you liked the OS bar
<8> and wanted one for your windows
<5> oh I see...
<8> it won't help you with your effect ;)
<8> nor with flash
<9> who has the screen resolution 1024 x 768 and uses FF?
<9> I need you to test somehting for me
<8> it's just a nice addition to windows to replace your winbar
<7> me
<9> www.breefield.com
<5> i like the mac dock...i'll download the object dock anyway
<9> do scroll bars pop up?
<5> but objectdock uses a lot of memory?
<8> not that much
<7> Catalist nope
<8> especially if you completely hide the winbar
<9> no scroll bars...weird, I get them
<8> you can add then docklets to it
<7> i don't understand what people's fetish with objectdock is
<8> temperature, weather, clocks, traybar, taskbar, etc
<5> i undestand ..i'll download to see
<8> Smurf, just a nice look and feel
<8> better than windows bar
<8> if you like the mac os look
<8> but prefer windows
<8> that's the best compromise
<5> but abotu the effect i'm trying to understand how to add a zoom effect with the MC in the over layer
<5> *about
<5> Smurf i found the mac os menu! thanks for the site
<5> MAMu_Zzzz do you know how can I add this effect?
<8> a zoom effect on a button..?
<8> yes
<8> at least i would be able to do such..
<5> just like the mac os dock? with a rectangle and an Icon?
<8> but to explain it beeing french ... harder :P
<5> because resize the icon i know but the rectangle effect ...it's much harder
<5> and I understand being brazillian .. harder too
<8> ^^
<5> the effect in the flashkit example isn'y perfect
<5> *isn't
<8> url.?
<5> http://www.flashkit.com/tutorials/Interactivity/Navigation/Mac_OS_X-Aaron_Ha-722/index.php
<8> yep
<8> and it doesn't unzoom when you move your mouse away
<8> plus the zoom effect isn't smooth
<5> yees.. i saw that problem too
<8> objectdock is really smooth, icons at any size keep perfect
<0> quickie: what's the import syntax?


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#nhl
#bsd
PCIESYS60
#gentoo
#fedora
#debian
#cisco
loser sound scheme
#dreamweaver
#politics



Home  |  disclaimer  |  contact  |  submit quotes