Gamestudio Links
Zorro Links
Newest Posts
Zorro version 3.0 prerelease!
by Grant. 02/24/26 22:21
WFO Training with parallel cores Zorro64
by Martin_HH. 02/24/26 19:51
ZorroGPT
by TipmyPip. 02/23/26 21:52
Camera always moves upwards?
by clonman. 02/21/26 09:29
Sam Foster Sound | Experienced Game Composer for Hire
by titanicpiano14. 02/19/26 13:22
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
5 registered members (TipmyPip, clint000, Grant, chsmac85, Martin_HH), 5,858 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
alx, ApprenticeInMuc, PatrickH90, USER0328, Sfrdragon
19199 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
how to construct a gud panel for may opening of my game?? #248004
01/23/09 21:11
01/23/09 21:11
Joined: Jan 2009
Posts: 33
Philippines, Quezon City
K
Kaizen_31 Offline OP
Newbie
Kaizen_31  Offline OP
Newbie
K

Joined: Jan 2009
Posts: 33
Philippines, Quezon City
can you give me some code that will help me..
when i click the new_game.pcx the level or the game started at the beginning...??
what code should i used..??

Re: how to construct a gud panel for may opening of my game?? [Re: Kaizen_31] #248005
01/23/09 21:15
01/23/09 21:15
Joined: Aug 2005
Posts: 512
Bayern
Schmerzmittel Offline
User
Schmerzmittel  Offline
User

Joined: Aug 2005
Posts: 512
Bayern
I dont understand your question?

Do you have allready a code? Or do you mean, you need a code, that will load your level?


A7 Com V7.80
Re: how to construct a gud panel for may opening of my game?? [Re: Schmerzmittel] #248007
01/23/09 21:17
01/23/09 21:17
Joined: Jan 2009
Posts: 33
Philippines, Quezon City
K
Kaizen_31 Offline OP
Newbie
Kaizen_31  Offline OP
Newbie
K

Joined: Jan 2009
Posts: 33
Philippines, Quezon City
i need a code that will load the level when i press or click the new_game.pcx

Re: how to construct a gud panel for may opening of my game?? [Re: Kaizen_31] #248012
01/23/09 21:35
01/23/09 21:35
Joined: Aug 2005
Posts: 512
Bayern
Schmerzmittel Offline
User
Schmerzmittel  Offline
User

Joined: Aug 2005
Posts: 512
Bayern
Ah ok.

Make only a simple function like this:

Code:
void StartGame()
{

level_load("level.wmp");
}



If you allready have a panel you only need this little function to load a level. Hope this helps.

You should read the Rudi-Workshop. Theres all explained about menu, panels, and many other stuff. Its very good.



Last edited by Schmerzmittel; 01/23/09 21:36.

A7 Com V7.80

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1