Third YearMy account is over 3 years oldWebsiteAvatar TabooI didn't change my avatar for 180 daysWebsiteSecond YearMy account is over 2 years oldWebsiteAvatar EmbargoI didn't change my avatar for 90 daysWebsiteFirst YearMy account is over 1 year oldWebsiteDeep SleepHiddenWebsiteForum ContributorHiddenAchievementsAvatar BlockI didn't change my avatar for 30 days.WebsiteDeus Vult.
Vakore posted on thread AND vs &&/OR vs || I understand numbers and binary. What I dont understand is how #A is stored and read by BUTTON()...
Vakore posted on thread AND vs &&/OR vs || Wouldn't A != B also work? Since ! is just setting the opposite of both?
Ok, so that ma...
Vakore posted on thread AND vs &&/OR vs || Ah, ok. Makes things easier for me. So | would be OR, and it looks like I have to simulate XOR b...
Vakore posted on thread Collision between two sprites Hehe it's actually a pretty simple algorithm. I mean, I dont know how A* actually WORKS, but the...
Vakore posted on thread AND vs &&/OR vs || I think I understand, and I remember learning about those somewhere, but just didnt understand h...
Vakore edited a post on thread Collision between two sprites Sorry, but I am not aware of any SB pathfinders. For a simpler pathfinder you could always jus...
Vakore posted on thread Collision between two sprites Sorry, but I am not aware of any SB pathfinders. For a simpler pathfinder you could always jus...
Vakore edited a post on thread Collision between two sprites You are going to love pathfinding. Here is A*(a star) tutorial:
https://m.youtube.com/watch?v=i...
Vakore posted on thread Collision between two sprites You are going to love pathfinding. Here is A*(a star) tutorial:
https://m.youtube.com/watch?v=i...
Vakore created a new thread: AND vs &&/OR vs ||
What's the difference? I know && vs &/|| vs | but not And/or
Thanks
Vakore edited a post on thread Collision between two sprites Something like this tends to work:
if x1 + w1 > x2 and x1 < x2 + w2 and y1 + h1 > y2 and y1 < y...
Vakore posted on thread Collision between two sprites Something like this tends to work:
if x1 + w1 > x2 and x1 < x2 + w2 and y1 + h1 > y2 and y1 < y...
Vakore posted on thread 3D rotation The angle is the 'Y' rotation, looking left/right. Everything rotates around the Y axis for look...
Vakore posted on thread 3D rotation A: for directional movement, you move X * sin(angle) * speed and Z * cos(angle) * speed
For r...
Vakore edited a post on thread Clipping with camera in 3D Figured it out:
var intersect3d = function(vert, vert2) {
var x = vert[0];
var y =...
Vakore edited a post on thread Clipping with camera in 3D Figured it out:
var intersect3d = function(vert, vert2) {
var x = vert[0];
var y =...
Vakore posted on thread Clipping with camera in 3D Figured it out:
var intersect3d = function(vert, vert2) {
var x = vert[0];
var y =...
Vakore edited a post on thread Clipping with camera in 3D This is pretty general, but how would I perform camera clipping in a 3d space?
I know how to...
Vakore edited a post on thread Clipping with camera in 3D This is pretty general, but how would I perform camera clipping in a 3d space?
I know how to...
Vakore created a new thread: Clipping with camera in 3D This is pretty general, but how would I perform camera clipping in a 3d space?
I know how to...
Vakore posted on thread Contest: October 2019
What? You don't want to give up your precious auto-double jump?
Vakore replied to a comment on Slime Guy
It ain't. Not programmed that way. Also, ZL and ZR aren't run buttons either.
Vakore edited comment on Slime Guy
I'll fix it later. Thanks guys.
I fixed it. Thanks!
Vakore edited page Slime Guy Slimeguy is a tough as screws platformer with 15 challenging levels. Use the dpad or circle pad...
Vakore edited a post on thread Contest: October 2019 There is plenty of space for originality, it just might not be as obvious. First and foremost, g...
Vakore posted on thread Contest: October 2019 There is plenty of space for originality, it just might not be as obvious. First and foremost, g...
Vakore replied to a comment on Slime Guy
I'll fix it later. Thanks guys.
Vakore posted on thread Contest: October 2019
Every time I try to sit down and make a large project, I either give up quickly or work slowly.
Vakore posted on thread Contest: October 2019 The only thing I've done is make a textured raycaster with flickering and weird noise. Do you wa...
Vakore posted on thread Contest: October 2019 This might help: https://www.google.com/url?sa=t&source=web&rct=j&url=https://m.youtube.com/watc...