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
1 registered members (TipmyPip), 18,449 guests, and 6 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
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