Actionscript :: Export Score Data From A Flash Game (still In Development)?

Sep 30, 2009

The game will be on a school VLE (virtual learning environment) like 'Moodle'. Can you export to email? Spreasheet? Or can it only be done with php? Do not want to be spending weeks on it!

View 1 Replies


Similar Posts:


Actionscript 3 :: Game Development - Embed External Data Files For Run-time Retrieval?

Jul 30, 2011

I'm writing a Flash game where the game levels are saved in small plain-text files, which I want to embed in the swf file. My current solution has a distinct code smell in its repetition, and I'm certain that there is a better way. My code is basically: In a LevelLoader class, embed all the levels

[Embed( source="levels/1.dat", mimeType="application/octet-stream" )]
protected var level1:Class;
[Embed( source="levels/2.dat", mimeType="application/octet-stream" )][code].......

There are a couple of problems with this approach: I have to add a line for embedding each level. Optimally, all files in a folder would be automatically embedded.A level can't be "prepared" from a string. I'd like to be able to pass LevelLoader a level number or level name as a string.I think that all strings are stored in memory rather than on disk.How could I program this "correctly"?

View 1 Replies

Add Highest Score Table In My Flash Game?

Jul 27, 2009

I want to add highest score table in my flash game ? I want to upload my game to web so visitors can play on my page and see how good they were. Im working with as2

View 1 Replies

Flash :: Write Game Score In XML File?

Feb 19, 2011

I am working on a flash game which is a shooting egg game. I want to export a score(what ever it may be ) to the xml file so that using php developer can take it from there n post it to the wall just like we play games on facebook n it asks you that "Do u want to post your scores?". The variable of Dynamic text box is score.

View 1 Replies

ActionScript 2.0 :: Game Development - Game Character Dialogues?

Jan 22, 2010

It's about the "Game Character Dialogues", It is used to instruct the user what to do, like what you see in BookWorm or Diner DAsh.I used dynamic text fields to generate these dialogues,but as I continued doing it. I found myself stuck.I have no idea on how to change the words when the "next" button is clicked. there will be no previous button. but the dialogue will replay when the character is clicked.

View 3 Replies

Game Development - Slide From One Frame To Another In Flash CS4?

Apr 20, 2011

I'm able to create the basic structure but I'd like to add some transitions between frames when a player makes a choice. I want to make it look like one frame slides to the left followed by the next frame sliding into view.

View 1 Replies

ActionScript 3.0 :: Tracking Time - Count The Seconds Passed While Playing The Game And Gives A Bonus Multiplier To The Current Score When The Game Ends?

Mar 15, 2009

Is there a way to get this code to work? It's meant to count the seconds passed while playing the game and gives a bonus multiplier to the current score when the game ends. I don't know how to get the returned value to combine it into the multiplier int variable. Is there any way to get this code to work or is it completely wrong?

View 11 Replies

Flash :: Sharing Game Score To Social Networks?

Jul 11, 2011

there is is simple Game ( kids multiplication ) game will be on Normal website

How I can share Game score over Social networks like Facebook without using PHP or any server-side scripting directly from Flash ?

Game is also just XML based game just in the end I want to share User score and website link to any social-network where user want

View 1 Replies

Hack A Flash Game To Increase Votes Or Score?

Nov 10, 2011

I want to know about hacking a flash game...like in a flash game how to hack to increase your votes or score ... As there are flash games in Facebook,how to hack them

View 2 Replies

Flash :: Web Development - Not To Target 10 For A Browser - Based Game?

Oct 25, 2010

There's clearly a bunch of new stuff in Flash 10, I'm seeing a bunch in the Graphics class so far. Struggling a bit to reconcile it with what I know already but it looks useful - render lists and 3D transforms, etc - however I wondered if there are good arguments for targeting Flash 9 since I can definitely manage without all the new stuff I don't know. Like support on non-Windows devices, wide adoption of Flash 9 Vs 10, etc.

View 1 Replies

Iphone :: Use Flash For Commercial IOS / Android App / Game Development?

Sep 7, 2011

Since I've been using Flash for a long time, I want to know if it can be be used for commercial grade games or app development?

View 3 Replies

Flash :: Framework For Game Development On Adobe's AIR Mobile?

Feb 14, 2012

I've recently tried FlashPunk for game development and it seems to be easy enough to comprehend, however, when me and a friend tested simple apps coded in it on the iPhone, it seems to be acquiring an unnecessarily large amount of memory plus dropping framerates.

