If the "Contact" button brings you to the home page.
It requires a minor fix that you can do yourself.
1. Open main,swi and select the "Control" Sprite.
2. With the "Control" Sprite selected, select the "Script" Panel.
3. In the "Script" Panel, you will see the following code:
onLoad () {
var runcontrol = 0;
var oMenu = 1;
var cMenu = 1;
var nMenus = 5;
var mouseOn = -1;
var siZe = 30;
var ACC = 0.4;
var menuCount = 30;
var play1 = 0;
var m = 0;
BGPos = new Array();
ContentPos = new Array();
this._x = 0;
this._y = 0;
Content.Holder._x = 780;
var ii = 1;
}
Select the code on line 5 i.e., "var nMenus = 5;" and change it to "var nMenus = 6;". This will allow the sections to slide over to show the 6th (contact) section.
Sorry for the inconvenience.
Best Regards,
Dawn
Contact Section Not Showing
Started by Dawn Barrie, Jul 13 2007 01:33 PM
No replies to this topic
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












