| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11
Comments:
<0> each item on the stage is an "object" <0> each object has the potential to hold code <0> each object thus is part of the *interfacre* <0> -r <1> i guess good idea is to check tutorial for tweening <2> so its an all interactive interface <1> and read general OOP related things too <1> until it settles down in your brai <1> n <2> so like if you put ur mouse over the log it has an action <2> iss it like tweening> <1> tweening is just changing some attributes over the timeline <1> you set start point, end point <1> and inbetween frames calculated automatically <2> so whats different about oop <0> :(
<1> oop is programming <0> sentence one: "The idea behind object-oriented programming is that a computer program may be seen as comprising a collection of individual units" <1> oop related to programming <1> tweening is just gfx manupilation <1> if you put your tween into movieclip <1> it'll become an object <1> and then that article can be applied <2> so 2 completly different things? <1> well flash has 2 different interfaces <2> i want to learn tweening i have already decided that <1> one for drawing/animation <1> another for coding <2> ybut some have to do with both <1> well create a box in one frame <1> f6 it in another <1> change color <1> add tween <1> and you done <1> learned it <2> but iis oop like if i dragged my cursorover a logo it would move <1> kinda <1> because everything programmable is an object in flash, yes <2> cool <0> flash is oop because you can put code anywhere <0> on a frame, on a clip, on a graphic, in a function etc <1> well i wouldnt put it that way <1> but i guess you can say that too <2> are some of the things the same between oop and tweening animation <2> OOP and Animation <0> if you tweened an animation from one spot to another and that animation had code ***ociated with it then yes <0> it would become a programed object <2> http://laco.wz.cz/tween/examples.htm <2> like those esamples <2> So you can use OOP on websites correct? <2> And can you use OOP and HTML or a different type of flash code together <0> object orientated programming is a concept that can be applied to a myrid of programming languages <2> cool <2> So you can use OOP on websites correct? <2> i guess thats right <2> Thanks so much for your help <0> with java you could <2> I will reaad about it and won't be so dumb bout the subject tommorrow <0> html is a static language <2> Thanks <0> n/p <2> most likely ill get a few books <2> help me learn like these <2> http://www.buy.com/retail/product.asp?sku=202054876&SearchEngine=Froogle&SearchTerm=202054876&Type=PE&Category=Book&dcaid=17379 <2> http://www.adobe.com/devnet/flash/articles/as2_moock.html <2> This will prolly help on just tweening and that kind of stuff <2> http://www.amazon.com/gp/product/1590595181/103-5332136-2864657?v=glance&n=283155 <2> Thanks so much <2> See you guys Tommorrow <2> Off to read <3> can swfs loaded in flash player connect to the internet? <1> yes <3> intersting <4> hrm <3> how come adobe is pushing this new app to play swfs <3> when flash player does it already <4> what new app
<5> what page should i redirect people to , to install the newest version of flash? <5> im having a hard time getting a good flash detection script <5> cause my site requires flash 8 <3> its code named Apollo <3> check winbeta.org for info <3> prob other places too bu tthats where i heard it from <6> Boo <6> I need some help doing a custom effect on the ComboBox component, pretty much i want to set the label to "Select your answer" until they select something. But i do not want it to be a selectable label itself. <7> hey guys <7> Need a fresh set of eyes on this one <7> trace(((this.votes1 / (this.votes1+this.votes2+this.votes3+this.votes4)) * 100) + "%";) <7> wheres the syntax error? <7> oh lol <3> got it? <3> :p <8> gessh <5> im having a hard time getting a good flash detection script <8> umm ; out side the ) <8> hehe <7> yea that didnt fix it <6> GooseNPA, Really? I found just setting a 0x0 flash movie with gotoUrl in it works nicely. =) <5> link me? <6> ... No link. <5> sciboy: search engines cant find your sit that way <6> Huh? <6> GooseNPA, If your site is completely flash, i doubt they'd have much use for it. <5> so how do i do what your telling me? <7> radio1percent.htmlText = this.votes1 + this.votes3; <7> why isnt that adding together? <6> thesis, Try, trace(this.votes1 + this.votes 3); <6> thesis, Play around with it till you get what you want. <6> thesis, Oh, there it is. <5> sciboy: so if they dont have flash what page does your script link them to so that they can upgrade? <9> if anybody wants to play checkers against me: http://217.132.16.36/ <6> GooseNPA, Why the crap would they want to upgrade? <5> umm <5> if they dont have flash 8 <5> they cant view my site <5> so they need to upgrade to flash 8 <0> !google technote expressinstall <10> http://chattyfig.figleaf.com/pipermail/flashcoders/2005-September/149931.html <0> il/flashcoders/2005-September/149931.html <0> 11:05 am <`brainy`> ! <6> I'm not going to do this web accessibility 101, someone else care to take over? <0> well that c/p ****ed =/ <6> GooseNPA, With the abundance of Flash around the world, you must take note that most people who don't have it simply don't have the option of installing it, in which case "Upgrade to Flash Player 8" equates to "No website for you!" <5> so i should design a site for what? <5> flash 6? <6> Flash 7 is widely supported. <5> i wanted to use flash 8 cause the video codec is so much better <0> is there a flash 8 player/plugin for linux yet ? <6> And it is good practice to have a HTML alternative available for the main information. <6> j-live, Nope. <6> j-live, Neither for portable devices yet, still at v.7 <6> GooseNPA, You have to consider what your audience is and what the best way to approach it would be. <5> well is there anyway to empbed an external .mov into a flash movie without converting it to a fla <6> What i would recommend is that you produce a Non-flash site on the side. <6> Oh how i wish progressive enhancement for web accessibility could be applied Flash. <6> Main reason i'm looking forward to SVG maturing. <5> how can you embed a font into a flash movie? <11> hello <11> quick question... <11> anyone ever had a problem with a window not appearing on screen? <11> im using extensis suitcase <11> and when i launch it i cant see it or move it or anything, but when i maximize it, it goes full screen <6> How do i force a label (not an option) onto the combobox? <6> Well, i found an alternative solution... <12> What's up guys.. i'm looking to do something mathematical over here.. I want to bounce numbers in quick intervals from 100 to -100, to 50 to -50, etc decreasing until it reaches 0. <12> I can think of some janky ways to do this, but I bet there's a better way. Anyone know a good simple way? <5> is there a highquality solution for flv for flash 7? <6> Excuse me, but how do i do multiple conditions in an if statement? <8> if(){}else if(){} <6> No, i mean multiple conditions for a single if statement. <6> As in, if 1 == 1 and 2==2
Return to
#flash or Go to some related
logs:
#windows #beginner #hardware arab falms #gamedev #gentoo #slackware #winvista #dreamweaver western union bug
|
|