madster's Recent Forum Activity

  • Interesting. Will this be a commercial, free or opensource tool?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • :s that's weird, it's an edit-time feature, it doesn't affect the runtime at all AFAIK (collision masks always exist anyway)

  • I've been using Windows Seven ( ) from the early betas with no issues whatsoever. Except for the surprise of having to install DirectX9 and its updates manually (Win7 autoupdates drivers as they are released).

  • The circular buffer idea is how I had thought it was done.

    In construct you would just have arrays with moves and one array with the current move.

    Have a current index go through the current array and when comparing the moves array to the current array, start from the beginning of the moves array and from the current index in the current array, going all the way to the end, then another loop that goes from the start of the current array to just before the current index (thus scanning the whole buffer).

    Each time a button or direction is registered, it's stuffed in the current move array and the index is moved. If the index goes out of bounds, it wraps around.

    You could optimize this by having a separate indexer for the moves array, but that doesn't become really useful until you have a huge number of moves (like... 3 digits).

    Oh and for timing, it would be better to timestamp each buffer entry. Then you could compare if the difference with the previous parsed move's timestamp fits within the move's allowed range and there you have timing.

    You also could add parameters to each move, such as current distance to closest enemy to increase move variety without making them too difficult to perform.

  • Congratulations!

  • That's a really nice flash demo.

    Also, nice work, R0J0hound. It looks really stable.

  • fun!

    difficulty picks up swiftly though.

  • FireGL? sweet!

  • use an "on collision with wall" event to change the ghosts direction.

    No manual yet, just the wiki, the forums and chat.

  • same as str(global('timer')) ?

  • HI

    Is there any way to set an entrance to these dungeons? or get the entrance from the generated map or something like that?

  • storing bitmaps as svg could prove weird >_<

madster's avatar

madster

Member since 17 Feb, 2009

None one is following madster yet!

Trophy Case

  • 15-Year Club

Progress

15/44
How to earn trophies