Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
5 registered members (Dico, AndrewAMD, TipmyPip, NewbieZorro, Grant), 16,707 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
HELP!! Creating game menu, buttons, animation, button action #345815
10/30/10 01:18
10/30/10 01:18
Joined: Sep 2010
Posts: 97
C
carla_mariz Offline OP
Junior Member
carla_mariz  Offline OP
Junior Member
C

Joined: Sep 2010
Posts: 97
pls help me creating my first game menu, button with action and how to put .gif file to put animation in the splash. The picture won't remove whenever i call the level.

Than You so Much!^_^ blush

Re: HELP!! Creating game menu, buttons, animation, button action [Re: carla_mariz] #345818
10/30/10 05:41
10/30/10 05:41
Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
MasterQ32 Offline
Expert
MasterQ32  Offline
Expert

Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
your animnation:
search the aums fot "animated panel"
but don't use a gif file, use png, tga, bmp, pcx instead!

your button and your main menu:
Use the manual, search for PANEL, button, Panel Flags
The description is very clear and you have good samples!

but one hint to you:
Code:
PANEL* pan_mainmenu = 
{
    flags = SHOW;
    button(32,32,"button.bmp","button.bmp","button.bmp",ClickEvent,NULL,NULL);
}

function ClickEvent()
{
    error("Button clicked!");
}

funtion mouse_startup()
{
    mouse_mode = 1;
    mouse_pointer = 3;
    while(1)
    {
        vec_set(mouse_pos,mouse_cursor);
        wait(1);
    }
}

function main()
{
    video_set(800,600,32,2);
}




Visit my site: www.masterq32.de
Re: HELP!! Creating game menu, buttons, animation, button action [Re: MasterQ32] #345823
10/30/10 10:38
10/30/10 10:38
Joined: Sep 2010
Posts: 97
C
carla_mariz Offline OP
Junior Member
carla_mariz  Offline OP
Junior Member
C

Joined: Sep 2010
Posts: 97
aw..now know..:)

but i have another question...

i have downloaded some files with .wdl extension, whenever i run it through 3dgs a7 free edition, it says that it is not supported by that version. how can i run it using this kind of version?

Re: HELP!! Creating game menu, buttons, animation, button action [Re: carla_mariz] #345825
10/30/10 11:43
10/30/10 11:43
Joined: Apr 2007
Posts: 3,751
Canada
WretchedSid Offline
Expert
WretchedSid  Offline
Expert

Joined: Apr 2007
Posts: 3,751
Canada
It just doesn't work. A work around would be buying a greater edition.


Shitlord by trade and passion. Graphics programmer at Laminar Research.
I write blog posts at feresignum.com
Re: HELP!! Creating game menu, buttons, animation, button action [Re: WretchedSid] #345826
10/30/10 11:46
10/30/10 11:46
Joined: Aug 2009
Posts: 1,438
Spain
painkiller Offline
Serious User
painkiller  Offline
Serious User

Joined: Aug 2009
Posts: 1,438
Spain
C-script (.wdl) is not supported in free edition, only Lite-C (.c)


3D Gamestudio A8 Pro
AMD FX 8350 4.00 Ghz
16GB RAM
Gigabyte GeForce GTX 960 4GB

Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

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