DSiWare Forum

Topic: Petit Computer QR Code Sharing Thread

Showing 781 to 800 of 977

AuthorMessage
Avatar

swordx

781. Posted: Tue 19th Mar 2013 22:06 GMT

longtimegamer wrote:

@Swordx: Thanks. I messed with the tennis and the alarm clock recently, as they didn't seem too complicated. Figured out how to add color through the clock one and used it to color the tennis. Though I did notice after I erased the color code that I had put in that the color didn't change back.[Though I know that I could add that code number to do so.]

It didn't change back because the color was still set at whatever color. If you exit out of the writing, it will go back to the default (0).

swordx

AuthorMessage
Avatar

Morphtorok

782. Posted: Wed 20th Mar 2013 08:31 GMT

Heh. I was bored and made this:

Untitled

It's a simple sliding puzzle! There's no timer or goals or anything, it's just a toy to waste your time.

Just touch any piece adjacent to the empty space and it will swap places with it.
You can randomize the puzzle by pressing and holding the A button if you want to solve it, or you can scramble it yourself and give it to someone else to solve.
It can also load any GRP file and transform it into a sliding puzzle.

I hope someone likes it!

Oh look! A Morphloggery. Oh, and a Morphsite too.

3DS Friend Code: 0173-1330-0080

AuthorMessage
Avatar

MrSirr

783. Posted: Wed 20th Mar 2013 16:48 GMT

Lol wonder if someone could make a scribblenauts like game! XD

MrSirr

AuthorMessage
Avatar

MrSirr

784. Posted: Wed 20th Mar 2013 16:49 GMT

or free roam

MrSirr

AuthorMessage
Avatar

MrSirr

785. Posted: Wed 20th Mar 2013 16:50 GMT

Hey Morphtroid how do u post the qr codes RIGHT here on the page instead of making links?

MrSirr

AuthorMessage
Avatar

MrSirr

786. Posted: Wed 20th Mar 2013 17:17 GMT

http://imageshack.us/photo/my-images/109/qr0.png/
Here's for non-experienced petit computer owners for sprites and controls just so u can kinda get a feel of it, goto run and load this program and u can see how to make controls for moving a character.

MrSirr

AuthorMessage
Avatar

Techydavid

787. Posted: Wed 20th Mar 2013 22:25 GMT

hey guys i'm new here but i've gone pretty far into programming. i'm writing a boot loader called codebreaker. it starts other programs. i thank portealmario, the guy who made eosos, and boxtropica because i've been looking at their code and figuring it out. oh yeah, and morphtroid because he is awesome.
but i've had a problem.
i'm trying to write some extra lines so people can hit b to go back. but it thinks that those lines are a message to end the program. i get an ok prompt and edit mode is active. help!

Techydavid

AuthorMessage
Avatar

swordx

788. Posted: Wed 20th Mar 2013 22:41 GMT

Techydavid wrote:

hey guys i'm new here but i've gone pretty far into programming. i'm writing a boot loader called codebreaker. it starts other programs. i thank portealmario, the guy who made eosos, and boxtropica because i've been looking at their code and figuring it out. oh yeah, and morphtroid because he is awesome.
but i've had a problem.
i'm trying to write some extra lines so people can hit b to go back. but it thinks that those lines are a message to end the program. i get an ok prompt and edit mode is active. help!

We need to see the coding first.

swordx

AuthorMessage
Avatar

longtimegamer

789. Posted: Thu 21st Mar 2013 01:45 GMT

@Swordx: Thanks.
@MrSirr: Thanks. Though I had found a site that someone had posed he actual code and showed what some of it meant. I might compare it though, as the first had mistakes written that I had to figure out [It was actually cool trying to figure what was wrong and fix it].

Edited on Thu 21st March, 2013 @ 01:47 by longtimegamer

3ds fc: 1247-0003-1095
MK Fc: 2793- 3370-8506
Wii Fc: 7382-7314-0404-2194
Fiance Wendy's MK FC:(Same system) 4854-9224-0913
Uno FC: 1849-3080-8612
Overturn FC: 3266-3672-0977
Animal Crossing CF FC: 3094-5964-6068 Name: LTGamer, town: Wiitopia.

"NO SOUP FOR YOU!" the Soup Nazi

AuthorMessage
Avatar

Hale-Bopp

790. Posted: Thu 21st Mar 2013 02:24 GMT

Neat sliding program, Morphtroid. It definitely works as it should. It's snappy and I like watching all the tiles shift around like crazy when I hold down the randomize button. That in itself is amusing.

Hale-Bopp

AuthorMessage
Avatar

Morphtorok

791. Posted: Thu 21st Mar 2013 02:35 GMT

