Forums

Topic: Petit Computer

Posts 4,921 to 4,940 of 9,620

boot

Heh @slayer. what do you mean abou the coments

Just your average talking boot. FC: 0791-4881-1672 for Smash and Pokemon.

3DS Friend Code: 0791-4881-1672

Slayer

boot wrote:

Heh @slayer. what do you mean abou the coments

How do I post a picture is all I'm asking.

I have nothing really to say about myself.

swordx

Hairmanban19 wrote:

@Swordx have you fixed the two bugs i told you about in DA?

Not yet. I've been catching up on games lately. I beat Star Fox Assault yesterday (great game...reviews don't do it justice), and now I'm playing F-Zero GX. I MIGHT program some tonight.

swordx

Slayer

From My Pictures. If there is a way.

I have nothing really to say about myself.

boot

slayer wrote:

From My Pictures. If there is a way.

I asked about this before too. no one answered...

Just your average talking boot. FC: 0791-4881-1672 for Smash and Pokemon.

3DS Friend Code: 0791-4881-1672

boot

slayer wrote:

From My Pictures. If there is a way.

I asked about this before too. no one answered...

Just your average talking boot. FC: 0791-4881-1672 for Smash and Pokemon.

3DS Friend Code: 0791-4881-1672

Eel

boot wrote:

slayer wrote:

From My Pictures. If there is a way.

I asked about this before too. no one answered...

People have answered this several times in the past. At least another ten times in this very thread.

You cannot share pictures from your computer online as is, you first need to upload them to the internet using some hosting service (I use imageshack) and then and only then you will be able to post them on the forum using the code everyone has been telling you about: [lMG]url of the image[/lMG].

Bloop.

<My slightly less dead youtube channel>

SMM2 Maker ID: 69R-F81-NLG

My Nintendo: Abgarok | Nintendo Network ID: Abgarok

randomous

@boot @slayer
Step 1: Go to imageshack.us
Step 2: Click Browse. Find your photo.
Step 3: Enter your email if you do not already have an account
Step 4: Change the "Image resize" option to "Do not resize"
Step 5: Click Upload now.
Step 6: Next to the uploaded image, you should see "Embed this image". Click it
Step 7: Copy the "forum" link entirely.
Step 8: Paste into comment. Done!

Also, there's this thing called Google... it helps quite a bit. Lol sorry for the sarcasm.

Edited on by randomous

randomous

Slayer

randomous wrote:

@boot @slayer
Step 1: Go to imageshack.us
Step 2: Click Browse. Find your photo.
Step 3: Enter your email if you do not already have an account
Step 4: Change the "Image resize" option to "Do not resize"
Step 5: Click Upload now.
Step 6: Next to the uploaded image, you should see "Embed this image". Click it
Step 7: Copy the "forum" link entirely.
Step 8: Paste into comment. Done!

Also, there's this thing called Google... it helps quite a bit. Lol sorry for the sarcasm.

Lol. That's okay, I kind of like sarcasm.
I have to locate the red-haired sprite and change it to a red-haired sprite holding a sword. Then I'll animate everything for a bit of progress on Gladiators... Alpha won't be for a while, either. Definitely before second Petit Computer. I was thinking I am excited, but it's too soon to let go of my games. That's why I'm hoping for a DSiWare compatibility mode.

I have nothing really to say about myself.

Slayer

Just thought of something hilarious to add. Maybe I could do this later, but when you win, maybe I can make the player say-

when he wins. That's why I hope you can record voice and transfer it into the program in the new one.

I have nothing really to say about myself.

InsertPi

programmerpro wrote:

Can someone tell me how to use DATA for graphics? This is really important for the game I'm making. I want the answer quick and I want it sometime today. (August 22nd)

Do you know how to read data? If so, jut assign them to arrays and use them as variables how you need them. If not, then do this:

