Jump to content
MakeWebGames

Drop Down Menu Bar


Z?v??

Recommended Posts

Hey all, any of you guys got an idea of how to add a menu bar which took me a few hours to make into my game?

The file is.. dropdownmenuebar.ump

Never used this type of file before as i just started with the new program of mine :)

Any help would be much apreciated, thanks.

Link to comment
Share on other sites

Re: Drop Down Menu Bar

Ok iv'e implemeted the suquence for my drop down menu list, created the files needed and what not, now i'm having problems with 1 damn error...

Parse error: syntax error, unexpected T_STRING in /******/public_html/header2.php on line 119

Iv'e just cut out from "line 110/130" Can anyone see my problem i'm having?

 

110. print "<img src=jailbanner.jpg />";
111. }
112. else if ($ir['hospital'] > 0)
113. {
114. print "<img src=hospitalbanner.jpg />";
115. }
116. else
117. {                                                              
118. print "<img src=Banner.gif />";
119. }
120.
121. $count=mysql_query("SELECT COUNT(*) as cnt FROM users WHERE 
122. laston>unix_timestamp()-15*60",$c) or die(mysql_error());
123. $num=mysql_fetch_array($count);
124. 
125. print"<center>
126. <body bgcolor='000000'>
127. 

128. <script type="text/javascript" language="JavaScript1.2">BuildLayer
129. ('h','','','','250','250','','','','5','0','1px Solid #000000','1px Solid #000000','1px Solid #000000','1px Solid
130. #000000','left','#FFFFFF','blacktile.gif','1','1','','Filter:none

 

Much help needed, thanks.

Link to comment
Share on other sites

Re: Drop Down Menu Bar

DDAAAMMMNNNNN my menu bar is lookin off the hook :P Cheers for the help there deception, spot on bro :)

I will be posting my java menu designs out for sale v.soon prices will range from $5-$100 (These are worth anything upto $400 to design yourself from scratch with a paid licence version)

As i made my own program i guess i'll knock ALOT off!

DEMO'S COMING SOON.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...