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



Comments:

<0> they want back texas and even california? why? so it can become corrupt too? doesn't make any sense
<1> hello guys! i need a horizontal image scroller that loads random images (all the same size) from a specified folder. could you point me in the right direction of a tutorial or fla i could start at?
<1> it would also work if it took all images from a specified folder and inserted them in the scroller
<2> anyone know the easiest way to make a image look like its going into itself
<2> like mirroring
<3> is there a way i can copy layers directly from photoshop into flash
<2> doubt it
<3> i hate photoshop
<3> how can i get the position of a layer in photoshop
<0> eyeball it
<0> use a ruler, use the square l***o tool with info open
<0> and see how many pixels out it is
<3> true
<3> hmm
<3> is there a way to get guide info do you know?
<3> cause then i can just position the same guides



<4> Morning
<5> evening
<5> :P
<4> :)
<6> Hi, does anyone know how I could delete/make invisible/move off screen an entire level?
<4> _levelN._visible = 0;
<7> got a MC with a textfield inside it with the text set by AS dynamically... when I rotate the MC on the stage, the text no longer appears inside the textfield... any idea why?
<6> whoo :-D you just saved me
<4> mmentis, you can only rotate embedded fonts
<4> You need to make a font symbol in the library
<4> use that as the text boxes font
<4> set the textbox via AS to embed fonts
<4> then you can rotate it
<7> ah I see, haven't done this before... will try it now, thank you
<4> Wormie, _levelN can be trated just like a movieclip
<4> Useful to remember that
<6> ah awesome thank ou
<6> so i can delete it just like a movie clip? :-D
<4> Not 100 sure on that
<4> try
<6> _level1.removeMovieClip (); didnt work, but thats okay, i got the visibility to wrk so :-D
<8> you might be able to _level1.unloadMovie(); though
<6> ah awesome, unloadMovie worked
<7> vg, I embedded a font, called it Font 1, and made the textfield use that... it shows up with an asterisk in the fonts dropdown menu
<7> also embedded the necessary glyphs (numbers)
<4> mmentis
<7> now the textfield is totally blank, rotated or not
<4> Did you set a linkage for the font?
<7> nope
<4> thats the name you have to set it to
<4> not the library name
<4> But the linkage name
<7> trying it now, thank you
<9> best way to vertically scroll dynamically loaded text/links in a fashion similar to news ticker
<9> ?
<4> ticker is horizontal
<4> Did you mean that or verticle?
<5> anyone around do freelance flash work small and big ?
<4> Not me, sorry
<9> vg, ya i mean but in the same fashion
<9> though vertically
<4> well, you can't use scroll++ as it will be too jerky
<4> I'd make a text box for each item
<4> Create them all inside one big one
<10> humm infinite menu thingy might be an idea
<4> Set the big one to keep scrolling up
<10> only vertical instead of horizontal
<4> And use localToGlobal to see whena new item will appear and dissapear
<4> And add or remove them based onthat
<9> you say etxtbox for each item
<9> but amt of items will be dynamic
<7> vg, the font name appears inside parenthesis in the dropdown menu, is that normal?
<9> can i create textfields on the fly in flash?
<7> sure you can neves
<4> neves you can create text boxes dynamicly
<4> mmentis, I'll make an example
<4> What flash version you susing?
<7> 8
<4> Ok, give me 2 min
<4> check out sime of the vids
<4> oops



<4> wrogn window
<10> wut vids :x
<7> :P
<11> so how about that new IE
<7> never bothered to check
<7> I use Opera
<7> and firefox as a backup
<4> www.flash-git.net/fontRot.fla
<4> < ie 7
<4> <3 too
<7> thank you very much Vg!
<7> checking it now
<9> so say i have headlines in arrays already. i want to scroll these upwards now. you say use textfield for each item...so can I create however many textfields i need based on how many items are laoded in the array (always unknown)
<7> one minor detail.. on my flash project, the textfield is already on stage and I set the properties through the flash interface
<11> <3 activex activation
<7> aha!
<4> mmentis, thats fine too
<7> when I disabled auto-kerning
<7> it worked
<7> it was enabled by default
<4> AH right
<7> thank you very much
<4> sorry mmentis, I had you confused with someonelse here and thats why I thought you were creating it via AS
<4> mixed you up with neves
<7> I appreciate it. I am doing lots of other stuff via AS so it's useful to have
<7> if I rotate and scale MCs (via the interface), can I revert them back to original size and angle later on?
<7> in other words... is it a non-destructive process?
<4> yes
<4> via interface OR AS
<7> great
<4> props set in interface are get/settable via AS
<9> flash frustrates me
<7> don't blame you
<12> oh god
<12> I shouldn't have done that
<4> What did you do?
<12> I breaked apart a 5k pixels tall textfield into vector
<12> been hourgl***ed for 5 mins now, let's hope flash don't crash
<4> Oh man :)
<1> anyone know of a nice horiztonal image scroller script that loads images from a specified folder?
<1> horizontal*
<12> MrDerp, flash can't read the contents of a folder
<12> you need a script for that
<1> ok, one that loads in from an xmlfile then
<12> a premade thing?
<1> yeah, or a tut or something. i dont know where to start
<12> I just made one
<1> i mainly need the image loading and scroll-script
<1> cool
<12> except. it scrolls thumbnails that load big imgs
<1> its supposed to show spotlighted products in a webshop
<1> okay
<1> i need them to be clickable but i dont need any enlargement of the images
<12> it's not hard
<1> yeah the clickable part is no problem
<1> the main part is that i want to be able to change the images in it without having to go in to the fla
<12> yeah that's the xml part
<1> yeah
<1> then i can make a phpscript that puts out an xmlfile and thus have an online management for the flashfile, so thats good
<1> but i dont know how to program the scrolling in actionscript, and i want it to be as smooth as possible and to repeat itself
<12> ah you mean autoscrolling?
<12> not like a scrollbar?
<1> but you would think that this kind of thing is pretty common so someone must have made some fla or tutorial
<12> !google flash autoscrolling
<1> yeah, autoscrolling. and preferrably when the user moves the cursor over it it should scroll in the opposite direction, you know what i mean
<12> yeah
<1> think i found something now
<1> gonna give it a go
<12> nice
<1> i kept searching for "flash dynamic image scroller" and it just gave me a bunch of image gallerys and manual scrollers
<12> paste url
<1> http://www.kirupa.com/developer/mx/infinite.htm
<1> needs some modifying though but i have a forum post that does what i need to
<1> its in swedish though...


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#vmware
sug min kuk
#beginner
#sex
10 ways to be a chav
#computers
you have entered to many instances recently
#bsd
french pelenty shootout games
#flash



Home  |  disclaimer  |  contact  |  submit quotes