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 ... 156 157 [158] 159 160 ... 276
2356
Humour and Jokes / Issa Troll!
« on: October 21, 2011, 03:22:53 pm »

2357
Art / Re: [request] Lightsaber sprites
« on: October 21, 2011, 03:13:36 pm »
Is it a greyscale?

2358
Humour and Jokes / Re: slinky's
« on: October 21, 2011, 03:11:07 pm »
lol XP

2359
Axe / Re: Storing Pics
« on: October 21, 2011, 03:09:30 pm »
2nd question:

To Store Pic in appvar:
GetCalc("appvBLAH",768)→A  //appvBLAH created and stored into pointer A
[Pic1]→B //Pic1 in OS Stored into pointer B
Copy(B,A,768) //Copies Pic1 into appvBLAH

to call it.
Getcalc("appvBLAH")→A  //Call appvBLAH from OS and stores it into pointer A
To display that Picture after you call it:
Copy(A,L6,768

2360
Axe / Re: Walking man
« on: October 21, 2011, 03:06:29 pm »
Code: [Select]
[HEX]->Pic1
[HEX]...//Walking Right
[HEX]...//Walking Left

0→S→X→Y→Z //Z is Left/Right stuff S is animation
While 1
Pt-Off(X,Y,Z+8*S+Pic1
!if getKey
0→S
if getKey(3)
0→Z
s+1→S
If s+Num_of_Frame+1:1->S
End

if getKey(2)
8*(Frame of still+Right animation)→Z
s+1→S
If s+Num_of_Frame+1:1->S
End
ClrDraw
EndIf getKey(15)
EDIT:
* Yeong is ninja'd badly

2361
Art / Re: [request] Lightsaber sprites
« on: October 21, 2011, 02:59:03 pm »
how should the 'player' looks like?

2362
Humour and Jokes / Re: slinky's
« on: October 21, 2011, 12:21:58 pm »
lol

2363
Grammer / Re: Grammer 2-The APP
« on: October 21, 2011, 09:19:41 am »
I think she implenented Delvar into grammer.
I think leaving as it is right now is great.
or...
Spoiler For Spoiler:
ㅠGRAMMER

2364
Axe / Re: Axe Q&A
« on: October 21, 2011, 09:02:11 am »
So I did this:
Code: [Select]
GetCalc("varF")→X
GetCalc("varP")→Y
float{X}→F
float{Y}→P
freq(F,P)
Return
but it still won't produce the sound D: (I put 314 = F and 16384 = P)
does F or P have to be less than 255?

2365
TI Z80 / Re: MUSEINC: Make musicmaking in Axe easier!
« on: October 21, 2011, 08:50:48 am »
Do yo use my code?
Not yet. I'll going to after I'm done with my tracker first.
seems like that all I have to do to implement your code is to change the parsing program which is much easier to do XD

2366
TI Z80 / Re: MUSEINC: Make musicmaking in Axe easier!
« on: October 21, 2011, 08:31:30 am »
oh. XP
EDIT:Screenshot v2 XD

2367
Music Showcase / Re: turiqwalrus's music thread
« on: October 21, 2011, 08:30:36 am »
It sounds great!
Kinda kingdom-ish feel XD
lol XD
this tells me that I listen to too much RPG music :P
:P
* Yeong listens to Megaman music too much

2368
Grammer / Re: Grammer 2-The APP
« on: October 21, 2011, 08:27:53 am »
also, when grammer scrolls through the program, can you make it so it only displays Grammer files?
Since Grammer files have a special header, I think it'll be easy to implement.

2369
Music Showcase / Re: turiqwalrus's music thread
« on: October 21, 2011, 08:20:58 am »
It sounds great!
Kinda kingdom-ish feel XD

2370
Grammer / Re: Grammer 2-The APP
« on: October 21, 2011, 08:02:14 am »
I run your partex2.
Nothing happens D:

EDIT:Nvm I just realised that partex2 was archived XP

Pages: 1 ... 156 157 [158] 159 160 ... 276