| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Comments:
<0> OnoSendi - im on 2mb and i only got 211k before it decided to give up sending anymore ... <0> took like 2 mins <1> any idea why is it impossible to drag & paste a movieclip onto my button in its over state ? <1> what do I have to order in order to get my button to play a movie clip while in its rollover state? <2> obviously someone doesn't understand the concepts of latency, bandwidth, and server quality <3> cATFLAP: yea, wtf <4> lkgfdlkghjhdotguaengiaeunrfwndgaejfsndfoINDWFOIAUERNITU459R8GTN0AERINGVOAENDCOs D[OAIERGV[OSEFUIG 98WT5H9GW4E8AHGAOSDKNVS OD[AEORI T <4> HI <3> what the hell would cause it to load so slow? <1> what do I have to order in order to get my button to play a movie clip while in its rollover state? <5> startkeylogger <0> no idea mate <3> WTF <6> OnoSendi works for me, just a slow server i think <3> Smurf: there couldnt be anything in the file to cause it to load so slow right? <6> no, just a slow server i'd guess
<3> its 291kb file, FOR SURE. <7> Is there a simple way to make a MC hide (_visible = false) if the mouse isn't over it? <6> mc.onRollOver = function(){ this._visible = true; } mc.onRollOut = function(){ this._visible = false; } <7> this.onRollOut? :) <7> hehe <3> Smurf: that scared the living **** outa me <3> heh <6> OnoSendi what did? <7> Smurf: what flash version is that compatible with? <7> NM <7> 4 <7> says in the help <7> Thanks <6> NP <3> Smurf: I have a deadline for tomorrow, I've been working on this **** daily for a week and a half <6> OnoSendi everything loads for me <8> bugiam: DID YOU <8> bugiam: GET TO LOOK <8> bugiam: AT FILE <8> damn man, what the **** <8> i've been sitting here just LOOKING at your nick now for like 5 hours <6> wtf? <6> OnoSendi it looks fine to me, don't worry about it <1> what do I have to order in order to get my button to play a movie clip while in its rollover state? <8> Smurf: be quiet please <1> I am trying to drag a movie clip which onto a button's ROLLOVER state FRAME, but for some reason it shows this option as disabled. <1> and this movieclip is supposed to morph the button when its rolled over. <9> hi <3> Smurf: yea, I figured out our server is slow, I rebooted the java and the server, I'll see where it's at in a few mins <3> thanks <1> anyone please????????? <1> please <10> Smurf any idea how to make this work in mc ? <10> http://pastebin.sekati.com/?id=Onrollover@2c793-976ffcd5-t <9> how can it be done, that only an swf from a certain url can post vars to a php ?, so no one could write in scores trought php... <3> DJLy5y: use onEnterFrame = function() { } <10> OnoSendi you mean change the onClipEvent ? to on enter frame ? <3> you wanna stick that on a frame inside your mc? <10> yea <10> not on root <3> k <3> wtf is onClipEvent (Initialize) ? <11> ... <11> you mean load? <11> onClipEvent(load) <3> yea <3> He had it in his cod <3> e <11> oh. <3> DJLy5y: http://pastebin.sekati.com/?id=Onrollover@2c793-976ffcd5-t <10> i am attaching this code to the mc and it shood bump the mc when i drag on it <10> but the mc is in some mc the code match _x and _y mouse but on _root can;t make it work <12> _Reider: a swf can only acess toits own domain <10> OnoSendi checking <12> unless u use some crossdoman policies <10> Dunno wtf this is hahaha <10> nice comment <9> ya but people who look in the code of the swf can p*** wars to the php if thay see what it dose... <10> OnoSendi Total ActionScript Errors: 2 Reported Errors: 2 <12> encrypt it, use a session variable....etc...
<10> pasted here http://pastebin.sekati.com/?id=Onrollover@2c793-976ffcd5-t <13> i'm so ..flabbergausted frmo this error <13> this STUPID line of code <13> isn't returning ANYTHING <13> and i can't figure it out <12> bad bad line <13> if (this.hitTest(_root.m_dial["m" + i]._x, _root.m_dial["m" + i]._y, true)) { <13> using the shapeFlag <13> running a little indicator.... through a for loop <12> mmh.._root...it's bad, u know it <13> it's a simple radial nav.. <13> and with it;s rotation with your mouse <13> like think Price is Right wheel <10> OnoSendi i will show you something <12> and...isn't hitest using global coords ? <13> nib.. i really don't know to be honest <13> but i've been having this issue <13> and it's such an easy thing ya know <13> is it one of those things i need to use getBounds ? <13> this is so.. retaded. <12> Parametersx: Number The x coordinate of the hit area on the Stage. y: Number The y coordinate of the hit area on the Stage. The x and y coordinates are defined in the global coordinate space. <13> interesting <13> so .. if the things i am testing <13> are buried inside a movieclip <13> the radial nav <9> thx NIB I'll try <13> then it won't respond at all <12> so unless m_dial coords on _root are 0,0 <12> all your coords are wrong <13> so what's the ... alternative to hitTesting <13> with this radial nav thing <13> just hitTEsting in general inside mc's.. compare to other mc's <12> sorry i don't know what's a radial nav thing <12> u have a localtoglobal function... <13> just imagine a circle.. with 7 pie shaped hotspots <12> to convert local coords to global coords <13> each hotsopt a section indicator. <13> hrm.. i see <10> OnoSendi www.psk.net/nothing/mc.swf <12> why don't u use buttons ? <13> nib <13> it's more of a .user .. rotates the nav to the indicator <13> the indicator is hovering over top <12> anytin i could see ? <13> and i just wana hit test with the indicator to see what it's over. <13> well i have the fla .. if you want it <13> otherwise, nothing really beyond that <13> this localtoGlobal method is intersting <13> converting them into useable co-ords for hitTEst <13> that might be the answer. <13> of course.. figuring out how to do it is another story <10> how to fix this >> www.psk.net/nothing/mc.swf code on >> http://pastebin.sekati.com/?id=Onrollover@2c793-976ffcd5-t <14> awad: sorry, i had a meeting <12> it's pretty simple and u should find an exmaple inside the manual <12> basically u use on object with x and y properties <12> and localToGlobal use it to store the converted coords <15> nibble <15> whats up <12> var myPoint:Object = {x:50, y:20}; <12> hola Mr Nomis <15> heyhey you can call me nomis <12> really ? <15> sure <12> :)) <15> could call me mother****er too <15> i guess <12> muthafukanomis <15> can i say 'mother****er' here? <15> !rules -t mother****er <12> sound a beet like..greek :)) <12> bit :)) <12> muthafukanomis lol
Return to
#flash or Go to some related
logs:
gsmssh scanner compaq uwave front panel connector
#beginner #windows #linuxhelp #nhl #beginner #stocks www.citynews.ca #gentoo
|
|