Are there any other choices for game development with ActionScript 3 with frameworks that are optimized for mobile gaming?

View 2 Replies

Actionscript 3 :: Flash Game - High Score With Graphics Not With Text

Jan 1, 2010

is it possible to use graphics (the numbers 0-9 in one png-file) instead of a Textfield to show the high score of a game to the player? With a TextField it is easy to "refresh" the score but what can I do, if I want to use my png-files for the score? Is there a simple way to do this? How are other flash game designer do it?

My current solution (not tested, just in my head) is, to create 10 bitmaps (numbers from 0-9) or 1 bitmap with all the numbers in it and then convert the current score into a string, split this string and for every digit show the matching bitmap. Update: or should i try to use filters on the textfield to create a "more beautiful" score?

View 2 Replies

ActionScript 2.0 :: Make A High Score Table For A Flash Game?

Oct 11, 2003

how can i make a high score table for a flash game where EVERYONE see's the same high scores?

eg.

Bill gets 1000 in USA
Ben gets 1002 in UK

they can see each others scores on a high score table.

View 7 Replies

ActionScript 3.0 :: Sharing Flash Game Score To Social Networks?

Jul 11, 2011

there is is simple Game ( kids multiplication )game will be on Normal website How I can share Game score over Social networks like Facebook without using PHP or any server-side scripting directly from Flash ?Game is also just XML based game just in the end I want to share User score and website link to any social-network where user want

View 1 Replies

Actionscript3 :: Game Development - Flash Cs4: Resolve Lag When Launched From Browser?

Aug 12, 2011

