| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12
Comments:
<0> b***a - you using keydown or up? <1> keydown <0> testing in flash? where 'keys' do things within testing environment? <2> I have a var with a hex color in it - linestyle wont take it... any ideas? <1> movie is runned through flash yes <3> well, the "score" is referring to the field name.. how my arrays are structed, is it the name, scores, level etc that are the field names, or is the 1, 2, 3, 4.. ? given it is referenced by scoreInfo[1].name etc <0> For more information on the Key cl***, see Key in ActionScript 2.0 Language Reference. To trap keys when you test a SWF file in the authoring environment (Control > Test Movie), make sure that you select Control > Disable Keyboard Shortcuts. <1> SHiZNiT thx, i ran preview in browser.. worked just fine :) <0> heh <0> do the above <0> :) <0> can test in flash that way <0> hobbb - sorry, rarely use sort - would have to mess with it - plus i gotta takeoff for 30 ... if still a problem will help ya then :) <3> yeah cool thanks for your help :) <4> anyone know how to freaking keep the zoomeed image center!!!!! <4> why am i so dumb!
<0> ack - delays ;( <0> cms - mmm - center the image? <0> hehe <0> you want registration point in center (usually) of image of you want image to scale from a 'centered' point <0> wherever registration point is is where it will scale from <0> double-click on movieclip that holds image so you go into edit mode... ctrl-l to bring up align panel .... 'center to stage' should be toggled - align it vertically and horizontally <0> test <4> aaah ok <4> tsting now <4> but when i change the _xscale it will auto zoom to center? <4> SHiZNiT <4> u der? <3> <0> i gotta takeoff for 30 ... if still a problem will help ya then :) <4> SHiZNiT you there? <5> i want a video shrine about me <5> cause im nacisstic <5> well? <6> well what ? <6> gimme shrine specifications :)) <5> basically i just want it <5> to play to music i wrote, and show pictures of my website, and stuff i bought with the earnings from my websites <5> and use it to inspire other web entrepreneurs <5> have some captions/phrases here and there <5> thats all <6> like an image gallery with some music ? <5> pretty much yeah <6> how should it look like ? <5> just an inspirational thing.. <5> so it should have images and then text.. to basically show how its possible to make a living off websites <5> how much would something like that cost me <6> can't tella price without more informations <5> whaaa? <5> that was descriptive <5> what else u need <6> like a site map, should it be dynamic, do u nned a b&ckoffice etc..etc.. <5> no it'd essentially just be a movie, not dynamic <5> backoffice? <6> a site administration (to change pictures..text...) <6> if it's not dynamic how big would it be ? how much images do u have..how long should it last... <6> u are like askin the price of a car and all u said is u want it red <5> music is around 3 minutes <5> image, no idea, havent gathered them. i could give enough to last that long i believe though <5> it can be fairly 'rough' <5> not being submitted to sundance <5> music is 2:30 <5> other music may be used as well though to make it longer <6> perhaps u should try to know exactly what u need..basically if it's just loading images and playing music and displaying text, should not be much expensive... <5> thats all i need <5> its just to flaunt <5> not a corporate presentational video or anything <5> can be rough around the edges <5> how much would that be <6> i'd say around somethin like 100$ <5> ok <5> i can do that lol <7> my png image of a person with transparent background looks fine on my stage, but when i publish and preview, the quality is lowered :-/ <5> $100 <8> sup guyz <5> hwo long u reckon it take <6> somethin like 1hour
<6> and a bit more to adjust it to ur taste <5> an hour only to do 3 minutes of flash presentation? <6> should it have buttons to go to next/previsou image <6> or should it be automatic <6> or both <5> hey <5> i just talked to my friend <5> we will pay u $150 <6> it's just some images some music and some text...no ? <5> if hes included in it too <5> so it will be for both of us <5> so well need more music <5> and it shoudl be like 6 minutes <6> it will be an expternal mp3 <6> so feel free to use whatevr u want <6> let's go priv' <9> mornin all <5> morning <9> o/ <9> lo AmishFBI- nib <7> my png image of a person with transparent background looks fine on my stage, but when i publish and preview, the quality is lowered... how do i keep the image the same quality? <10> in publish settings you can adjust JPEG quality <7> does that apply to pngs? <7> how do i set the background color of an input text box? <7> nm <10> anyone has links to ****ty movie websites with a bit of animation in it? <10> anyone watched lakers game? <10> Kobe 81 pts! <11> does anyone know how to check when/if flash8 has installed javascript callbacks inside a (java)script? <8> so <12> Hi Guys <5> hi <8> sup <12> hmm.. just after a hand with some flash im doing <12> http://pastebin.com/518899 <12> if you download it, it should be able to do 'c' 'z' 'x' <8> what's this, geometry? <12> which will draw a line, then bitmap the screen then reposition it <12> morde-wrk, it's meant to be a scrolling graph <12> but i've broken the steps down <12> press c, then z then x <12> that simulates drawing a line, then scrolling <12> then you shoul dbe able to do 'c' again, then 'z' then 'x' <8> I've never dealt with this kind of code <12> however 'c' does not draw another line <12> morde-wrk, it is using flash8's bitmaps <8> I can see that <12> what do you mean by this kind of code? <8> bitmapdata <8> matrix <12> ahh <12> not to insult your intelligence, but bitmapdata creates a bitmap representation of an image/mc/stage <12> which makes it more efficient than vector to move, etc <12> so what i do is, draw the line, then take a bitmap of the mc <12> when you take the snapshot for the bitmap, you can also do things like transform the bitmap in different ways <12> im using matrix to move the entire bitmap to the left x pixels <8> I see. <12> so when i take a snapshot of the mc, it applys the move to the bitmap at the same time <8> making some sort of graph? <12> then i just attach the bitmap to the mc again and it looks like it's scrolled, and is ready to plot the next point <12> morde-wrk: exactly:) <12> this method im using to do the scrolling so it's efficient <8> I'm pretty sure others in here will be of more help than I <12> no worries morde <8> I'm still sort of new to AS, so it takes me a while to fully understand others code. <12> ahh join the club man <12> this is my first piece of flash to be honest <8> I can tell you have previous experience with coding. <12> yea, I know a couple other languages.. just wish I knew flash as well though - it's pretty powerful for client apps that look appealing <8> I'm guessing AS isn't any more difficult than other languages. <13> hi <13> http://www.bugiam.com/work/dynaslide - my flashgame is done. <8> .. <8> let me test
Return to
#flash or Go to some related
logs:
#unix #visualbasic qmail 553 sorry gentoo #politics #online sshd priv w who #networking Blacksketball KronicDreamer mircs-script
|
|