DIM ARRAY(4)
@DATA
DATA 1,2,3,4
<blank line>
RESTORE @DATA
FOR I=0 TO 3
READ ARRAY(I)
NEXT
'Example - using data as colours for a texture
FOR J=0 TO 30 STEP 10
GFILL J,3,J+9,6,ARRAY(J/10)
NEXT

If you want to have your data stored in a "2d array" then use one!

DIM ARRAY(2,2)
@DATA
DATA 1,2
DATA 3,4
<blank line>
FOR I=0 TO 1
FOR J=0 TO 1
READ ARRAY(I,J)
NEXT
NEXT

Edited on by InsertPi

If Facebook, Myspace, Twitter, Instagram, and Snapchat were all destroyed, 90% of teens would go insane. If you're one of the 10% that would be laughing at them, copy & paste this into your signature and hope it happens.

3DS Friend Code: 2148-9259-0831 | Nintendo Network ID: IAmAPerson620 | Twitter:

noxuss

Any tutorials on collision with things like walls and trees?

noxuss

Hairmanban19

randomous wrote:

Bah, tried to make another Tron song. Still doesn't sound like Tron... and worst of all, this one sounds incomplete. Oh well, here you go:

Untitled

Feel free to use it, don't claim you made it, blah blah blah lol.

I like this one a lot too!

Edited on by Hairmanban19

...

3DS Friend Code: 3136-7615-5907

Hairmanban19

@randomouse i think you need to use that first sound you hear in the first tron song more to make it sound more like a tron song,cause those other little sounds along with the first one kinda make it sound less tron-like. I don't expect you to understand what i'm trying to say.

...

3DS Friend Code: 3136-7615-5907

ramstrong

noxuss wrote:

Any tutorials on collision with things like walls and trees?

The Apple Picker Game features wall collision. As do Coral Maze and Temple Raid

@randomous

You probably should repost your instruction, modified to explain how to post QR codes in tutorial thread.

Edited on by ramstrong

Petit Computer Journal
Old site http://ramstrong.blogspot.com

Let's just call a spade, a spade.

3DS Friend Code: 1091-7596-4855

swordx

ramstrong wrote:

noxuss wrote:

Any tutorials on collision with things like walls and trees?

The Apple Picker Game features wall collision. As do Coral Maze and Temple Raid

@randomous

You probably should repost your instruction, modified to explain how to post QR codes in tutorial thread.

I believe he's looking for tutorials with collision, not games featuring it.

swordx

randomous

@ramstrong You mean the one about Imageshack? I can do that if you like... but I don't think anybody's going to read it. I might make a wiki page instead.

randomous

InsertPi

@randomous
Untitled
Village doesn't like me changing shop prices...

If Facebook, Myspace, Twitter, Instagram, and Snapchat were all destroyed, 90% of teens would go insane. If you're one of the 10% that would be laughing at them, copy & paste this into your signature and hope it happens.

3DS Friend Code: 2148-9259-0831 | Nintendo Network ID: IAmAPerson620 | Twitter:

noxuss

swordx wrote:

ramstrong wrote:

noxuss wrote:

Any tutorials on collision with things like walls and trees?

The Apple Picker Game features wall collision. As do Coral Maze and Temple Raid

@randomous

You probably should repost your instruction, modified to explain how to post QR codes in tutorial thread.

I believe he's looking for tutorials with collision, not games featuring it.

Yeah, the games don't help that much.

noxuss

randomous

@IAmAPerson Wow, that's scary! That's because you're not supposed to mess around with my code! Lol just kidding, just redownload Village and it'll all be fine. Your save file won't go away, don't worry. If you're going to change the code, don't save the program (unless you're comfortable with saving as a package). If you're changing prices because you don't have enough money, I'd suggest hacking in tons of money for the safe rather than change the prices. That way, you only need to do it once, and you won't need to save the program to keep the money (you just save your village). I'm sorry I made it harder to "hack" lol.

Oh, and I'm adding the ability to take screenshots. It's a totally useless feature... but man, it's cool!

Edited on by randomous

randomous

Please login or sign up to reply to this topic