I've been working for a month on a flash game, which should be manageable to play in a browser (light computation). This being said, I've noticed that in some browsers the game runs at what looks like 15 fps (the game should run in 80fps). This has been known to happen in IE9, and the quick fix was to add this line to the top of the html: <meta http-equiv="X-UA-Compatible" value="IE=9"> This was a quick-fix that forces IE into compatibility mode and greatly improved the fps (to about... 60, let's say). Still, I believe that the game is running slower than it should in every browser, which is evident when the html version is compared to the swf.

[Code]...

View 1 Replies

As3 :: Game Development - Create - Append And Read A Txt File With Flash

Jan 16, 2012

I am kind of new to Flash and only really know really basic stuff. (Scenario) I have made a local game in Flash CS3 Professional for my Advanced Higher Computing project for school which is almost completely glitch free. But my teacher says it needs a file handling feature, such as a high score feature in it to make it AH standard. I want to make a simple high score feature where it takes the final score, asks the user to input their name, and add it to a .txt file. Since the computers at my school are very limited, I cannot use programs like Adobe AIR or PHP or anything like that so I need it to be simple. (Question) So I really need a full tutorial (where to put the coding, layout and everything) to:

Check if there is an existing .txt file called (for example) "High Score.txt" If there is, load it. If not, create a .txt file called (for example) "High Score.txt" to the desktop. Take the users input and place it with their final score after it. (Optional but not required) Arrange the scores in order of highest to lowest or display the top 5.

View 1 Replies

ActionScript 2.0 :: How To Export Score In Xml Format

Aug 27, 2010

i am not able to store my data(score) in xml format(flash action script2).

View 7 Replies

Flash :: Iphone - Adobe CS5 For Game Development And Publish It On The Apple App Store?

Oct 28, 2010

Since Apple loosened their terms again, is it posible to develop a game in FLash CS5 and publish it on the Apple App Store? Are there actually any real apps / games on the App Store that were build on Flash?

View 1 Replies

Actionscript 3 :: Flash Errors 2007, 2025; Increasing Score Seems To Crash Game

Jun 12, 2011

I'm working on a small game in Flash to get the basics of AS3 down. However, I ran into some problem that I can't seem to figure out. I have my Player 'avatar', which is supposed to pick up small coins that appear from the right side of the screen. These coins move to the left where my player character can pick them up. I want to remove them from the screen and increase the score by 10 when the character picks up a coin.

However, there seems to be a couple of bugs: when I pick up a coin, I get these errors:

TypeError: Error #2007: Parameter child must be non-null ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.

I push the coins to an array and then run a foreach loop on them to make them move and call hitTestObject() on them:

[Code]...

View 1 Replies

Flash :: Game Development - Comet / JS / PHP / HTML5 Versus In Secure Multiplayer Gamedevelopment

Sep 1, 2011

I would like to create a multiplayer online game (tic-tac-toe/chess) and i am not sure which language to use. I am familiar with JS/PHP and heard about comet Does comet stand a chance against Flash, if yes whats the limitations except the lack of smooth animations like flash allows? What are the differences regarding resources and memory needed? SECURITY: Is it possible to create Flash-games without any chance to modify (flash-)cookies etc... for cheating? i know lot of questions, i do hope for your recommendations into the reight direction.

View 1 Replies

Game Development - Create A Translations Library Of Flash Symbols For Action Script From An XML File?

Nov 5, 2011

I have a list of 700 words that I would like to convert to symbols in Flash for a flash card game. I'm trying to make a game where a random symbol from a slice of the array of symbols will come into game play until the user performs an action.Basically, I'm wondering how I can create an arrayed/indexed library of symbols from a dictionary, for a downloadable Flash game. Does anyone know how I could start to script this? Also, if I want to pair a 'word symbol' with its translation, do I need to use a database? Obviously, because it's a flash-card type game I'm working on, the translated symbol is just as valuable as the original-language symbol.

View 1 Replies

Cost Of Game Development

Oct 12, 2009

I am a web designer and have a client who is interested in having a game application created similar to farmville or mafiawars on facebook. This is outside of my realm of Flash for sure and would have to be handled by someone else.I realize there are many factors that affect this question but could anyone give me a ballpark cost of creating an application like that? My client is just curious as to the realistic possibility cost wise?

View 1 Replies

[CS3] Score Counter In A Shooter Game

Nov 24, 2008

I have a simple shooting game set up. 25 monsters appear on the screen, one after another, until no monsters are left. If you hit one before it disappears, the score increases. If you don't, the score stays the same.

In the actions frame, I placed an empty dynamic text box named score, and set it equal to 0 (declared in the main actions frame). But, seeing as though the monster actions are coded into the library item itself, do I have to declare score, and the score increase there instead?

View 4 Replies

ActionScript 3.0 :: Communities For Game Or App Development ?

Mar 3, 2011

I am working on 2 projects at [url]... (an "easy" to use rapid data collection and processing app), and Space Out (a space shooter game with minion ships and systems/galaxies that expand as you explore).Are there any popular communities that handle both game and more serious-oriented app development? Is there some forum here at adobe? I've been working on them for a while,at least space out, but don't know what to do about getting feedback/users to try them.They use php and mysql to act like a server, and are written purely in as3.Space out has had more functional versions that were based on a development kit, which I am trying to move away from now. I'm not a business, just one person trying new things, new to me at least.

View 1 Replies

C# :: Where To Start With Browser Game Development

Sep 4, 2011

I started off game development on Android about a year ago and want to expand to developing browser games as well. Is flash worth learning? Or should I go for using an engine like Unity and learn game development in c#. Mostly I'm just worried that I would be wasting my time learning flash if I'm not going to get much use from it.

View 1 Replies

Facebook :: 3 Isolib Game Development?

Mar 16, 2012

I need to develop a isometric game on facebook like farmvillie, barnbuddy or etc. I found couple of frame works (link is here) to develop it, but they not simple as isolib.So I decided to go with as3 isolib. Google project for that is here.

But I could not find a A-Z tutorial for as3 isolib, except basic (adding scenes, adding map and etc).
I want more stuff. So Can you please suggest me a advance as3 isolib tutorial (I googled it 100 times) ?

Anyway if you have suggestion for frame work except isolib to develop isometric game,let me know it also.

View 1 Replies

ActionScript 3.0 :: Framework For Game Development?

Oct 1, 2010

I need a framework that would ease n modularize game development.I am also searching through web,but the reason I posted this query is that ,there are lots of great game developers out there who have been actively involved in game development.And they know what framework is right for game development purpose.This is for the facebook game similar to [URL]..

View 2 Replies

ActionScript 2.0 :: Make A High Score Table For A Flash Game Where EVERYONE See's The Same High Scores?

Oct 11, 2003

how can i make a high score table for a flash game where EVERYONE see's the same high scores?

eg.

Bill gets 1000 in USA
Ben gets 1002 in UK

they can see each others scores on a high score table.

View 7 Replies

ActionScript 2.0 :: GAME - Submit Score Via Email?

Apr 5, 2009

I have a question which I think should be fairly simple but my AS knowledge is rather poor so i'm wondering if someone could help me out or point me in a direction to find out how to do this...

I'm playing around with a game, (skinned it and slightly modded it) and at the end I want the player to be able to enter his email and hit a "submit" button and have his score emailed to me? Is this simple?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved