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.


Topics - jonjetjon

Pages: [1]
1
Axe / zedd physics
« on: March 05, 2012, 12:28:53 pm »
alright, so i have been trying to make a simple program with zedd
so my code looks something like this sorry if it is not accurate, i had to type this up real fast


.PHYS8XP


[FFFFFFFFFFFFFFFF]->pic1


[010101010101010101010101010000000000000000000001010000000000000000000001010000000000000000000001010000000000000000000001010000000000000000000001010000000000000000000001010101010101010101010101]->gdb0tm


24->gdbowd
//not exactly sure of what that does


1->gdb0cl
8->gdb0sp
L1->gdb0vr
4->gdb0fr


[e7bde74242e7bde7]->str0sp


loadz(0,15
addz(40,40,8,8,8,0
repeat getkey


clrdraw
for(q,0,7
for(w,0,11
q*12->d
if {gdb0tm+d+w}=1
pton(W*8,Q*8,pic1
end
end
end
simz()
dispgraph


return
prgrmzedd


lbl clz
return

Pages: [1]