| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12
Comments:
<0> http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=8376080191 <0> wow <1> in my books anyways <1> heh <0> that's actually up to 4K <1> Anyhow, if you win this auction you will receive the "honor" of paying your own fare to Stockholm, Sweden, and pay for all your own expenses (i.e. hotel, food, 1337, whatever you're into). You will also get to treat the seller to a nice dinner in town with pleasant conversations about happy times and joy-joy feelings. And yeah, we need something to wash down the food with as well. <1> haha <0> yesh <2> !find rules <3> i have some data coming from a database into an array via php/sql.. im not sure about how to get from the array into variables though, would it be for example name1.text = scoreInfo[name][i], or scoreInfo[i][name], or something else?? http://pastebin.sekati.com/?id=Anonymous@18a96-15e19729-t <1> !find -c loadvars <4> LoadVars == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary427.html <5> guys <5> i have this line of code <5> for (counter=0; counter< variable; counter++) { <5> Movie.attachMovie("Clip","Clip"+counter,counter);
<5> } <5> and i want each of those movies to have mouse events <5> how should i do it ? <1> .. { <1> var mc = Movie.attachMovie("Clip","Clip"+counter,counter); <1> mc.onXXXXX = .... <1> } <5> so that var mc does the trick, right ? <5> oh, but mc modifies it's value for each loop <5> and in the end of the loop, it will have the value of the last attached mc <5> right ? <5> SHiZNiT ? <5> oh, i got it <5> 10x <6> i ju <7> Im having some weird behavior regarding linestyle - if I put something like 0x00FF00 in a var it wont change to it properly... what am I missing? <3> man still cant figure out this array stuff, just comes out undefined whatever i put in <3> is this creating a 1d or 2d array?? i cant figure out how to get the data in it back out into variables <3> http://pastebin.sekati.com/?id=Anonymous@18a96-15e19729-t <1> how are you p***ing an array to flash from php? <1> that may be the better question <3> like this http://pastebin.sekati.com/?id=Anonymous@37168-15e19729-t <3> the array isnt p***ed, its put into an array in flash <8> The bot works again? <8> !find -c Sanz <4> Sanz == trying to find himself.... and a girlfriend with all her teeth! <8> XD <3> that make sense SHiZNiT? <1> just lookin now - was talkin with friend.... hang <1> :) <9> btw why do i get a lame discription ;( <9> !find -c SHiZNiT <9> :D <9> [01:33] -Drag0nM- Lookup: Non-existant key: SHiZNiT <3> cool :) it was originally putting the data into a datagrid, but ive ripped that out and trying to get it to output to dynamic text fields instead so i can have full control over how it looks <1> hmm - i'm wonderin if its an inheritance issue <1> shouldnt be <1> and you have records in db right? <1> heh <1> btw, you can just check for MMSave <1> insteead of index http <1> if(MMSave) { standalone/testing } else { browser } <1> ya, data comes back fine... <1> ahh <10> Any insight on this question would be great. I view the .swf file from a fresh untouched template zip file. The menu items moves and play a little animation like it should. I open the .swa file and instantly hit F12 to publish into HTML. I can even do the Flash movie export or test as well. I lose the animation on the buttons without even making the first change. I am using Flash 8 Pro, any ideas??? <1> name1.text = scoreInfo[1][name]; <1> should be <1> name1.text = scoreInfo[1].name; <1> property of obj in index 1 of array <1> you pushed { } obj not [ ] inside array <3> ahh so index 1 has properties name, level, score etc.. as do 2, 3, 4, 5 etc... <3> cool <1> right <3> nice one i get it now <1> x = { name:hobbb } <1> is same as <1> x = new Object(); <1> x.name = hobbb <1> ***uming we previous did hobbb = "hobbb; <1> erf <1> heh
<1> you know what i mean <1> ~:P <3> erm <3> vaguely :) <3> rank amateur here :) <10> Same here, any idea on my issue? <10> :D <3> i have another question too, i think i asked it earlier.. i need to do a sort by decreasing numbers on score, any hints on how to go about that? havent done a sort since school 8 years ago <1> x = { name:"hobbb",host:"host-212-158-254-243.bulldogdsl.com" } <1> is same as <1> x = new Object(); <1> x.name = "hobbb"; <1> x.host = "host-212-158-254-243.bulldogdsl.com"; <1> .. <3> ahh cool i get you <1> its just shorthand <3> yeah <1> same for array <1> [ ] <1> but then you use index of course <1> or can <1> x = new Array(); x[0] = 50; <1> is same as <1> x = [50]; <11> SHiZNiT when were you not awake the last time? <11> :P <1> what time? <1> i'm barely awake now <1> lol <11> but you are <1> eh? <1> =) <3> any ideas on the sort? <11> he! <11> hobbb use the sort functions? <11> lol <3> thats only in flash8 isnt it? im on mx2004 <11> its in mx 2004 too <11> probably even in flash 6 <3> cheers by the way shiznit works perfeclty now, life saver :) <12> ok.... question.... i have a picture that i want to zoom and spooky mentioned earlier that i should zoom it in a certain way with a container.. i didnt undedrstand that so could someone splain me? <1> nice - flash crashed ... BUT - i got to report the error! wow, it never gets that far <1> hehe <1> it usually just crashes and says f-u <13> How do i get the "KEY" out of Key.getCode() ? I would like to p*** it on to a textform <1> :P <11> SHiZNiT wow! :D <10> Any insight on this question would be great. I view the .swf file from a fresh untouched template zip file. The menu items moves and play a little animation like it should. I open the .swa file and instantly hit F12 to publish into HTML. I can even do the Flash movie export or test as well. I lose the animation on the buttons without even making the first change. I am using Flash 8 Pro, any ideas??? <1> b***a - fromcharcode? <1> :) <1> !find -c key.fromcharcode <11> swa? <1> something like that <1> heh <1> !find -c key <4> Key == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary393.html <14> hey any iis gurus here? need to know how to get iis to allow .swf to use POST? <11> hit it <13> oh heheh eP thanks <1> getCode lol <13> what way do i get it from Ascii? <1> !find -c string.fromcharcode <4> String.fromCharCode == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary691.html <1> Key.addListener({onKeyUp:function() { trace(String.fromCharCode(Key.getAscii())); }}) <3> SHiZNiT .. name1.text = scoreInfo[1].name .. is 'name' the field name or is it backwards, with '1' as the field name? <3> my_array.sortOn("age", 18); <3> oops <1> focus() <3> my_array.sortOn("score", 18); <3> is that what i need to do? <3> to sort the array by sscore, descending <13> SHiZNiT yeah, thats what ive got now, but still its very flawed.. even simple dots wont show <1> havent used it before to be honest <1> b***a - you using keydown or up?
Return to
#flash or Go to some related
logs:
#red #computers accessdiver wordlist #mirc #politics silvester_knaller #politics #solaris tunneling bluehost safe mode halts
|
|