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

Pages: 1 ... 51 52 [53] 54 55 ... 113
781
TI Z80 / Re: My second game in Axe!!
« on: November 28, 2011, 08:26:04 pm »
screenie with changing guns:

782
TI Z80 / Re: My second game in Axe!!
« on: November 28, 2011, 07:48:04 pm »
I don't see anything?

EDIT: ninja'd for the 3rd time today!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!XP

783
TI Z80 / Re: My second game in Axe!!
« on: November 28, 2011, 07:42:30 pm »
Also, why is it lagging? D:
what do you mean?

EDIT: I hate you epic7!!!!!

784
TI Z80 / Re: My second game in Axe!!
« on: November 28, 2011, 07:37:12 pm »
here it is:
EDIT: I got ninja'd epically D:  :ninja:

785
TI Z80 / Re: My second game in Axe!!
« on: November 28, 2011, 07:25:09 pm »
ok i'll get one.
One sec... XD

786
Axe / Re: ANother noob qusestion
« on: November 28, 2011, 06:25:26 pm »
so could I store a main loop as an appvar? for example, could I have my program set up as this:

in the program it has the menu info, then if you press level 1 it opens appvLEVEL1 which has all of the loop and stuff for that level, ? This is, to store level 1 as an appvar instead of another program.
you can store data in an appvar, but as far as putting code in them, it doesn't work. I'm not sure why, but asm people say that a lot of stuff gets screwed up. (ask asm person for more info)

787
Axe / Re: ANother noob qusestion
« on: November 28, 2011, 06:20:10 pm »
so is L6 a list? How does that part work, How do I put stuff as the list?
L6 isn't a "list", such as the lists in the OS, but they are Pointers.
L6 happens to be where the data for the buffer is stored. (buffer: aka: graph screen ;))
when you use the command dispgraph, it evaluates the data in L6 and draws points accordingly.

788
Axe / Re: ANother noob qusestion
« on: November 28, 2011, 06:15:44 pm »
Wait, how do you make appvars?
:GetCalc("appvNameOfAppvar",#OfBytes)->Pointer
then to store stuff into it:
Copy(StuffToCopy,Pointer,#OfBytes)

...such as:
:GetCalc("appvBLAH",768)->A //apvar created and stored into A with 768 bytes (enough for a picture)
:Copy(L6,A,768) //copies buffer into appvar (just like an OS pic)

789
News / Re: Tales of the Lost Post Ratings
« on: November 28, 2011, 06:01:03 pm »
...well, anyway, back to the topic... ;)

790
News / Re: Tales of the Lost Post Ratings
« on: November 28, 2011, 05:54:40 pm »
Very sorry for doublepost, but, whoever you are (or all of you are), please stop this mass uprating of posts.
this seems to be the topic for free +1s now.
Mods, can you do something?

791
News / Re: Tales of the Lost Post Ratings
« on: November 28, 2011, 05:49:00 pm »
thats cool, but why not base it on posts?
Exactly! why not?
and Joinus7 I like your new avatar :D

792
Axe / Re: ANother noob qusestion
« on: November 28, 2011, 05:31:27 pm »
Lol, I've never used that before :P
I just do pt-On

and always have a dispgraphclrdraw

I tried pt-off once but it screwed up ???
yeah me too, I save everything but the moving thing to the back buffer and use RecallPic every Frame.

Ooh, good idea.

Wait, how? :P
I usually use an appvar- do this:
Code: [Select]
:GetCalc("appvLELVEL",Y0
:Copy(Y0,L3,768
:Repeat GetKey(15)
:RecallPic
:draw player and stuff
:DispgraphClrdraw
:movement stuff
:End

793
Axe / Re: ANother noob qusestion
« on: November 28, 2011, 05:19:07 pm »
Lol, I've never used that before :P
I just do pt-On

and always have a dispgraphclrdraw

I tried pt-off once but it screwed up ???
yeah me too, I save everything but the moving thing to the back buffer and use RecallPic every Frame.

794
News / Re: Tales of the Lost Post Ratings
« on: November 28, 2011, 05:07:01 pm »
In case of newbies I would assume that it'd be easier to find the posts that got rated since there are fewer posts that could be rated.
I'm kinda new, one month here.
I have like 700 posts though D:
...and +24 :P
is it possible for mods to change it to +50 OR 500 posts? pleaze????

795
News / Re: Tales of the Lost Post Ratings
« on: November 28, 2011, 04:22:29 pm »
i just noticed the order in the list, how does that happen? it's like random? or is it me being tired?
Gah!!! you're talking about the new tool, right?
I still need +14 more... D:


EDIT: why not make it +50 respect or 500 posts?

Pages: 1 ... 51 52 [53] 54 55 ... 113