Turret Defense

Talk about making games.

Turret Defense

Postby savvy » Wed Aug 04, 2010 9:43 pm

ok, heres this thing ive been working on since yesterday, there are only 5 levels so far but tell me how u think it is so far.
mouse to aim, click to shoot(hold mouse down)

PS: its in this forum cos its in "developement".
Attachments
Turret Defense.zip
TD!
(2.06 MiB) Downloaded 71 times
--> For my help, i ask for a simple +1 if it helps! ^-^
--> I dont code, I type art which you dont understand.
--> I keep winning the 3D model challenge at college, teacher says: "you keep winning im not giving you prizes".
User avatar
savvy
 
Posts: 494
Joined: Wed Jun 03, 2009 11:55 am
Location: England
Score: 44 Give a positive score

Re: Turret Defense

Postby savvy » Wed Aug 04, 2010 9:49 pm

heres a screenshot. its small cos it wouldnt let me go any bigger.
Attachments
screen shot.png
screen shot.png (65.8 KiB) Viewed 1143 times
--> For my help, i ask for a simple +1 if it helps! ^-^
--> I dont code, I type art which you dont understand.
--> I keep winning the 3D model challenge at college, teacher says: "you keep winning im not giving you prizes".
User avatar
savvy
 
Posts: 494
Joined: Wed Jun 03, 2009 11:55 am
Location: England
Score: 44 Give a positive score

Re: Turret Defense

Postby Game A Gogo » Wed Aug 04, 2010 11:12 pm

Ever wonder why there are black lines left behind the space ships?

Make sure you destroy your trail actor once it reaches transparency, this will free up CPU (Hurray!) and will look better (Hurray!)

Code: Select all
if(transp==1)DestroyActor("Event Actor");


otherwise, neat game! looking for further development!
Programming games is an art,
    Respect it.
User avatar
Game A Gogo
 
Posts: 3466
Joined: Wed Jun 29, 2005 10:49 pm
Location: French Canada *laughs*
Score: 181 Give a positive score

Re: Turret Defense

Postby savvy » Thu Aug 05, 2010 8:15 am

ive done that, i have this code
Code: Select all
if(transp>9.8)
{
destroyactor(eventactor);
}

but ti doesnt seem to work
--> For my help, i ask for a simple +1 if it helps! ^-^
--> I dont code, I type art which you dont understand.
--> I keep winning the 3D model challenge at college, teacher says: "you keep winning im not giving you prizes".
User avatar
savvy
 
Posts: 494
Joined: Wed Jun 03, 2009 11:55 am
Location: England
Score: 44 Give a positive score

Re: Turret Defense

Postby Game A Gogo » Thu Aug 05, 2010 1:42 pm

Transparent goes from 0 to 1, never to 10 as you were suspecting here! change your 9.8 into .98

also if you copied that script directly from your code, it's DestroyActor("Event Actor");

hope it helps
Programming games is an art,
    Respect it.
User avatar
Game A Gogo
 
Posts: 3466
Joined: Wed Jun 29, 2005 10:49 pm
Location: French Canada *laughs*
Score: 181 Give a positive score

Re: Turret Defense

Postby savvy » Thu Aug 05, 2010 2:03 pm

damn, yeah, thanks GAG! i forgot it was 0 to 1, the destroy actor isnt actually that in the script.
--> For my help, i ask for a simple +1 if it helps! ^-^
--> I dont code, I type art which you dont understand.
--> I keep winning the 3D model challenge at college, teacher says: "you keep winning im not giving you prizes".
User avatar
savvy
 
Posts: 494
Joined: Wed Jun 03, 2009 11:55 am
Location: England
Score: 44 Give a positive score

Re: Turret Defense

Postby savvy » Thu Aug 05, 2010 2:36 pm

-UPDATE-
has music(editing still)
SFX
10 levels
and a whole lotta boom
Attachments
Turret Defense.zip
is it the updated one?
(3.03 MiB) Downloaded 59 times
--> For my help, i ask for a simple +1 if it helps! ^-^
--> I dont code, I type art which you dont understand.
--> I keep winning the 3D model challenge at college, teacher says: "you keep winning im not giving you prizes".
User avatar
savvy
 
Posts: 494
Joined: Wed Jun 03, 2009 11:55 am
Location: England
Score: 44 Give a positive score

Re: Turret Defense

Postby savvy » Thu Aug 05, 2010 2:45 pm

im aware of white screen glitch
Attachments
TD.zip
(3.03 MiB) Downloaded 58 times
--> For my help, i ask for a simple +1 if it helps! ^-^
--> I dont code, I type art which you dont understand.
--> I keep winning the 3D model challenge at college, teacher says: "you keep winning im not giving you prizes".
User avatar
savvy
 
Posts: 494
Joined: Wed Jun 03, 2009 11:55 am
Location: England
Score: 44 Give a positive score

Re: Turret Defense

Postby savvy » Thu Aug 05, 2010 2:51 pm

sorry linux guys, heres the Linux version
Attachments
TD -linux-.zip
linux version
(3.03 MiB) Downloaded 53 times
--> For my help, i ask for a simple +1 if it helps! ^-^
--> I dont code, I type art which you dont understand.
--> I keep winning the 3D model challenge at college, teacher says: "you keep winning im not giving you prizes".
User avatar
savvy
 
Posts: 494
Joined: Wed Jun 03, 2009 11:55 am
Location: England
Score: 44 Give a positive score


Return to Game Development

Who is online

Users browsing this forum: No registered users and 1 guest