@Gama11 Thanks a lot, this is very helpful!!
agarciap
@agarciap
Posts made by agarciap
-
Text Input from User help?
Hi everyone,
I'm a newbie in programming in general, and in haxeflixel in particular. I need users to input text (just their names) by typing. I know that both FlxUIInputText and openfl.text.Textfield can be used for this purpose, but I'm completely lost as to how to proceed. I can create the text field alright with FlxUIInputText, but I can't seem to be able to do anything else beyond that. I was wondering if there are any tutorials or examples I can use to guide me in how to do it, because I'm completely new to this, and I've been unable to find any examples. I assume it's really simple, but I'm really new to programming and need a lot of help.
Thanks in advance! -
RE: Saving to CSV
@starry-abyss
Thanks a lot. As I said I'm really new to programming and it looks quite intimidating. I'll start working on it. -
Saving to CSV
Hi everyone,
I made a post originally a couple of months ago, but have been unable to reply until now because of some personal issues. In any case, I've been looking for help into how to export/save my game information to a CSV file. I will be saving info like player id, time intervals between button presses, and a few different scores, all created as arrays. Someone replied to my original post by pointing me out to http://x01010111.com/haxeflixel.php and the associated tiled map editor. This, unfortunately, is not what I need. I don't need to create a csv to then parse it to haxeflixel. What I need is to automatically save all of the game information to this file, so that I can then open this file with something like Excel.
Any help would be really appreciated!! As I mentioned in my original post, I'm a newbie at programming in general.Thanks in advance!!
-
Exporting to CSV
Hi everyone,
Newbie programmer here and still making tons of mistakes. I need to be able to export my game information to a CSV file and I'm not sure how to do it. I will be saving info like player id, time intervals between button presses, and a few different scores, all created as arrays. Any help (and patience at my ignorance) would be really appreciated!! Thanks in advance