Quote:
Originally Posted by Dennisl0l
Is there a diffreence between scripting for websites and for flash games?
|
[Q] That is a rather broad question, perhaps you can redefine it with a more narrowed question? What is it your trying to figure out?
------------------------------------------------------------------------------------
Web Development - vs - Flash Games
Anyway,
yes developing games in Flash and programming for web development are vastly different. With programming in general some things might transcend across languages, but building a website and making a game with Flash are obviously different. Flash uses a language called Actionscript and has basic support for HTML and CSS internally. It can also interface with various other languages/technologies externally. Flash also requires a browser plugin (Flash Player) to run online in the broswer. Web programming uses a wide variety of languages (too many to list/describe here, see the link below), however Flash (compiled .swf files) is one of the files that can be used as part of web development if desired.
Aside from that, as stated above this is a pretty broad question your asking here.
Web Languages (Good overview)
http://sixrevisions.com/web-technolo...uages-decoded/
------------------------------------------------------------------------------------

Unless you meant all inclusively speaking of Flash:
ie: Flash Web Sites - vs - Flash Games
In that case there can be similarities as each is using the same langauage (Actionscript). Flash is very flexible for what all it can be used for, so some concepts will be the same, such as using variables, conditions, functions, loops, etc... But they will differ in the fact that well, one is a website and one is a game and each will have there own objectives and outcomes.
Anyway, maybe something will help here, otherwise please restate your question so people can respond more appropriately.