Search Results

Showing results 1 to 11 of 11
Search took 0.00 seconds.
Search: Posts Made By: Pikachumanson ; Forum: C# and child forums
Forum: C# Mar 5th, 2009
Replies: 5
Views: 550
Posted By Pikachumanson
Ok that explains quite a bit for me. Thank you Liz. I will get to working on the code right.

I believe this bit of code here is the heart of what I want to do.

for(int i=0; i< nFrames; i++)...
Forum: C# Mar 5th, 2009
Replies: 5
Views: 550
Posted By Pikachumanson
Yeah I saved it in 24-bit bmp format. All a straight line of 8 individual animations. So what do I do? I know I'm supposed to make a private int for the frame variable.

so should I have something...
Forum: C# Mar 4th, 2009
Replies: 5
Views: 550
Posted By Pikachumanson
What I want to do is take my rpg man sprite and understand how I can access each of his eight animations with methods. I've looked at code that does something like this but I'm not quite getting it....
Forum: C# Mar 4th, 2009
Replies: 2
Views: 509
Posted By Pikachumanson
Thanks for the advice but I already tried that. I did manage to solve the problem by making use of the MakeTransparent(); method. YAY!!!

It works something like this:

if (HeroImage == null)
...
Forum: C# Mar 3rd, 2009
Replies: 2
Views: 509
Posted By Pikachumanson
I have a hero sprite which I have implemented in in my game. He walks around in a grass field. Unfortunately, he is surrounded by a white border that is also in the btmap(or JPG in this case). Any...
Forum: C# Aug 29th, 2008
Replies: 5
Views: 983
Posted By Pikachumanson
That is what I am trying to do. My assignment is to make the Calcpoints method abstract and I want to know how I can access it from my child class Ultimate Warrior, Dragoon and KarateWizard. By the I...
Forum: C# Aug 28th, 2008
Replies: 5
Views: 983
Posted By Pikachumanson
I am making a character generator for school. What I have to do is make my CalcPoints method abstract. Unfortunately I keep getting These three error for each of my derived character classes and I...
Forum: C# Aug 28th, 2008
Replies: 3
Views: 391
Posted By Pikachumanson
Well We aren't going to write the code for you! What have you got so far?
Forum: C# Aug 20th, 2008
Replies: 1
Views: 461
Posted By Pikachumanson
Never mind, I fixed it. This is how I did it.


namespace ConsoleApplication2
{
class Program
{

static void Main(string[] args)
{
Forum: C# Aug 20th, 2008
Replies: 1
Views: 461
Posted By Pikachumanson
I was hoping you guys could help me out as you have in the past. I am kind of new to C# coming from C++.
I get two of each of these errors.

C:\Users\Hector Rosario\Documents\Visual Studio...
Forum: C# Aug 11th, 2008
Replies: 4
Views: 650
Posted By Pikachumanson
You are going to have to do this the hard and just learn by buying books on C# or taking a class on it at your local college. Also youtube offers some interesting tutorials on C#
Showing results 1 to 11 of 11

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC