Wednesday, April 20, 2011

FYP 2 - Critique 2 Working Progress 4 (Game)

Coding (Sleeping Mode)

function sleep(milliseconds) {
hiddenInterval = setInterval(sleepwait, milliseconds);
}

function
sleepwait() {
stopSleeping();
}


function
stopSleeping() {
clearInterval(hiddenInterval);
}

FYP 2 - Critique 2 Working Progress 3

I started with my first game with the existing source code and I and I stuck already ><

This is the modified version game, the enemies manage to stop moving but it's still appear in my game and just couldn't move around. My main problem is stuck when the player touch the remarks, I couldn't add in my questions as the remarks are appear randomly and my game is there each remark carry out different Q&A.


FYP 2 - Critique 2 Working Progress 2

This is my second edition of layout design that done in flash. A complete animated flash application. Following are my screen shots of every pages. The game will be update soon. ^^

Homepage

History page

Puppetry Page

Puppets Page