Hi Impact Gurus,

I am stucked in the middle of developing a set of menus for my game. I am wondering whether any impact guru can give a hand.

The menus needs to have the following features:
1. using a slider to adjust the volume of game music and sound effects separately.
2. Level Selection
3. Buy power ups via paypal
4. enter a code via text input to redeem golds to play games.
5. show the highest scores
6. every menu except the main one will have a back link to the main menu.

I have been searching a solution for my menu for a while and tried code published in this forum. But I simply cannot get the menu system working as expected. Can anyone advice me a working solution? Even a link to a working plugin or a tutorial will be appreciated.

The specific questions I have are:

1.how to use a slider in impactJS? Do I have to use jquery to implement this?
2. any way to take text input with in impactJS to manipulate game data?
3. can buy buttons be created to allow players to buy powerups via paypal?
4. how to navigate through all the submenus?
5. If jquery is used to create the menu system, will it affect the running of the game on iOS devices?

Many thanks in Advance

Jack