Friday, 21 May 2010

Postcard Page

When the user has collected all the stickers by answering all the questions correctly, a button appears that takes the user to the postcard they have won when they click on it. The postcard has an image off each level and shows they have answered all the questions correctly.


On the postcard I also had a print above. It was meant to be so the user could click print to print the postcard they had won so they actually got something out of playing the game. The actionscript I used on the print movieclip was:

on (release) {
print(postcard.swf, "bframe")
}

When testing the movie in flash it printed the postcard with no problem but when it is online, it doesn't print the postcard and instead just prints a blue page.

No comments:

Post a Comment

Followers