| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9
Comments:
<0> and this is such a case for 'best usage' <0> :| <1> F1: the minVal + 1 is how many numbers ? <0> all you want is integers - and thats all random() concerns itself with - perfect match <0> var num:Number = random(1000); ... but, just for sake of argument - for every user that logs in as guest, you have a the possibility of a repeated guestnum - which would need to be verified ... is it easier to track/check who's logged in and validate the random guest name or is it easier to increase the tracked 'count' and update that? <2> '+random(1000)+' <2> thats better <2> argh <2> too late lol <1> hey! im here ;) made it like this: _root.log_mc.your_nick.text = "Guest" + Math.floor(Math.random() * (maxVal - minVal + 999)) + minVal; <2> why? <2> random's better <3> Is there any way to have a decent quality transparent image imported into flash? Pngs are really blurry when I import them <3> argh, a sub-button (inside a MC) has actionscript on(release) code but it doesnt work because its in a MC <4> remove the on(release) and use [on the frame, not the mc] mcName.onRelease = function() { your code here; }; <3> ahht hanks :)
<0> png's are really blurry? <0> heh <0> interesting <0> you may want to rightclick on it in library and unselect jpg compression and use png/lossless <0> but - might drive up size as well depending <0> *will <0> however - thats usually a sign of a bigger problem which hasnt been addressed regarding design <0> :) <3> er? <3> How is it indicative of a design problem? <3> pngs are the only image type I know of that flash supports and support transparency <0> well - as png, you can still flatten in your original application regarding png ... and importing that would be better (and less data) than if you imported and flattened (maybe more than you should) within flash.... <0> and of course without flattened, there's more data/makeup to the file so would be larger <0> basically not a huge issue - but if you're importing, you want to import 'pieces' usually - not as a whole - some people will import png as a whole, and leave all layered/as pieces without flattening content that doesnt need to be separate etc <0> just little things like that make a diff <0> not exactly sure on how much but... seems to anyways <0> and for the record - gif has transparency but its gross at best and 'illegal' to use heh <0> bf2 calls -bbl <3> hehe :) <3> *grumble* so I got a button inside a MC working using onRelease = function ont he first farme, but that mc now needs to go into ANOTHER mc, and that breaks it =\ <5> anyone know what % of the net has flash 8 now :\ <2> 1088% <5> that'll be enough of that <2> whys that bitch <5> because your answer ****ing ****s <2> oh cry me a ****ing river. <5> what're you a god damn dumb***? you slept during math cl***? 1088%, dumb mother ****er <2> did you sleep during English cl***? <5> bet you **** <5> let's see your flash newblet <6> !find rules <7> moin <8> Hey, i am using this line to take a snapshot of a load jpg (50x50) myBitmap = new BitmapData(50, 50, true, 0x00FFFFFF);. Is there anyway to set the starting x/y position for this? <2> no <2> ... <2> noidea* <9> hello all <9> need a little suggestion... I have a website where we post daily news; in the main page I would like to submit a graphic header rotating a series of images/links to the most recent articles. I was thinking of doing this with flash, but I wanted to know two things first <9> 1) Is there some kind of way to update the header easily without having to regenerate the flash file everytime a new articles is submitting (for example by just uploading an image)? <9> 2) How long would it take for a newbie to develop something like the header in this page <9> http://ps2.gamebattles.com/. <10> 1) XML 2) depends <9> thanks for the clear answer - so with flash I can feed the flash file a content from an xml file? <10> yes and preferred <9> Is there some tutorial you could redirect me to before we decide to purchase flash for this? Time is not on our side unfortunately, nor is money, so must do it by ourselves. <9> And we might need flash also in the future <10> do you know flash to begin with? <10> it is fundamental <9> Hehe that is the problem... we need to start from scratch <9> we are good php programmers, good javascript programmers, good graphics designers <9> but we never used flash <9> Yet, I need something to integrate into a professional website <9> It's not just for the "looks", it's also for the functionality <10> it doesnt matter <10> you need to learn the actionscript basics <10> i'd start by doing tutorials that come w/ flash <9> ok - then when I purchase flash, I get also these tutorials <9> is there some particular flash version I should buy? <10> 8 <10> timing couldnt be better <10> MX -> 2004 is a debate
<10> anything -> 8 is a must <9> got it <11> anyone here has implemented thread-like behavior in flash? <12> JFlash, me <13> hey guys <13> you guys know how to use the menu component in Flash 8? <13> or does anyone know of a good article to learn that? <12> yea, f1 <10> JFlash, thread like behavior? what exactly are you doing <11> oh well i'm developing this multiplayer whiteboard <11> and for example only for mouse movement there are hundreds of messages per minute. so i'm afraid that if for instance i have to load a big jpeg... <11> ... or parse a xml, messages will be dropped or something <11> i dont want all cursor shadows to sudenly freeze because the player is busy loading/rendering a big jpeg <2> LOST TIME BBL <5> work in progress: www.garysimon.net/fitpractical/html the transitioning people are a seperate swf from the one it's over, in transparency, positioned ontop via css <11> dreamache: excelent! <11> dreamache: do you have a fallback system? where ppl with early version of the player get compatible content? <5> JFlash: www.garysimon.net/fitpartical/html/index2.php flash 7 <5> i'll probably end up just using the flash 7 version to start out with <5> i have no idea how many people have flash 8 player, so it's risky <11> dreamache: over 50% according latest poll results but varies according to audience <11> the younger your audience is, better chance they have the latest player <11> dreamache: it's actually so simple to create a fallback <11> just create 2 folders in yr website, v7 and v8 <5> hm, i'm not entirely familiar with the quickest way to detect flash versions <11> then in your main flash add : if( _level0.$version.indexOf('8.') > 0 )( var folder ='8' <11> else var folder = 7 <5> i might have to pay you to set it up for me when the time comes ;) <5> i don't know anything about flash scripting <11> then when you load do getURL( 'v' + folder + '/myfile.swf' ); <11> dreamache, where are you located? <5> us, ohio <11> dreamache: it's simple. i could do it for free for you. keep my email: jay@academicchess.com <14> mornin <11> mornin <15> flash sux <15> never seen a software with so many bugs <16> welcome to the wonderful world of flash <16> I spend aprox 10hours a day in flash, and have to restart it 4 times and reboot 2 <16> I hate flash but it gives me bread on the table so I cant complain <14> i like it <14> :) <14> dont hate ;) <11> i like it too. but i like MTASC better. ;-) <16> I hate it with p***ion <15> this it the new wonderful bug i have noticed: I have a fla file with lots, lots of symbols... I create a new shape , I convert it into a graphic, I test the movie and everything is fine ... once I close the fla and open it again and then test the movie, it goes WILD <15> i see the new symbol inside many of the others symbols i already have <15> fockin weird <14> fun tho? <14> :) <15> not at all <15> if my cliend wants to add some new mc's in the file, I am doomed <11> Zdrenga, are you sure you did not use the "include in all symbols" command shortcut? <15> what's that? never heared of it <15> where is it, when does that appear? <11> yea, it's probably what happened <11> happened with me a couple of times in the past <15> the problem appears AFTER I close the fla and then open it again <11> exactly <15> well, tell me, what are you talking about? I never heared of that <11> it's in the bugs menu. bug > go wild > include in all symbols <15> jeez <14> hahahaha <16> lol <17> Guys I have a question <17> http://pastebin.com/557374 <17> Why does visible not work? <17> something I should think of? <15> bugs :) <17> ? :) <14> ye nice bug that one :D <17> can I get any help then? ;) <14> yeh use alpha :)
Return to
#flash or Go to some related
logs:
0x0000008e d-link Bart Canada xrost partner word cannot install the necessary files installer error 1606 #heroin #unixhelp #beginner sendmail stop local users from forwarding email
#politics #nhl
|
|