hi i need some pointers on how im coding please dont bash me because im sort of new to c#
and please for the love of god dont throw me off what im doing im new to c# but not new to programming
ive programmed in
c# been praticing it for two months
c++ done that for a while
visual basic
pascal
ada
ruby my very first language
python i hate the language
ones im going to learn soon
assembly
BASIC
sql
xml
advanced c#
more c++
powershell
unix unix isnt really a language its more a enviroment with commands
i have to go back and edit my code
but there are some crucial points that i need some guidance
1 story mode (i may need to edit it )
example
using my stuff
Vec.sprite( kyurem ) // do you need the file extension and the name
Vec.sprite( health bar full ) // vec sprite is a function i created based off the book the actual script for it isnt posted here
new = player();
new = darkknight();
string = "dark knight: you come so far but now its your end";
string = "cestus: you wish !!!!! go to the abyss";
// now this is where guidance is required
if darkknight health = 0;
{
string = "well done traning complete"
// now this i think might not be right
Vec.destroy kyurem();
new = grathpeak();
}
2 weapons
public class daegith_blade // i made this class public so the game can use this in like a shop
{
private int attack = 90;
private string skill1 = "corrosion blade"
Vec.sprite( daegith blade )
}
vec sprite and vec destroy are functions i made based off the book and have their own individual CS files
3 battle
this is only a section of the player script
keypressEnter
{
new = sword(); collis( enemy_instances )
}
- Viewing Profile: Topics: cyril98
Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics
Community Stats
- Group Members
- Active Posts 13
- Profile Views 352
- Member Title Member
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
Topics I've Started
need some pointers :D
12 December 2012 - 06:33 PM
c# help
11 December 2012 - 07:56 PM
hi guys i need some help whenever i compile code like this it comes up with random errors and i followed the book of ron pentons properly
class lexington
{
weapon = lazarus revolver
armor = military uni
level = 70
}
now i get these errors
; needed
undeclared variable which is strange because i have declared it
thanks
class lexington
{
weapon = lazarus revolver
armor = military uni
level = 70
}
now i get these errors
; needed
undeclared variable which is strange because i have declared it
thanks
window app question
09 December 2012 - 09:15 PM
hey guys i have a question my c# game is coming along but i have a question could you use a window app made with c++ to run a c# game
and somehow chain the two together using some code i want to do this because i dont have visual c# but i have made a window app
thanks
and somehow chain the two together using some code i want to do this because i dont have visual c# but i have made a window app
thanks
c# need help with libary
28 November 2012 - 06:30 PM
hi guys i have been making a libary because i have been sick to death of using game maker
i need help with a few things
with the stealth in the game libary how do i make it so it goes up as you get closer to the enemy
is it like step MUL +1
i have been using ron pentons book to make the libary but instead of making the GSS3k im making a platform like rpg
and how do i make it so that when ever you pick a character the player becomes that character
do i make like a dummy class or use some sort of variable
and how do i utilize the functions on the keyboard
i tried to make a function called keypress
example
keypressEnter
keypressQ
and how on gods earth do i make a collision
like when a projectile collides with a oncoming foe
or when the player jumps off a building and hits the ground
and how do i make it so you can save the game by the click of a button
mind you im quite new to c#
if you want i can give you my code to look at to give you an idea of what im making
i need help with a few things
with the stealth in the game libary how do i make it so it goes up as you get closer to the enemy
is it like step MUL +1
i have been using ron pentons book to make the libary but instead of making the GSS3k im making a platform like rpg
and how do i make it so that when ever you pick a character the player becomes that character
do i make like a dummy class or use some sort of variable
and how do i utilize the functions on the keyboard
i tried to make a function called keypress
example
keypressEnter
keypressQ
and how on gods earth do i make a collision
like when a projectile collides with a oncoming foe
or when the player jumps off a building and hits the ground
and how do i make it so you can save the game by the click of a button
mind you im quite new to c#
if you want i can give you my code to look at to give you an idea of what im making
new dragon x-2 a turn based fantasy/post apocolyptic rpg
24 September 2012 - 07:07 PM
hey guys im new to this forum and i wanted to introduce you to my game that i have made note it is a beta the full version will be coming out soon
so if you see things that arent finished dont worry this is only a beta and i hope you enjoy it
if the game isnt to your standards please dont go flaming me about all its bad points alright because everybody has different standards
thanks
the game can be downloaded at
http://www.filefactory.com/file/3kip4szawbwd
the shop where you can buy the games is coming soon ive just gotta fix up a few things
as i said i hope you enjoy it
if you want something added in tell me ill add it in as DLC
please dont go saying "oh your game sucks" thats your opinion
thanks again
so if you see things that arent finished dont worry this is only a beta and i hope you enjoy it
if the game isnt to your standards please dont go flaming me about all its bad points alright because everybody has different standards
thanks
the game can be downloaded at
http://www.filefactory.com/file/3kip4szawbwd
the shop where you can buy the games is coming soon ive just gotta fix up a few things
as i said i hope you enjoy it
if you want something added in tell me ill add it in as DLC
please dont go saying "oh your game sucks" thats your opinion
thanks again
- Home
- » Viewing Profile: Topics: cyril98

Find content