Talking Tom And Ben News Scratch The Joy Of Creation Upd -

A Tale of Two Indies: From News Anchors to Nightmares

Key Features & Gameplay

  • The News Desk: Tom (the cat) and Ben (the dog) act as news anchors. They interact with each other, often bickering or teasing, which was a significant step up in animation complexity from the single-character apps.
  • User Interaction: Players could poke, swipe, and interact with the characters to trigger funny animations. A fan-favorite mechanic was the ability to trip Tom or make Ben squirt water.
  • Custom Content: The app allowed users to insert their own videos or images into the "News" broadcast screen behind the characters. This was one of the first widely used instances of Augmented Reality (AR) in casual gaming, allowing users to make the characters report on their own lives.
  • The "Scratch" Aspect: While not a coding game like MIT Scratch, the app was simple and modular. It encouraged "remixing" content by letting users record themselves talking (which the characters would repeat in funny voices) and inserting custom media.

Part 2: The Joy of Creation (TJoC)

Genre: Survival Horror / Fangame Developer: Nikson (Published on GameJolt) Platform: PC (Windows)

Note: Because you mentioned "Scratch," it is important to clarify that TJoC is a high-fidelity Unreal Engine game, not a browser-based Scratch project, though many fans have attempted to recreate it in Scratch due to its popularity. talking tom and ben news scratch the joy of creation

A Guide to Merging Them (In Scratch)

Creating a game that mixes the visuals of Talking Tom with the mechanics of The Joy of Creation is a popular challenge for beginner coders. Here is how you would structure it: A Tale of Two Indies: From News Anchors

  1. The Visuals:

    • Import sprites of Tom and Ben.
    • Use the "costume editor" to edit them, making them look "glitched" or scary (darkening colors, removing eyes) to fit the horror theme.
  2. The Mechanics:

    • Talking Tom Mechanic: Use the Sound blocks in Scratch. Record your voice and use blocks like set pitch effect to -50 to make Tom sound like a monster.
    • TJoC Mechanic: Create a "news desk" background. Instead of Tom and Ben reading the news, have them stare at the camera. Use Mouse x and Mouse y blocks to make their eyes follow the cursor (a classic horror trope).
  3. The Gameplay Loop:

    • Create a "Jumpscare" script.
    • Code Logic:
      when flag clicked
      wait (random number between 5 and 10) seconds
      switch costume to [Scary Tom v]
      start sound [Scream v]
      stop [all v]
      

Why This Matters Now

In a world of algorithmic feeds and passive scrolling, Talking Tom & Ben News and Scratch represent a forgotten era of the internet: the participatory web. The News Desk: Tom (the cat) and Ben

  • Talking Tom taught us that our voice (literally and figuratively) can be the star.
  • Scratch taught us that "coding" is just snapping together ideas.
  • Together, they prove that creativity isn't a talent—it's a tool. And anyone, at any age, can pick it up.