News

1 view
Skip to first unread message

Luffy ONE PIECE

unread,
Sep 29, 2010, 3:54:15 AM9/29/10
to flashga...@googlegroups.com
Hi,

I have updated the sources of FlashGameMaker there is now more than 10 components already created such as BitmapPlayerComponent, TileMapComponent or the simple TextComponent. Check this out on the blog or directly update your sources on this repository https://flashgamemaker.googlecode.com/svn/trunk/flashgamemaker

We keep in touch,
AngelStreet

Raynold van Heyningen

unread,
Sep 29, 2010, 4:23:45 AM9/29/10
to FlashGameMaker
Great, i have updated the source.
Is there some kind of to-do list or planning atm?

On 29 sep, 09:54, Luffy ONE PIECE <ndoye.joac...@gmail.com> wrote:
> Hi,
>
> I have updated the sources of FlashGameMaker
> <http://flashgamemakeras3.blogspot.com>there is now more than 10 components
> already created such as BitmapPlayerComponent, TileMapComponent or the
> simple TextComponent. Check this out on the blog or directly update your
> sources on this repositoryhttps://flashgamemaker.googlecode.com/svn/trunk/flashgamemaker

Luffy ONE PIECE

unread,
Sep 29, 2010, 10:32:28 AM9/29/10
to flashga...@googlegroups.com
I guess that coder are must needed at the moment.
We need to create all the basics components in order to have soon enough of them to reproduce a game like Kawaii-Fight (http://www.kawai-island.com/)!
The fact that I choose to redesign the engine with an Entity-Component architecture will help everybody who want to develop for us to have flexibility.
People don't need to understand the engine to code. They can focus on component and develop independently. Before giving an example I suggest that everybody download the sources as presented in the blog (source from the repository https://flashgamemaker.googlecode.com/svn/trunk/flashgamemaker). Then, you can follow the nex steps:

1. Read the function startGame() in the class GameManager
This class instantiates one entity  and add to it components. You can try all the components I made here by uncommenting the components.
Basically,
* An entity is created with the code                                var entity:IEntity = _entityManager.createEntity("Entity");
* A component is added with the code                           _entityManager.addComponent("Entity", "RenderComponent", "myRenderComponent"); .
Sometimes because we need to define properties in a component we will use a variable to get the component added and then call on of its public method
var textComponent:TextComponent = _entityManager.addComponent("Entity", "TextComponent", "myTextComponent");textComponent.setText("FlashGameMaker");

2. Read the TextComponent class. It is one of the most basic component.
If you could understand how to add and modify components it would be helpfull. You would be able to create other basics components such as ComboBoxComponent, SliderComponent etc...Which means than anybody not knowing of to code in as3 will only do addComponent("entityName", "ComboBoxComponent", "myComboComponent");

3. Try to recruit coders on forum by interesting them to FlashGameMaker we can use the blog as a starting point. Anybody interested in updating the blog with me? http://flashgamemakeras3.blogspot.com/

4. I think that creating a starting guide is important. And to create a list of tutorial on how to use FlashGameMaker.

2010/9/29 Raynold van Heyningen <raynoldva...@gmail.com>

Raynold van Heyningen

unread,
Sep 29, 2010, 10:46:33 AM9/29/10
to flashga...@googlegroups.com
Working on 1 and 2.
3 - Ill be glad to help
4 - Definetly and also the tutorial must be graphical but i will take care of that aspect! 

And like i said a forum would be very nice to discuss :)

2010/9/29 Luffy ONE PIECE <ndoye....@gmail.com>

AngelStreet

unread,
Sep 29, 2010, 11:13:22 AM9/29/10
to FlashGameMaker
On Sep 29, 10:23 am, Raynold van Heyningen

AngelStreet

unread,
Oct 8, 2010, 1:08:34 PM10/8/10
to FlashGameMaker
Hi,
We have over 20 components now it is getting better and better. Next
step is fixing and customizing the existing components. Then adding
some collisions and special moves such as jump and attack.
Any suggestions or component you would like to see coming first?
Reply all
Reply to author
Forward
0 new messages