You Can Talk About Hopscotch Here; Topic 30 [OFFICIAL]

unfortunately not yet :/ and i super duper agree, web exp is unbelievably incredibly convenient

3 Likes

I have decided to give Squaeyron the pushing mechanic, and Starlynn the same mechanic as the weapon in Raccoon with a Broom via its Dash button.

It’ll also open some teamwork opportunities, as Starlynn would be able to launch the block forward to where Squaeyron wouldn’t be able to push it to (like in the middle of spikes, for example).

Also, did you notice that Squaeyron’s Ground-Slam is visually powerful (since beta 02b), and that the impact launches the enemies and crates a little bit into the air? (but only where they are on the ground).

The only difference, regarding using the mechanic from RwaB, is that Starlynn will only be able to launch the crate from the outside. This will allow Squaeyron to help Starlynn in this situation, as they can push the crate from the inside.

Do you think I should keep the current crate boosting mechanic, or should I make it more realistic so that the crate is only launched into the air if Squaeyron doesn’t slam on the crate? It would also give the player more reasons to use Starlynn to advance through the level.

3 Likes

Hey @Crosbyman64 what if there was an enemy, just like the chomper (or something else), but its gravity is reversed and you kill it by jumping under it? (Maybe it damages by blasting lasers, but that would probably be hard to do)

6 Likes

@MarkerGames I have already come up with 10 enemy types. Thanks for the suggestion, tho.

Spiked Critter was renamed to just Critter, btw.

If you want to know the inspiration

Yes, I got inspired by Spy Guy 96’s game

Frog → Chomper
Bear → Chaser
Gorilla → Mega Chomper
Bird → Jumper
Venus → Turret
Croc → Sleeper
Iguana Hut → Spawner
Tropical Bird → Chuck

the other 2 enemies not mentioned above are original.

2 Likes

Unfortunately not, but if you add it from the iOS app, you can use those images on the web

4 Likes

hopscotch is fun

7 Likes

I 100% agree with you on that one.

7 Likes

@Crosbyman64
Wait, is there going to be a specific enemy that can only spawn from the spawner? (The Iguana Hut only makes Iguanas)

5 Likes

I haven’t figured that out yet, but I might make it so you can choose which enemy is spawned. The Spawner can be destroyed by slamming it.

2 Likes

@Crosbyman64
There’s a bug where something suddenly jumps in the sky, and then doesn’t have a scroll code.
https://files.catbox.moe/f7h5al.MOV

5 Likes

Unfortunately, I cannot fix that. This is exactly why most local collision platformers only scroll horizontally. It’s occurs when an enemy is unloaded in both directions at once, which, for some reason, causes everything on the screen to freeze (so they’re basically like ghosts due to a repeated destroy).

4 Likes

I’ve head this happen before, and there’s an easy fix.

First of all, this is not just because the screen scrolls both directions and can happen for other reasons as well. This project uses local collision and has scrolling in both directions, but it doesn’t have this problem.

So what’s the issue? Well, this happens when a object runs more than 1 “destroy” block in a frame. I don’t know why this happens, but you can get around this by replacing all destroy blocks with this code.

3 Likes

Welp, first time I was wrong.

Released Beta 03a

  • fixed an issue where the items would turn into ghost items when an item with quick despawn unloads in both the x and y directions at the exact same time.
    • I added a check via “unload prevention” that forces the item to only be unload in one direction at once, instead of multiple, which prevents multiple frame destroys from happening (it also means I’ll be able to reduce the unload y to -192 from -256 (same for the height, from 256 + height to 192 + height).

Obviously the way Spy Guy does is much more effective, especially with enemies that are destroyed due to being too far off screen.

Beta 03b

  • I did what Spy Guy 96 did, so the ghost entities issue should never occur again.
    • fixed a potential issue that could occur when an enemy is destroyed at -512 in both the x and y directions (same for the opposite side).
  • reduced the loaded range.

@KingGuin87

4 Likes

i have read this 12 times and still don’t understand this

2 Likes

I know right. I haven’t been on in like a year

1 Like

Welcome back :slight_smile:

2 Likes

A ghost item occurs when more than 1 destroy block is run at once. It basically destroys the code inside the object, but fails to actually destroy the object fully.

1 Like

@Gynn
How do I make Tapping Torture [1]’s auto clicker work when the user isn’t playing?


  1. Tapping Demons ↩︎

2 Likes

So like a offline auto clicker

2 Likes

you cannot, however what you can do is to automatically calculate at the beginning of the game. let’s say i have not played your game for exactly 60 minutes, and i have a tapping robot that taps twice per minute. exactly 60 minutes later i’ll come back, and the code will execute +120 taps to give the illusion the game was keeping tapping when i wasnt on hopscotch

5 Likes