php? Posted December 20, 2007 Share Posted December 20, 2007 http://www.battledawn.com/bdwelcome.php Quote Link to comment https://forums.phpfreaks.com/topic/82590-how-would-i-create-something-like-this/ Share on other sites More sharing options...
anon Posted December 20, 2007 Share Posted December 20, 2007 flash. Check out the Adobe Flash forums. Oh, and Flash costs like 1000$ Quote Link to comment https://forums.phpfreaks.com/topic/82590-how-would-i-create-something-like-this/#findComment-419845 Share on other sites More sharing options...
php? Posted December 20, 2007 Author Share Posted December 20, 2007 Omg are you serious.. Quote Link to comment https://forums.phpfreaks.com/topic/82590-how-would-i-create-something-like-this/#findComment-419853 Share on other sites More sharing options...
trq Posted December 20, 2007 Share Posted December 20, 2007 Yeah, it is written in a combination of flash (front-end) and some server-side tech (php,asp.net,jsp). And yeah, flash can be pricey, it retails here in aus for around $899. I should know (but I dont), I work for the company that distributes it (in aus). Quote Link to comment https://forums.phpfreaks.com/topic/82590-how-would-i-create-something-like-this/#findComment-419859 Share on other sites More sharing options...
php? Posted December 20, 2007 Author Share Posted December 20, 2007 So is flash it's own scripting language? or is it a combination of different languages I love how smooth it looks Quote Link to comment https://forums.phpfreaks.com/topic/82590-how-would-i-create-something-like-this/#findComment-419865 Share on other sites More sharing options...
trq Posted December 20, 2007 Share Posted December 20, 2007 Flash has its own scripting language called actionscript. Take a look here for more info. Quote Link to comment https://forums.phpfreaks.com/topic/82590-how-would-i-create-something-like-this/#findComment-419871 Share on other sites More sharing options...
php? Posted December 20, 2007 Author Share Posted December 20, 2007 What languages would you recommend to learn before even attempting action-script/flash Quote Link to comment https://forums.phpfreaks.com/topic/82590-how-would-i-create-something-like-this/#findComment-419879 Share on other sites More sharing options...
tibberous Posted December 20, 2007 Share Posted December 20, 2007 Flash is its own technology, with it's own file format. It uses it's own scripting language, actionscript, which is based on EMCA script (same as javascript). To make that you'll need Flash, HTML and some kind of backend language. You'll probably need a database language too, though if you were feeling particularly masochistic you could store all the games data in files. Quote Link to comment https://forums.phpfreaks.com/topic/82590-how-would-i-create-something-like-this/#findComment-419880 Share on other sites More sharing options...
Ninjakreborn Posted December 20, 2007 Share Posted December 20, 2007 Flash isn't that expensive anymore. I can get most flash work accomplished for pretty decent prices. Just look around GAF or the "Freelance" forums for someone to build it for you. It would take a long time to develop if you didn't know any of the stuff really. You can probably hire someone to replicate someting like that link you showed for around 2,500 and if they knew what they were doing it would probably take them about 3-5 weeks. (just estimations). As far as learning. You would need to learn flash/actionscript. Xhtml, css (for layout design). Minor graphic design to get the graphics down (or use a template). If you are wanting to know what orders to learn things, I recommend. * Xml * Flash (design aspect) * Action Script (Programming aspect) * The PHP That way with the xml you have a better understanding of how to load data into flash (one method) Then the flash/actionscript once learned php will help you to communicate between the 2 using xml. Quote Link to comment https://forums.phpfreaks.com/topic/82590-how-would-i-create-something-like-this/#findComment-419881 Share on other sites More sharing options...
php? Posted December 20, 2007 Author Share Posted December 20, 2007 Thanks Guys, tons of great information. One last question... Any guides for Xml etc? Quote Link to comment https://forums.phpfreaks.com/topic/82590-how-would-i-create-something-like-this/#findComment-419889 Share on other sites More sharing options...
trq Posted December 20, 2007 Share Posted December 20, 2007 What languages would you recommend to learn before even attempting action-script/flash Actionscript itself is quite an easy language. I'ts based on the same specification (ECMA) as javascript. Syntax wise its also pretty similar to php. The part that would take the time is learning all the objects provided. Its not quite as difficult as it might sound. Flash comes with a complete IDE and alot of stuff can be built without knowing any actionscript at all. its different to php though as it is a client side technoligy. Quote Link to comment https://forums.phpfreaks.com/topic/82590-how-would-i-create-something-like-this/#findComment-419891 Share on other sites More sharing options...
Ninjakreborn Posted December 20, 2007 Share Posted December 20, 2007 You don't learn XML. You use it. I tried learning what xml was by tutorials and it was futile. I had to actual use it for it to make sense. XML is a database of sorts, but not really a database. It's a way to "Store" data so other languages can easily get access to it. They are well formed tags, that the user creates. If you are wanting some good tutorials on it study "Basic xml tutorials" or google "What is xml" to get some of the basics before you move forward. After that head over to www.w3schools.com to reinforce that knowledge, then jump into a personal project to grab some necessary field experience. Quote Link to comment https://forums.phpfreaks.com/topic/82590-how-would-i-create-something-like-this/#findComment-419893 Share on other sites More sharing options...
php? Posted December 20, 2007 Author Share Posted December 20, 2007 Well, aside from any flash projects (considering i cannot afford it yet), what other projects would be possible by just using php, javascript, Xml, and maybe even CSS. Quote Link to comment https://forums.phpfreaks.com/topic/82590-how-would-i-create-something-like-this/#findComment-419896 Share on other sites More sharing options...
Ninjakreborn Posted December 20, 2007 Share Posted December 20, 2007 It depends. You can learn stuff over time and start building basic stuff in a matter of 3-6 months. What are you asking, be more specific? Quote Link to comment https://forums.phpfreaks.com/topic/82590-how-would-i-create-something-like-this/#findComment-419900 Share on other sites More sharing options...
trq Posted December 20, 2007 Share Posted December 20, 2007 Well, aside from any flash projects (considering i cannot afford it yet), what other projects would be possible by just using php, javascript, Xml, and maybe even CSS. There are literally hundreds of possibilities. Quote Link to comment https://forums.phpfreaks.com/topic/82590-how-would-i-create-something-like-this/#findComment-419902 Share on other sites More sharing options...
php? Posted December 20, 2007 Author Share Posted December 20, 2007 Alrighty, now for me to decide thanks guys Quote Link to comment https://forums.phpfreaks.com/topic/82590-how-would-i-create-something-like-this/#findComment-419905 Share on other sites More sharing options...
anon Posted December 30, 2007 Share Posted December 30, 2007 ActionScript is probably the most logical and straightforward scripting languages out. The Debugger helps a lot too. Quote Link to comment https://forums.phpfreaks.com/topic/82590-how-would-i-create-something-like-this/#findComment-426068 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.