Menu

#23 Implement Animation Routines

open
None
5
2004-08-03
2004-01-09
No

The first task that needed to be accomplished to get
this done was to remove as many of the direct constant
comparisons from the code and replace them with
functiion calls.

This means that tests for specific field types are
accomplished through the function call interface. when
we add animated tiles to the display they can be fixed
up more easily.

The second thing that was done was to preserve the
status of the fields between executions. By adding an
'animated' flag to the status we can then specify
certain on-screen items can be animated while they are
being displayed

(or would it be better to perform this globally?)

The most important thing that needs to be implemented
to get the animation working is actual animation graphics.

Discussion

  • Geordie Millar

    Geordie Millar - 2004-07-08

    Logged In: YES
    user_id=914981

    I'd do some....
    It would be good with cars driving around the roads etc...

     
  • Geordie Millar

    Geordie Millar - 2004-07-08

    Logged In: YES
    user_id=914981

    I'd do some....
    It would be good with cars driving around the roads etc...

     
  • Pete Shanahan

    Pete Shanahan - 2004-08-03
    • assigned_to: nobody --> petesh
     

Log in to post a comment.