Navigation

    Fuze Arena Logo
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Help
    • Discord
    1. Home
    2. Popular
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month
    • T

      I Need Help On My Eye Test Game
      Work In Progress • • TurtleGamer 0

      2
      2
      Votes
      2
      Posts
      102
      Views

      Kat

      Hi TurtleGamer! Very nice game idea! I think both problems can be solved by editing line 90, currently

      if answer == input("What does it say?") then

      to

      if answer == answer[num] then

      so that it's checking against the random selection you made before. With input() there, you're getting a second, new input from the player, which will always be 'true' so it counts it as correct. Hope that makes sense. You'll also need to change line 110, either to check against "Cloud" as you have printed a few lines above, or changing num to a new random number before printing, then repeating the code from the first question.

    • I

      Project corruption.
      Help • • ImAlreadyHere

      2
      0
      Votes
      2
      Posts
      144
      Views

      Dave

      Hi there - I'm sorry you've experienced this. I'm really sorry to tell you that that sort of file corruption is not something we can just fix. It has been an ongoing issue and we have not had the resources to investigate a fix due to other priorities. It is a deep issue which involves many areas of the FUZE application.

      One thing I could do for you is to extract the code text, were there lots of images or maps in your project?