Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - SmartBoy16

Pages: 1 ... 4 5 [6] 7 8 ... 40
76
on my next release (soon, but not now), im disabling the "jumping feature" until i experiment with sprites a little more


77
Help, Errors, FAQ / Re: Layer questions
« on: 2010-01-09, 10:49:21 AM »
(who knew it was that simple?)   this helps, thanks!!!

78
Help, Errors, FAQ / Layer questions
« on: 2010-01-09, 12:51:54 AM »
Is there a way to hide or show a layer in runtime?  Same question for reordering layers?

79


edit: I checked it out. It's okay. But I don't get how to get to the end of the level.

its not done yet :(


80
Projects / Version 0.1 Released
« on: 2010-01-06, 11:32:10 AM »
Here's a new version.

some major updates:

*added first maze map
*added "jumping between notebooks"


there is a glitch that you are thrown between certain walls when jumping between notebooks.

also, is there a way where you can create a C# project from the .sgdk2 file, edit it on Visual Studio, and then send it back?

expect a few more updates later on.

the link: http://www.box.net/shared/7g060f65vd

81
Help, Errors, FAQ / Cant name tile category as "Keytile"
« on: 2010-01-04, 05:06:05 PM »
I just figued this a while ago, but apparantly when a tile category is named "Keytile" you cant find the category in the rules editor, but "Key tile" works just fine!

82
Projects / Re: GuitarSim
« on: 2009-12-29, 10:14:45 AM »
That's Great! Maybe if gets even more popular you could add more features like a recording feature or maybe more guitars. (just throwing suggestions)

oh! and you download link on youtube is broken, you may want to fix that

83
Off-Topic / Re: How to pass a variable from child to parent form
« on: 2009-12-18, 04:08:14 AM »
@ bluemonk, I figured this out a while ago, but thanks for the tip.

i might let you know how this turns out. i got the game to the point where you can answer the questions, but i still have to make the questions and, if i have time, put some "pretty" effects on it. let ssee how it turns out :)

84
Off-Topic / How to pass a variable from child to parent form
« on: 2009-12-16, 05:26:10 AM »
Hey you guys, i'm having trouble with this. this is for a college assignment.

I'm making a "Jeopardy" game for my final in a programming class and i having trouble passing a variable from the child from to the parent form. so far i got:
Code: [Select]
//parent form

public partial class ParentForm : Form
    {
        string playersname;
        public ParentForm(string strParam) //i have it set up to set this as "Enter Name Here"
        {
            InitializeComponent();
            if (strParam == "Enter name here")
            {
                Form Child1 = new Child1(strParam);
                Child1.ShowDialog();
                playersname = Child1.PlayersName;
                label1.Text = playersname;
            }
        }
//the rest of the code
}


//child form


public partial class Child1 : Form
    {
        public string PlayersName
        {
            get;
        }

        public Form1(string strParam)
        {
            InitializeComponent();
            textBox1.Text = strParam;
        }

        private void button1_Click(object sender, EventArgs e)
        {
            //i'm betting that something goes here
            this.Close();
        }

        private void textBox1_TextChanged(object sender, EventArgs e)
        {
            SetPlayersName(textBox1.Text);
        }

        private void textBox1_Click(object sender, EventArgs e)
        {
            if (textBox1.Text == "Enter name here")
            {
                textBox1.Text = "";
            }
            else
            {
                textBox1.SelectAll();
            }
        }

        public string SetPlayersName(string Name)
        {
            Name = PlayersName;
            return PlayersName;
        }
    }


the child form contains a Name textbox and a submit button (which closes the window)

this is all done in Visual Studio 2008

85
Help/FAQ / Re: Windows 7
« on: 2009-12-11, 05:13:44 PM »
hey! i just got SGDK1.4.6 to (almost) work on Windows 7. to run it, you need to install a feature called Virtual Machine from microsoft that lets you emulate past OS's like WinXP. the only problem is the screen resolution must be 640x480 to work, so games running at higher resolution cannot work. running games is also very jerky, but averages at about 40fps. ill post more details when i get some time

86
Off-Topic / Zelda Posters from Club Nintrendo
« on: 2009-11-23, 03:35:28 AM »
Hey guys! A while ago I ordered some Legend of Zelda Posters from Club Nintendo that (I think) are worth approximately $350. For a while they have been kept safe to avoid damage by me/random-guests-aka-my-siblings, but i want to hang them up. is there a way I can do this without ruining the posters (no tacks please).

link to the posters (using my state of the art 1.2 Mpix phone cam :) )

http://www.facebook.com/album.php?aid=29800&id=1597729339&l=ad35f97480

87
Off-Topic / Re: Google Chrome OS? Good idea?
« on: 2009-11-21, 02:25:21 AM »
i agree.

88
Off-Topic / Google Chrome OS? Good idea?
« on: 2009-11-20, 10:48:14 PM »
http://www.youtube.com/watch?v=0QRO3gKj3qw
http://www.youtube.com/watch?v=ANMrzw7JFzA

Google is now designing an OS based on their browser. Basically, what happens, is you press the power button, and you are on the internet in seconds!

what do you guys think?

EDIT: 500th post!!!

and nothing is stored on the computer, it's 100% internet!!!

89
Help, Errors, FAQ / Windows 7
« on: 2009-11-20, 10:33:06 PM »
Both 2.0 and 2.1 work! except for minor errors

* for 2.0 you need to install the .NET 1.1 files before hand.

* for 2.1, just make sure you unblock the file by going to the help file's properties.
* and an error appears when starting 2.1 for the first time (i was going to save the message box, but i forgot to save it :( ) it was an "HKEY/something" error

and i found a text error. on the sample game for 2.0, you said Space dismisses messages and pressing that does so. on 2.1, You still say Space dismisses messages, but you need to press RightCtrl to dismiss the message.

90
Help/FAQ / Windows 7
« on: 2009-11-20, 10:14:12 PM »
Hey I just got Windows 7 installed on my computer. I tried to see if SGDK1 still works, and (after trying many compatibility options) sadly it doesn't. the closest i got was running "Chameleon Man" but the only thing that worked was the logo animation (most likely because its a avi file). All other error messages was automation error.

although something weird did happen, whenever i ran it in Win9x mode, it would close whenever i tried to open a file. the same thing in 2K, XP, and Vista modes ran normally. (odd)

Pages: 1 ... 4 5 [6] 7 8 ... 40