Gamestudio Links
Zorro Links
Newest Posts
ZorroGPT
by TipmyPip. 02/27/26 13:15
WFO Training with parallel cores Zorro64
by Martin_HH. 02/26/26 16:03
Zorro version 3.0 prerelease!
by TipmyPip. 02/25/26 16:38
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
3 registered members (TipmyPip, Martin_HH, Enayn), 4,976 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
the1, alx, ApprenticeInMuc, PatrickH90, USER0328
19200 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 2 1 2
Re: please give a blood particles code made in lite C [Re: Kaizen_31] #250484
02/08/09 08:22
02/08/09 08:22
Joined: Aug 2003
Posts: 902
Van Buren, Ar
Gordon Offline
User
Gordon  Offline
User

Joined: Aug 2003
Posts: 902
Van Buren, Ar
look at the button definition for a button in a panel in the manual. See the place for the button click? assign the function name then (name without parens) but you will need to use game_load to load a game.


Our new web site:Westmarch Studios
Re: please give a blood particles code made in lite C [Re: Gordon] #250875
02/10/09 13:02
02/10/09 13:02
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
what i dont understand you will kindly construct the code for me..
please..for the load of my game

Re: please give a blood particles code made in lite C [Re: Kaizen_31] #250886
02/10/09 14:26
02/10/09 14:26
Joined: Mar 2008
Posts: 2,247
Baden Württemberg, Germany
Espér Offline
Expert
Espér  Offline
Expert

Joined: Mar 2008
Posts: 2,247
Baden Württemberg, Germany
*manual = friend of those questions*

Code:
BMAP* BMap1 = "button_nohit.tga"; 
BMAP* BMap2 = "button_hit.tga";

function load_the_game();

PANEL* this_for_loading =
{
	pos_x=21;pos_y=411;
	button(0, 0, BMap1, BMap2, BMap2, load_the_game, NULL, NULL);
}

function load_the_game()
{
	game_load("name",1);
    
}


edit as you want...

Last edited by Espér; 02/10/09 14:28.

Selling my Acknex Engine Editions (A7 Com & A8 Pro):
>> click here if you are interested <<
Page 2 of 2 1 2

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