| |
| |
| |
|
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> dude <1> its okay :) <1> you nearl had it <1> a string looks like this "hello whyley!" <0> oh heh <1> a string = letters <0> test_but.onPress = function () {trace("http://www.google.ca");} <1> okay yehp that fixes your string <1> BUT <1> you are using the trace function <1> which isnt going to make us go anywhere is it? :P <0> hehe i dont know what trace is :) <0> so would that print the link on the screen? <1> trace is like a "built in" function for testing things <0> ahhh... <0> so we need url
<1> yah your right it iwll print to the screen <1> well your in luck!, flash has another special built in function just for going to web pages <1> its called getURL(); <0> perfect... so we replace the trace command with geturl <1> yup, show me :) <0> test_but.onPress = function () {getURL("http://www.google.ca");} <1> perfect! <0> woa <0> damn good thing youve done for me i appreciate it <1> hehe your welcome <1> can you see the relation between myFunction(), trace() and getURL() ? <0> hehe not really <0> trace prints to screen <0> geturl gets the url <0> and myfucntion is the mystery function :) <1> heheh yeh you are correct <1> but what are they all? <0> commands? <1> nope, f..... <0> funcitons :) <1> yup! <1> can you see why ? <0> tells the command how to exicute? <1> what is common between them all?? <1> just look at them <1> myFunction() getURL() trace() <0> () <1> yup :) <0> still dont get it right <1> and to make them all work, what do we have to put inside the ()'s <0> whatever we want <0> link/text/maybe image? <1> well so far youve only learn about strings <0> so could i do test_but.onPress = function () {getURL("http://www.google.ca");} <0> wrong pase <1> but yeh you can put anything that has a reference name <0> myFunction("http://www.google.ca"); <1> yup <0> ahhh. <0> myfunction is immediate... when frame is played trace prints to screen and get is the link <1> check this out <1> http://pastebin.sekati.com/?id=Anonymous@ccee0-2639d134-t <1> see how myFunction is a reference name to some code, <1> myString is a reference name to a string <1> myString = "hello wyley" <1> the var just means we are defining a variable <0> k <1> so NOW <0> not really :) <1> when we do myFunction(myString); <0> oh <0> hehe <0> ok <1> what is myString ? <0> hellowhyley <1> yes :) <1> myFunction("Hello Wyley"); is exactly the same as myFunction(myString); <0> perfect <0> got that <1> excellent <1> anyway, i'll let you get on with your button
<0> no no i appreciate it <0> hehe mysentence <0> is mysentence a variable :) <1> yup <1> you got it <0> so it does nothing because we didnt define it <1> but mysentance is defined when the function is called <1> instead of going myString = "blah"; we go myFunction("hello"); <1> becuase we put something inbetween the () in a function, that defines mysentance <1> that may sound a little confusing <0> ahhhh ok <0> perfect <1> its kinda like saying mysentance = "hello"; <2> god i'm sick of paul martin saying the word "fundamentally" <0> k <1> lol FearX?? <2> canadian election is on jan.23 and paul martin (our current prime minister) is on a show right now taking questions <2> and he keeps saying "fundamentally" <0> paul is a moron <0> you hear about his mp and the smuggling charges <0> their all goofs <2> yep <1> what time is it over there in canada <2> bbiab <0> cant vote for anyone their all idiots <2> it's 11:05pm <0> 11 <2> yesterday to you <1> hahahaha <2> bbiab - actually i'll fire up the laptop, brb <1> dont worry, the earth hasnt been destroyed tomorrow <1> rest easy <0> heh <1> this vital future message has been brought to you by jesus..uhh i mean spasmFace <1> that means im 13 hours ahead of you guys <3> spasmFace thank you last night ;p <3> not far from me ;p <1> DJ-ProsiT no worries :) <3> hehe <3> now comes the hard part for me, but actually the basic part <1> where are you ? <1> okay, shoot <3> France ATm but are danish ;p <3> Tweening an object ;p <1> in actionscript? <3> with actionscript and making it loop the array ;p <3> long story ill explain in a sec <1> show us your code so far <3> not much code exept for the code you made lol ;p <3> make container and load image ;p <3> from the array ;p <0> so spas so instead of a www link how do i link to a .html in local folder? <1> whyley is the html in the same folder? <1> DJ-ProsiT , movieclip_instance.onEnterFrame = function () { }; <1> onEnterFrame is called everytime the screen redraws <3> hehe <3> ok <3> hold on <1> whyley if the html is in the same folder you go getURL("mypage.html"); <1> DJ-ProsiT im not gonna do your code for you, you have to think for yourself, but if you need any help with errors im more than willing to lend and a hand <3> i know <4> ding ding ding goes the trolley, clang clang clang goes the bell <0> yea same foldre <1> ayyy adam :D <3> hmm <3> im trying to think here, <4> careful, don't strain anything <3> i actually have to make a everlasting dynamic script <1> rofl <3> thats say infinite frames <1> DJ-ProsiT so ? <1> its not that hard <3> cause since the tweens are overlapping, wow i cant create a 400f loop <3> and just let it increase in that loop
Return to
#flash or Go to some related
logs:
#winxp barkgrrrl
#sex #computers #c #nhl #worldcup fokofpolisiecar #politics iptables v1.3.3: Unknown arg `--dport'
|
|