spanim isn't working for me either i end the program, and then the sprite does it's animation, it doesn't work while program is running
DSiWare Forum
Topic: Petit Computer QR Code Sharing Thread
Showing 161 to 180 of 984
| Author | Message |
|---|---|
|
161. Posted: Wed 12th Sep 2012 23:13 BST |
|
triotip | |
| Author | Message |
|
162. Posted: Wed 12th Sep 2012 23:15 BST That's probably because you're using SPANIM repeatedly inside a loop or something. Please, use the general Petit Computer thread for questions. This one is to share and talk about Petit Computer programs. To everyone: Programming questions asked in this thread will be ignored from now on. Edited on Wed 12th September, 2012 @ 23:20 by Morphtorok |
|
Oh look! A Morphloggery. Oh, and a Morphsite too. 3DS Friend Code: 0173-1330-0080 | |
| Author | Message |
|
163. Posted: Wed 12th Sep 2012 23:45 BST hey morphtroid, i like your forest idea for petit farm that you made, but could you make it so that in a later version, that you can find seeds and plant them in a personal plat grove. like trees or something, so when those trees drop seeds, you can sell them or lant them in the grove for more seed production. and finally, are you going to try to expand the menu so there is a seperate menu for seeds? it would be nice if you could open a seperate menu so you can have more than one seed type at a time. |
|
koopatroopaX | |
| Author | Message |
|
164. Posted: Thu 13th Sep 2012 00:05 BST I will eventually update it more. But right now I'm programming something else. Edited on Thu 13th September, 2012 @ 00:07 by Morphtorok |
|
Oh look! A Morphloggery. Oh, and a Morphsite too. 3DS Friend Code: 0173-1330-0080 | |
| Author | Message |
|
165. Posted: Thu 13th Sep 2012 05:54 BST @morphtroid as for ideas on the seed bag, could you edit the data and use the seed bag itself as the menu button? oh and keep up with the increasingly awesome games and programs! Edited on Thu 13th September, 2012 @ 05:55 by dylan1313 |
|
dylan1313 | |
| Author | Message |
|
166. Posted: Thu 13th Sep 2012 11:45 BST actually morphtroid, dylan1313's suggestion is pretty good if you could get it to work. also, my suggestion for the character is to make a button (probably B) that when yu hold down while your walking, the character runs, much faster thn walking. this of course uses up energy, and the running shoes for it could be bought at the store and used as the replacement for the seed bag. finally, it would be a good idea to speed up the character, but i would recommend not much more if this running shoes idea makes it to the development stage. |
|
koopatroopaX | |
| Author | Message |
|
167. Posted: Thu 13th Sep 2012 23:15 BST on the topic of petit farm it is kinda hard with the movements, for instance, if i want to get the character to face a direction (but not move towards it) it would move 1 "space" in the direction i was trying to face, which is quite an annoyance, if their is a way to make it so on the first tap in a new direction, the character will just face that direction and when the direction is held the character would move, it would be greatly appreciated. |
|
dylan1313 | |
| Author | Message |
|
168. Posted: Fri 14th Sep 2012 00:48 BST @dylan1313 if you point your character to the left while pressing y, it will not move. |
|
"A vingança nunca é plena, mata a alma e a envenena" - Seu Madruga | |
| Author | Message |
|
169. Posted: Fri 14th Sep 2012 03:43 BST Peidorrento wrote:
yea well that is just to the left, maybe if that could be recreated for all sides that would be perfect. |
|
dylan1313 | |
| Author | Message |
|
170. Posted: Fri 14th Sep 2012 04:40 BST ? |
|
Oh look! A Morphloggery. Oh, and a Morphsite too. 3DS Friend Code: 0173-1330-0080 | |
| Author | Message |
|
171. Posted: Fri 14th Sep 2012 06:08 BST k thanx i wasn't sure it sounded kinda vague |
|
dylan1313 | |
| Author | Message |
|
172. Posted: Sat 15th Sep 2012 06:54 BST I have a program that I would like to share but don't know how to post it here. edit: found the answer after reading through a bit of the thread, instead of skipping forward to see the QR codes. Not sure if this will work, but the code for forums button isn't working for me. The program is 10 QR codes. About the program. I created it to help keep track of fluctuating stats in D&D due to buffs and debuffs that can apply and fall of every turn. I think most parts of it are self explanatory, but a note that it only supports 2 digit defenses, unless you change the save/load code to allow variable digits for those. The only thing that might be confusing is the white box in the corner and the image next to it, the white box will back up to the main character sheet, canceling anything else that was going on (obviously not available while typing), the other image is supposed to represent a dicebag and will change between two bottom screens. I plan on eventually adding support for powers, but right now am working on a combat helper for DMs to keep track of initiative order, hit points, and conditions of all participants in a fight. Please let me know what you think (if you have reason to use it) and let me know if you find any errors, while I have tried to test it, I may have missed something because I tried a similar option that worked. Edited on Sat 15th September, 2012 @ 07:40 by tiger667 |
|
tiger667 | |
| Author | Message |
|
173. Posted: Sat 15th Sep 2012 20:01 BST tiger667 wrote:
What exactly is that supposed to be for? Also, about Petit Farm, what are the commented out lines of code for? Also, I have edited Petit Farm and it will let you play more then once a day (Tested and working)! Open 'PRG:PFARM', goto EDIT, click the search button (bottom right) and type 'REG$=DATE$', press down, it will then scroll down, replace 'REG$=DATE$' with 'REG$="2000/01/01"', then save over 'PRG:PFARM'. Now, every time you save your game and load it, it will think a day has passed! Edited on Sat 15th September, 2012 @ 21:15 by bunny123 |
|
bunny123 | |
| Author | Message |
|
174. Posted: Sat 15th Sep 2012 22:42 BST Any commented lines are either real comments or debug/old/unfinished features. I wouldn't recommend to do that because you'll be left without anything to do too soon! |
|
Oh look! A Morphloggery. Oh, and a Morphsite too. 3DS Friend Code: 0173-1330-0080 | |
| Author | Message |
|
175. Posted: Sun 16th Sep 2012 03:12 BST bunny123 wrote:
It keeps track of hit points, current attack and damage bonuses, and current defenses by adding in any bonus or penalty you tell it you have. It also has dice rolling ability so you can use it to roll up to 2 different types of attacks with it adding in the appropriate bonus. Only good for RPG players (I think) but I think it is good for what it does. |
|
tiger667 | |
| Author | Message |
|
176. Posted: Sun 16th Sep 2012 20:16 BST tiger667 wrote:
Okay, and what is D&D? |
|
bunny123 | |
| Author | Message |
|
177. Posted: Sun 16th Sep 2012 23:03 BST bunny123 wrote:
The classic Dungeons & Dragons of course! (I've actually never played it myself, but if I do I'm going to make sure I've got the proper attire and basement for the experience). |
|
Eos OS: http://conlogxl.forumotion.com/t12-eos-os-v10 | |
| Author | Message |
|
178. Posted: Mon 17th Sep 2012 21:28 BST I finished the first version of the new HunterOS menu, just need to get started on the other stuff. |
|
3DS FC: 4682-9497-8006 | |
| Author | Message |
|
179. Posted: Mon 17th Sep 2012 23:58 BST Morphtroid, can u give me the QR to ur petit farm app I would love to try it! Edited on Tue 18th September, 2012 @ 00:00 by zfwman |
|
Nom, it yummy | |
| Author | Message |
|
180. Posted: Tue 18th Sep 2012 01:04 BST I really wish peeps just kept this thread to QR codes. :/ |
|
ShawnWilson |