Gamestudio Links
Zorro Links
Newest Posts
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (AndrewAMD, ozgur, AbrahamR, wdlmaster), 849 guests, and 7 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Give some score please.. #253223
02/23/09 15:49
02/23/09 15:49
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
ahmm..how can i put a score on my player whenever he killed an AI??because i have 2 diff AI!!

the first one is an mealy type means a hand to hand type of AI combat..and i wanted it to the score is to be 50 whenever my character killed that enemy..

the second on is an long rage type of AI and i wanted that AI the score will be 30 hmm...

how can i construct a code of my socre??
please help every one thanks in advance i appreciate every help that you will give..
thanks..

Re: Give some score please.. [Re: Kaizen_31] #253252
02/23/09 18:14
02/23/09 18:14
Joined: May 2008
Posts: 331
Lithuania, Vilnius
Jaxas Offline
Senior Member
Jaxas  Offline
Senior Member

Joined: May 2008
Posts: 331
Lithuania, Vilnius
use panel and variable like score smile use online Lite-C tutorial to learn panels basic wink


The smaller the bug, the harder it is to kill.
_________________________________________
Forklift DEMO (3dgs)
Re: Give some score please.. [Re: Jaxas] #253520
02/25/09 08:02
02/25/09 08: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
please help me construct a score for my game..
please help us tnx in advance.

Re: Give some score please.. [Re: Kaizen_31] #253521
02/25/09 08:11
02/25/09 08:11
Joined: Jul 2008
Posts: 553
Singapore
delinkx Offline
User
delinkx  Offline
User

Joined: Jul 2008
Posts: 553
Singapore
use a panel and a datastructure to update the fields on the panels. read the tutorial basics for more details.


A7 commercial Team / VC++ 2008 Pro
homepage | twitter | facebook
Re: Give some score please.. [Re: delinkx] #253525
02/25/09 09:23
02/25/09 09:23
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 don't understand what does the manual says please help..
please give a sample code to help me construct a function for that
tnx..

Re: Give some score please.. [Re: Kaizen_31] #253672
02/25/09 23:32
02/25/09 23:32
Joined: Apr 2006
Posts: 737
Ottawa, Canada
O
Ottawa Offline
User
Ottawa  Offline
User
O

Joined: Apr 2006
Posts: 737
Ottawa, Canada
Hi!

Here's an example of a panel that I use to debug my game.
It follows many variables.
Code:
PANEL* debug = {
	pos_x = 400;
	pos_y = 50;
	layer = 3;
	digits (0,0,"tour_de: %f ",*,1, _le_tour_de1);//
	digits (0,20,"rendu: %f ",*,1, rendu);//
	digits (0,35,"renduhaut: %f ", *,1,renduhaut);
	digits (0,45,"desc_bas: %f ", *,1,desc_bas);
	digits (0,65,"combien: %f ", *,1,compte_combien);
	digits (150,65,"_leswhiles: %f ", *,1,_leswhiles); //compt_bl
	digits (0,85,"qui: %f ", *,1,_Tpos_x); //qui
	digits (0,105,"_valeur1ou2: %f ", *,1,_valeur1ou2);
	
	flags =  OVERLAY  ;// |;// | SHOW 
}


Ottawa smile

Re: Give some score please.. [Re: Ottawa] #253847
02/27/09 10:27
02/27/09 10:27
Joined: Jan 2009
Posts: 36
Philippines
U
unknown_master Offline
Newbie
unknown_master  Offline
Newbie
U

Joined: Jan 2009
Posts: 36
Philippines
hahaha nice baja!!! wakokokokok!!!! kaya natin toh!!! hahaha


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

Gamestudio download | chip programmers | 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