| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Comments:
<0> heh <1> whatever nevermind I just found away around it <0> and this is pointing to the item the script is on <1> ya label is what I meant <2> guys how do i make buttons clickable / mousovers in flash 8 modify >instance doesnt exist anymore :( <3> how do i format the text that i read from an xml file and put into a dynamic text box? <3> i have new Sound object created in the actions layer at the first frame... this makes my sound stop every time the first frame is re-entered... how do i get around this? <4> k <4> !seen mjau-mjau <5> Veritas`, mjau-mjau (mjau-mjau@203.156.21.135) was last seen quitting #flash 1 week 12 hours 53 minutes ago (05.01. 03:18) stating "Ping timeout: 360 seconds" after spending 1 hour 6 minutes there. <2> is anyone willing to field some n00b questions please pm me... <0> sneakers - how about something simple like if(mySound != undefined) { // create sound obj } <0> which of course get skipped if it already existed - if not, it would create <0> erm == undefined <0> ll <0> +o
<0> lol <0> >_< <0> can ya tell its 5:00?? <0> lol <0> if(mySound == undefined) { // create sound obj } <3> i have new Sound object created in the actions layer at the first frame... this makes my sound stop every time the first frame is re-entered... how do i get around this? <3> sorry <3> my bad <3> ok cool, i'll try that <3> wow, thanks man <3> that was simple and works <3> is that a common method of not recreating objects in repeating frames? <0> well <0> if something exists - and you dont want to reinstantiate it - ya <2> guys how do i make buttons clickable / mousovers in flash 8 modify >instance doesnt exist anymore :( <0> if its not undefined - its existing .. if its undefined, it doesnt exist... <0> common methodology <0> you select the item <0> and you put code on it <0> :> <0> the click'n'stick is still in 8 <2> click'n stick? <2> dude.. i'm a complete noob ive spent the last 4 days reading tutorials and about to burnout <3> SHiZNiT: is it bad practice to keep recreating an XML object at a certain frame without checking to see if it already exists? even if it doesnt harm your code? <3> will it slow down the app because of the memory being allocated? <0> if its same name, it will replace <0> if on same timeline in question <0> whyley - i'm unfamiliar with modify->instance <0> no clue <0> if i want a button or something to have actions <0> i select the button, look at as panel, and write my script <0> sorry <0> :/ <0> or i write it on frame <0> and target accordingly <0> i'm not sure of any 'make a click action' <2> in 4 ya can select a frame n go modify instance/mouseovers <0> oh fuk <0> fuk 4 <0> lol <2> i'm using macro 4 tutorials to learn 8 <0> there's like 1500 changes since thern <2> :) <0> um <2> i dont understand code :) <0> well of course not <0> its completely different <2> this is a fast and dirty page i just have to get up <0> than stnds of today <0> although still working - and valid - you're learning the wrong end <0> if you have flash 8 - do yourself a favor, press F1 in flash 8 <2> yea i did... i find the help there useless <0> if you're looking to repair a 2005 car, you dont lookup the model from 1978 <2> cant find anything i'm looking for <6> yo shiz <2> i fing the 4 tutorials more helpfull <0> sup'doc :) <2> i'm sorry to ask irritating questions i know what its like to be har***ed dude could you tell me how to make this button work... <2> ive made the button..... i dont know code... the page is in the same dir as the page the button is on... <3> if i keep repeating mySound = new Sound(); on a frame, does that have a bad effect on the client?
<3> does that waste memory? <3> or does it not matter because the same variable is being replaced? <7> it overwrites whatever was at mysound <7> so it wont waste memory just time <3> oh ok <2> fix me up with a good flash 8 tutorial page an i'll ****off <0> how about (i know this sounds redundant but try it) pressing F1 - changing book on left (listbox) to Tutorials & Samples .... and trying those? <0> i'm pretty sure they're all specific to the version you're using <0> :> <0> http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000293.html <0> is this what you were talking about whyley? "script ***ist" <0> ? <0> its even a front-runner in the list - first thing for actionscript related stuff - dunno how you missed it <0> oh ya... i know... <0> now mush! <8> shiz <8> be well <8> :) <0> u 2 :) <2> thanks shiz <9> random fact <9> some very rare alpha version of Flash plugin gave a really ****ed up hex string when you asked for System.capabilities.version <9> i think.. <9> nm, prob. not <9> who cares anyway, damn <10> !help <10> !top10 <10> hey just was a bit curious =] <10> is there any online website i can learn AS? i know lots of other langs, would be nice to learn this one. <10> thank you all very kind 119 people :> <10> *118 <10> im the 119 :P <11> can flash to sockets? <11> or will that be the next version <11> do* <12> do sockes? <12> there is a XMLSocket() <11> no binary eh? <12> no <12> they say remoting returns in binary <12> but I dunno <13> guys.... i cant link buttons... <13> regardless of how many tutorials i go though <13> shiz you here? <0> o/ <0> [17:39] <0> http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000293.html <0> [17:39] <0> is this what you were talking about whyley? "script ***ist" <14> whyley: can you do anything with buttons? <0> did you miss that? <13> i did it <0> finally <13> ive tried to foll that tutoial to the letter <0> heh <0> oh - its problematic? <13> yes <0> and you're trying to add actions to what? <13> "on" event is not available regardless of what i do <13> ive re-made the buttons and you name it <13> ive tried to add actions to the button, the frames in the timeline everything <15> flashhh ahhh yaaaaaaaa saviour of the universe! <13> the layer <13> highlighted whole layer <13> no idea what i'm doing wrong <0> so you have a button - and you want to add actions to it... <0> ? <13> ye <13> s <13> 4frame button <15> button_instance.onPress =function () { trace("FL***HHH..AHHYAAAA...SAvIOUR OF TEH UNIIVERSE"; } <13> cant find instance <13> not in modify
Return to
#flash or Go to some related
logs:
#windows l33tsp33k generator
#politics #slackware julien dumazert #computers Hillo drink
asus CUW-AM +Driver gamule #politics
|
|