javascriptjqueryhtmlcssflash

Interactive animated characters running on this website. How to do this?


I am looking for ideas and inspiration on how to ca

http://hellpizza.com/nz/

trick as in the website below.

At the bottom of the page, there are a number of characters running around that can be interacted with.

What is the correct technology for achieving this? It appears to use JQuery, but i am unsure what modules it is using or where it's source variables are coming from.

Any advice would be appreciated.


Solution

  • This website is using flash.

    You could (and should IMHO) do it in javascript. There are many ways to achieve this, for exemple creating HTML elements containing sprites of the characters, or if your visitors use recent browsers use canvas.