|
Re: Sprites???
[Re: delinkx]
#222524
08/19/08 19:41
08/19/08 19:41
|
Joined: May 2008
Posts: 42 Personal
Yarwin
OP
Newbie
|
OP
Newbie
Joined: May 2008
Posts: 42
Personal
|
Thx
Last edited by Yarwin; 08/22/08 10:35.
|
|
|
Re: Sprites???
[Re: Yarwin]
#222568
08/19/08 23:18
08/19/08 23:18
|
Joined: Nov 2007
Posts: 1,143 United Kingdom
DJBMASTER
Serious User
|
Serious User
Joined: Nov 2007
Posts: 1,143
United Kingdom
|
Then maybe 3D Gamestudio isn't for you. Those workshops are about as basic as it gets. You need to learn the basics of syntax and program flow before you write any major games.
Just try them again and don't give up. If you think they are a waste of time then all i can suggest is you find another engine that has more visual "drag-and-drop" interfaces.
Last edited by DJBMASTER; 08/19/08 23:20.
|
|
|
Re: Sprites???
[Re: DJBMASTER]
#223094
08/22/08 10:33
08/22/08 10:33
|
Joined: May 2008
Posts: 42 Personal
Yarwin
OP
Newbie
|
OP
Newbie
Joined: May 2008
Posts: 42
Personal
|
Nope, i'm just watching te codes, i got an example from the workshop, i'm understanding half of it :D:D Thats really good for me :p
Here it is: (when you see somehting like: //(yes) or //(no) It means how my level of understanding is :p) //////////////////////////////////////////////////////////////////// #include <acknex.h>(yes) #include <default.c>(no)
var a = 0;//(kinda) var b = 0;//(kinda) var c = 0;//(kinda)
/////////////////////////////////////////////////////////////////////
PANEL* panDisplay = { digits(35, 10, "a = %0.f", *, 1, a);//(are these the coordinates of the panel?) digits(35, 19, "b = %0.f", *, 1, b); digits(35, 28, "c = %0.f", *, 1, c); flags = VISIBLE;//(not really) }
/////////////////////////////////////////////////////////////////////
function main() { video_mode = 7; // create a program window of 800x600 pixels//(yes) screen_color.blue = 150; // and make its background dark blue//(yes) while (1)//(no) { c = a + b;//(yes) wait (1);//(no) } }
Last edited by Yarwin; 08/22/08 10:34.
|
|
|
Re: Sprites???
[Re: Yarwin]
#223211
08/22/08 17:32
08/22/08 17:32
|
Joined: Aug 2008
Posts: 63 =Strogg=3rd_com_cent.
Omicron_NEGA
Warez kiddie?
|
Warez kiddie?
Joined: Aug 2008
Posts: 63
=Strogg=3rd_com_cent.
|
all you have to do is READ the manual and the workshops carefully. i use to be like a hopeless fool until i finished reading those workshops
..... it really helps!
Edit:your questions all in the manual,did u check ?
Last edited by Omicron_NEGA; 08/22/08 17:33.
P4 3.6GHz x2 8GB RAM DDR2 GeForce8800GTS
|
|
|
Moderated by mk_1, Perro, rayp, Realspawn, Rei_Ayanami, rvL_eXile, Spirit, Superku, Tobias, TSG_Torsten, VeT
|