1 decade ago by stahlmanDesign
Here's something I've done that's not a game.
http://www.stahlmandesign.com/jdm/calendrierlnh/indexBaked.html
I wanted to get some Flash-like interactivity out of Impact. Right now it doesn't do much but load game dates and results from an XML file and position the logos and results using entities. Not all months are done. Each game day is manually laid out in a level and is given a value which is the date. Later in main.js the XML code is parsed and then checks to see if the entities in the current level correspond to any dates in the XML. If so, it updates the info and the sprite frame is shifted to the correct logo.
It uses the notification manager plugin, but right now only displays the team name as a test.
I want to create a pop-up "tool tip" like effect with a phrase highlighting the game.
If you press and hold down the hockey player will move around like a game, but that's just for fun.
It also works with the accelerometer so that if you move the iPad around it should move the hockey player.
http://www.stahlmandesign.com/jdm/calendrierlnh/indexBaked.html
I wanted to get some Flash-like interactivity out of Impact. Right now it doesn't do much but load game dates and results from an XML file and position the logos and results using entities. Not all months are done. Each game day is manually laid out in a level and is given a value which is the date. Later in main.js the XML code is parsed and then checks to see if the entities in the current level correspond to any dates in the XML. If so, it updates the info and the sprite frame is shifted to the correct logo.
It uses the notification manager plugin, but right now only displays the team name as a test.
I want to create a pop-up "tool tip" like effect with a phrase highlighting the game.
If you press and hold down the hockey player will move around like a game, but that's just for fun.
It also works with the accelerometer so that if you move the iPad around it should move the hockey player.