I spent about 2 hours on Inverted, and half of my time is dedicated to that 6 seconds! (itās actually really easy once you learn the route)
Iāve beaten every main level in the game at this point, virus isnāt even that hard⦠A real challenge is beating Inverted
so will there ever be roller 2 by chance?!?!??!?!?!!?
I still canāt find the route to inverted
did u beat it @Sarge
I was busy with school, I wasnāt playing at all
(itās 2AM and Iām doing my assignment :D)
UPDATES
LEVELS
- Rageās (my friend) level, Bloodpuzzle, is now a Featured level!
NEW FEATURES
- Reverse Jump Pads, Brighten/Unbrighten Triggers, and Glass Blocks!
- Retextured Glass Slabs
BUG FIXES
- Squished a few bugs lying around here and thereā¦
Whatās wrong?..
The pink and light blue blocks floating?
I fixed the pink blocks, but the blue ones are decoration.
@Sarge, @Pixeldoodle, I know yāall are tired of constantly helping me with my games, but can you look into why the multiple forum level pages arenāt working here? I canāt seem to find the problemā¦
Thanks!
YOU DIDNāT NEED TO GO THAT FAR
I have a lot of homework to do, so I canāt assist directly, sorry. However, I looked into it quickly and it seems that youāre always loading the same level index on every page, so it loads the same level.
For example, youāre on the first page and you click the first level which loads the forum level with id 0
Now on the second page you click the first level and it does the same thing. You have to make a way to differentiate those levels, so that the first level on the second page doesnāt load id 0, but the correct id.
Side note: donāt take this personally, but all of this code is getting kind of messy and ābodgyā which will make coding the game in the future a lot harder and problems like this more common. I suggest you look into cleaning the code up, or if you canāt I could assist at some point in the future
Fixed! Just had to make a variable that tracks what menu youāre on!
(Btw, Youāll find the bossfight testās tilemap in the original LoadLevel Function)
Yes please! Iāve never learned how to code properly, and Iām really terrible at cleaning up unnecessary code⦠It would be great if you could help fix up the bugs in my gameā¦
Well, you never fixed the ground blocksā¦
I mean I think it would only be fair if I cleaned up your code, but also taught you some programming tricks/conventions/principles so you can keep writing good code! Thereās a long way, but donāt worry, Iām sure weāll get there in no time!