@poof92 Great! You're welcome :) Glad I could help!
Group Details Private
Fuze Team
-
RE: Help with arrays and structures I think.
-
RE: Help with arrays and structures I think.
@poof92 apologies, I meant enemyEncountered to be a placeholder for a variable I'm guessing you have already. Do you have one which picks the enemy you encounter? For example in the video you shared it picks the Whisp.
-
RE: Help with arrays and structures I think.
If I'm understanding right, it looks like
if c.zr and battleStarted and OrbRNG < 5 and NumMon < 3 and EnemyMonsters[0].id == 0 then
will always be true, therefore always changing battleStarted to false and so the next two ifs don't get read.
I'm guessing you have a variable that stores which enemy you've come across? In which case perhaps your ifs should look like this:if c.zr and battleStarted and OrbRNG < 5 and NumMon < 3 and EnemyMonsters[0].id == enemyEncountered then
-
RE: New code for land of dwin
Sorry for the delay! It's available to download now.
Very cool game so far, poof92. The map is great and it's clear you've put a lot of love into this! I will say I got stuck in the first level after I died but the moving platform that takes you from one side to the other of the (first?) big gap didn't reset. I'm excited to see where you take this project! Nice work :)
-
RE: New code for land of dwin
@jaku58 That's down to us this time but it should be approved soon! I'll post here when it's up.
-
RE: Land of dwin
@poof92 Hi! Just to let you know, entering that code gives me a "Project not found", and I can't see any programs pending approval. Might there be a typo in the code?
-
RE: POSTPONED! FUZE GAMEJAM #35 - THEME: POWER
Update here folks - I'm not feeling all too well. The stream has been postponed until the 22nd December. Apologies to everyone waiting for this!
-
POSTPONED! FUZE GAMEJAM #35 - THEME: POWER
Hello folks! It's time for a Gamejam! Your theme for this week is... 🥁🥁🥁
POWER
Let's see what you make of it! Remember, great responsibility!
The stream will be held on Sunday 22nd at 19:00 GMT.
Please feel free to get in touch if you have questions!
SUBMITTING:
Make sure "Fuze Gamejam 35" is in the description field of your game. You can write instructions and game info in the comments at the top of the code, but please make sure the actual description says "Fuze Gamejam 35".Share your program via "Program Options" -> Share Program.
Submit your program for download via Share Menu -> "My Shared Programs" -> Select program -> "Submit"
-
RE: Fuze Question
@darealmrsneeky You might want to consider that you are asking us to give you our intellectual property so that you can create an unofficial version of our product. This is not a very clever idea. If you are interested in pursuing a legitimate pathway to help build a web version of Fuze, please email us at contact@fuze.co.uk with a portfolio of your work. We'd be happy to take a look.
Otherwise, I strongly suggest that you do not take that idea any further.