Welcome
Welcome to my blog. I mainly blog about the basics
of running Flash games over the internet, but sometimes I get distracted.
Here you will find my efforts at programming turn based Flash games,
plus links to all the games I have written. You are free (as in beer)
to get all the code, just email me - nicolas_evans at yahoo.com (sorry
you cant click on it - I dont want more spam).
Building Multiplayer Games in Flash.
The Posts
Monday, May 22, 2006
Hi. I have now finished Fish Or Foul, you can find it in the links. I found another gotcha.You cannot rely on a movieclip to set a property via gotoAndPlay, if you need to access that property in the current frame.
# posted
by nicolas_evans @ 7:46 AM
The Posts
Thursday, May 18, 2006
Hi. Still working on converting Fish Or Foul. The most difficult game I have converted, mostly due to it being an older game. I have learnt to include all necessary movieclips in the constructor and not to rename movieclips. I also encountered a gotcha, where the class owning a static function cannot access that function. This only happens in the Flash Player 6, it works correctly in Flash Player 7.
# posted
by nicolas_evans @ 8:59 AM
The Posts
Friday, May 12, 2006
Hi. I have finished Mammoths. I am now working on another game, Fish or Foul. In this game, players take two
turns in a row. So new problems to make this one work.
# posted
by nicolas_evans @ 1:16 PM