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 - Yeong

Pages: 1 ... 265 266 [267] 268 269 ... 276
3991
TI Z80 / Re: YEONG RPG
« on: November 08, 2010, 07:22:31 am »
So..I programmed walking, but there's a problem:
1. It walks too fast!(Wow. Axe is sure fast)
2.Character keeps blinking
3.Have no idea how to do collition course.

Can you guys help me?

I'll post my code:
Code: [Select]
:.DEMO
:prgmA0000001 //Tilemap Sprite
:prgmA0000003 //Character Sprite
:[060606060606060606060606 -> GDB1
:[060606060606060606060006
:[060606060606060602020206
:[060606060606060602020206
:[010101010301010101010101
:[010101010301010101010101
:[060606060606060606060606
:[060606060606060606060606
:0->A->B->C
:Repeat getKey(15)
:sub(MP
:Pt-Off(A,B,C*8+Pic201
:DispGraph
:If getKey(2) and (A!=0)  //!=  not equal sign but I don't know how to write it, so...
:2->C
:A-8->A
:Pause 100
:End
:If getKey(3) and (A!=88) 
:3->C
:A+8->A
:Pause 100
:End
:If getKey(4) and (B!=0) 
:1->C
:B-8->B
:Pause 100
:End
:If getKey(1) and (B!=56)
:0->C
:B+8->B
:Pause 100
:End
:End
:Lbl MP
:For(Y,0,7
:For(X,0,11
:Pt-Off(X*8,Y*8,{Y*12+x+GBD1}*8+Pic101
:End:End
:DispGraph

More Info: Pic101
00=Tree
01=Water
02=Grass
03=Bridge(V)
04=Bridge(H)
05=Ground
06=Nothing

Pic201 is in this order:
Front,Back,Left,Right

3992
Miscellaneous / Re: What is your avatar?
« on: November 04, 2010, 08:44:23 pm »
I changed my avatar: Evil TI-83+

3993
TI Z80 / Re: YEONG RPG
« on: November 04, 2010, 07:19:15 am »
Due to the rand calc reset, about half of the files are gone... :(
I backed it up, but it was long time ago...
So I'm thinking about not giving up and try with axe this time since the games started to get slower even with the optimization anyway. One question: how do you draw rectangle while still keeping a picture on screen?

3994
News / Re: Game Boy Color emulator for the TI-Nspire released
« on: November 02, 2010, 04:05:07 pm »
then will it be possible with casio prism?

3995
News / Re: Game Boy Color emulator for the TI-Nspire released
« on: November 02, 2010, 01:51:53 pm »
All right! That's what I'll gonna do! :P
(jk)

3996
News / Re: Game Boy Color emulator for the TI-Nspire released
« on: November 02, 2010, 01:47:37 pm »
so it's impossible with nspire then?

3997
News / Re: Game Boy Color emulator for the TI-Nspire released
« on: November 02, 2010, 01:44:41 pm »
I'm always wondering why gbc4nspire can't run gba stuff
GBC and GBA stuff looks similar except for the quality of color.

3998
Humour and Jokes / Re: Ndless 2.0
« on: October 28, 2010, 10:41:25 pm »
what does that link do?

3999
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: October 28, 2010, 08:59:01 pm »
721 You have omnimaga in your nspire

4000
TI Z80 / Re: YEONG RPG
« on: October 28, 2010, 08:43:36 pm »
I'm trying to get rid of it, but I forgot where did I put it! :(

4001
The Axe Parser Project / Re: Features Wishlist
« on: October 27, 2010, 04:01:58 pm »
I hope that axe supports 4-layer(?) sound like quadplayer.(Or is it possible already and I just don't know how?)

4002
General Calculator Help / Re: nspire emu doesn't work?
« on: October 27, 2010, 03:49:52 pm »
thanks! It works now!
EDIT: One more question: How do I ndless on the emulator?

4003
General Calculator Help / nspire emu doesn't work?
« on: October 27, 2010, 03:10:37 pm »
I don't know why. I got the rom and tried to run it, it says it can't find it.
When I drag a rom file into batch file and try again, it says that nspire.emu is not a right batch file.

4004
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: October 27, 2010, 09:02:07 am »
703: You force your friends to learn TI-BASIC ;D

4005
TI Z80 / Re: YEONG RPG
« on: October 27, 2010, 08:56:44 am »
I need layout
Screenshot:

Pages: 1 ... 265 266 [267] 268 269 ... 276