@MrSirr: Just use the IMG tags to show them as images... Press "Quote" on my previous comment to see how it's coded. Also, your previous game was great. I loved the credits.

@Hale-Bopp: Thanks :D Yeah. I think I spend more time randomizing the tiles than playing the game itself.

Oh hah! I actually found a mistake in my code.... If anyone wants to fix it... just search for "cowd" and replace it with "hmpi"... I was using the "cowd" GRP when making the game but changed it for "hmpi" in the last moment... It seems I forgot to change that one!

Edited on Thu 21st March, 2013 @ 02:55 by Morphtorok

Oh look! A Morphloggery. Oh, and a Morphsite too.

3DS Friend Code: 0173-1330-0080

AuthorMessage
Avatar

randomouscrap98

792. Posted: Thu 21st Mar 2013 04:16 GMT

Here's a really simple scrolling driving game that uses just the console. It uses the fact that printing on the lowest line scrolls everything up. It's a game of concentration more than anything else. Sounds exciting, right? It's really nothing special, but I thought someone might like to look at it. Try to reach the finish line to unlock a new mode!
UntitledUntitledUntitledUntitledUntitled
Note: Program is called "RACE"

Edited on Sat 23rd March, 2013 @ 03:28 by randomouscrap98

randomouscrap98

AuthorMessage
Avatar

Techydavid

793. Posted: Thu 21st Mar 2013 12:00 GMT

oh sorry. swordx. heres the ine.
@BTOGOBACK
B=BUTTON()
IF (BUTTON) THEN GOTO @HOME
GOTO @BTOGOBACK

Techydavid

AuthorMessage
Avatar

swordx

794. Posted: Thu 21st Mar 2013 23:00 GMT

Techydavid wrote:

oh sorry. swordx. heres the ine.
@BTOGOBACK
B=BUTTON()
IF (BUTTON) THEN GOTO @HOME
GOTO @BTOGOBACK

Put ''IF B==# THEN @HOME''

swordx

AuthorMessage
Avatar

Techydavid

795. Posted: Fri 22nd Mar 2013 11:35 GMT

that gives me a syntax error. sorry..... i know it's not the place to ask....

Edited on Fri 22nd March, 2013 @ 11:38 by Techydavid

Techydavid

AuthorMessage
Avatar

randomouscrap98

796. Posted: Fri 22nd Mar 2013 17:12 GMT

Techydavid wrote:

that gives me a syntax error. sorry..... i know it's not the place to ask....

If you're waiting for ANY button press:
@BTOGOBACK
B=BUTTON()
IF B GOTO @HOME
GOTO @BTOGOBACK

If you're waiting for a particular button press (say B)

@BTOGOBACK
B=BUTTON()
IF B==32 GOTO @HOME
GOTO @BTOGOBACK

32 is the button code for B.

Edited on Fri 22nd March, 2013 @ 17:13 by randomouscrap98

randomouscrap98

AuthorMessage
Avatar

MrSirr

797. Posted: Fri 22nd Mar 2013 17:30 GMT

Thx Morphtroid lol I'll keep that in mind.

MrSirr

AuthorMessage
Avatar

MrSirr

798. Posted: Fri 22nd Mar 2013 19:57 GMT

Ok guys I'm starting to work on a GTA type game, but this will take a lot and I will probably get numbers mixed up. If u can help make it easier or do anything to help me plz do and feel free to edit it and make ur own changes. Thx!

http://img685.imageshack.us/img685/6375/qr0.png

MrSirr

AuthorMessage
Avatar

Bluerobin2

799. Posted: Fri 22nd Mar 2013 20:01 GMT

Here is a simple Virtual Glitter application I made. I was bored. Maybe someone could take it on and improve it. The code is simple enough. I am interested to see where this goes. One QR makes this a must download :).
Untitled

Houston, We have a Syntax Error.

Blog: bluerobin2.blogspot.com
Backloggery: backloggery.com/bluerobin2

I LIKE PIXEL ART
5÷0=BOOOOOM

3DS Friend Code: 3007-9228-5126

AuthorMessage
Avatar

Techydavid

800. Posted: Fri 22nd Mar 2013 21:08 GMT

randomouscrap98 wrote:

Techydavid wrote:

that gives me a syntax error. sorry..... i know it's not the place to ask....

If you're waiting for ANY button press:
@BTOGOBACK
B=BUTTON()
IF B GOTO @HOME
GOTO @BTOGOBACK

If you're waiting for a particular button press (say B)

@BTOGOBACK
B=BUTTON()
IF B==32 GOTO @HOME
GOTO @BTOGOBACK

32 is the button code for B.

thanks. i did try using the button codes but that was before i figured out the goto line had to be there [goto @btogo back] testing right noww.....

Techydavid