sureZitat:
Zitat von ZereoX
sorry madsoul, nope. (dont know any)
Printable View
sureZitat:
Zitat von ZereoX
sorry madsoul, nope. (dont know any)
damn... :( i need it for my breakout game.. :p thanks anywayZitat:
Zitat von EminentJonFrost
I found a collosion tutorial: http://forums.qj.net/showthread.php?...ight=CollisionZitat:
Zitat von madsoul
Cant wait for the breakout game! :Punk:
thx man! :) il put you somewhere in the credits as a helper... ;)Zitat:
Zitat von PSPduh
Thank you. And to tell you the truth, I just put in "collision" in search, and thats what it came up with.
I have a little probleme making my guy move left and right
but the problem is that all the image stack is there a way to doCode:function playerright()
screen:blit(player.x,player.y,walkingright1)
screen:blit(player.x,player.y,walkingright2)
screen:blit(player.x,player.y,walkingright3)
end
screen:clear(player.x,pla yer.y,walkingright1)
EX:
Code:function playerright()
screen:blit(player.x,player.y,walkingright1)
screen:clear(player.x,player.y,walkingright1)
screen:blit(player.x,player.y,walkingright2)
screen:clear(player.x,player.y,walkingright2)
screen:blit(player.x,player.y,walkingright3)
screen:clear(player.x,player.y,walkingright3)
end
i have a question
what does / mean?Code:x0 = math.sin(1 / 100 * time) * 190 + 195
The '/' means division.
* = multiply, + = add, - = subtract and / = divison
^ = exponent :p
hello, could anyone please help me with a simple tic tac toe AI? i would really, really appreciate it :) thanks
Have you read vaza's tutorial, if not heres a link http://forums.qj.net/psp-development-forum/50267-ai-tutorials-vaza-post628359.html#post628359