

Code: Select all
140: if player.mouseY + 27 > coin.y and player.mouseY < coin.y + 50 and player.x + 20 > coin.x and player.mouseX < coin.x + 54 then
Code: Select all
and player.x + 20 > coin.x and
Thanks for the feedback! The volume was taken out because it was causing a crash, but now that I've taken out the other music(e.g. the menu music) it should work. Expect that to be in V3.0.0! I'm working on it!Treshold wrote:The music seems really loud for me (compared to everything else playing on my computer) so a volume option would be nice (playing muted gets kinda boring...)
Also I noticed that it's not always giving the coins when I hover my mouse over, and after checking the code I noticed thatCode: Select all
140: if player.mouseY + 27 > coin.y and player.mouseY < coin.y + 50 and player.x + 20 > coin.x and player.mouseX < coin.x + 54 then
you're checking for the player.x instead of player.mouseX, so you need to physically be on the right side of the coin to pick it upCode: Select all
and player.x + 20 > coin.x and
Oh, and this is my first post on these forums, so... Hi!
i thought that was the point, lol. it was cool making that the mouse be his "hand" and you had to be next to the coin to grab the coin.Eamonn wrote:Thanks for the feedback! The volume was taken out because it was causing a crash, but now that I've taken out the other music(e.g. the menu music) it should work. Expect that to be in V3.0.0! I'm working on it!Treshold wrote:The music seems really loud for me (compared to everything else playing on my computer) so a volume option would be nice (playing muted gets kinda boring...)
Also I noticed that it's not always giving the coins when I hover my mouse over, and after checking the code I noticed thatCode: Select all
140: if player.mouseY + 27 > coin.y and player.mouseY < coin.y + 50 and player.x + 20 > coin.x and player.mouseX < coin.x + 54 then
you're checking for the player.x instead of player.mouseX, so you need to physically be on the right side of the coin to pick it upCode: Select all
and player.x + 20 > coin.x and
Oh, and this is my first post on these forums, so... Hi!
So THAT'S what's wrong with the coins! i was looking over the code for hours and couldn't see what was causing itThank's for helping!
And also, welcome to the LÖVE forums!
I might add that back in, and maybe even make it so the player can collect the coins, because in the version I'm working on now I have made the coins fall down. The character is a really cool design, and I want to use him in some other games but give him a first name. I haven't even finished THIS one and I have ideas for at least 3 other games!!! Getting way ahead of myselfqaisjp wrote:i thought that was the point, lol. it was cool making that the mouse be his "hand" and you had to be next to the coin to grab the coin.Eamonn wrote:Thanks for the feedback! The volume was taken out because it was causing a crash, but now that I've taken out the other music(e.g. the menu music) it should work. Expect that to be in V3.0.0! I'm working on it!Treshold wrote:The music seems really loud for me (compared to everything else playing on my computer) so a volume option would be nice (playing muted gets kinda boring...)
Also I noticed that it's not always giving the coins when I hover my mouse over, and after checking the code I noticed thatCode: Select all
140: if player.mouseY + 27 > coin.y and player.mouseY < coin.y + 50 and player.x + 20 > coin.x and player.mouseX < coin.x + 54 then
you're checking for the player.x instead of player.mouseX, so you need to physically be on the right side of the coin to pick it upCode: Select all
and player.x + 20 > coin.x and
Oh, and this is my first post on these forums, so... Hi!
So THAT'S what's wrong with the coins! i was looking over the code for hours and couldn't see what was causing itThank's for helping!
And also, welcome to the LÖVE forums!
im testing v3 now.
Lol the brown coins look like chocolate coins IMOseveredskullz wrote:I would recommend adding more than one falling object occasionally instead of just making the ball re-spawn at the top. Currently an easy way to beat your game:
1)Move left or right a bit
2) Collect coins
3) wait for ball to reach bottom
4) repeat
There needs to be more dynamic to the game, cuz right now I can beat it with simple timing of my key presses and not even have to worry about my placement on the screen. If you add multiple balls that are falling instead of increasing the speed, then things will pick up. Players must now be careful of else they find themselves trapped in the corners with no way to avoid numerous obstacles.
The ball just homes in on your location before it starts falling, which leads to predictability. Make it random and add more
I also thought the brown balls were going to hurt meI didn't realize they were coins.
I really like the UI and the achievements are great. Keep up the good work!
Users browsing this forum: No registered users and 2 guests