We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Repeat Until loop is crashing project

Home Forums General Questions Repeat Until loop is crashing project

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #67586
    blippypixel
    Customer

    Hi
    I stupidly created a repeat until false loop and put my code inside that.
    Whenever I open puzzles the web browser is crashing. I can’t stop the preview opening in time and I can’t stop the loop going on forever.
    How can I stop this and salvage this project please? Can you edit the puzzles code in a text editor? Thanks

    #67587
    xeon
    Customer

    You have a few choices.

    The easiest will be to go to our V3D project folder and look at the V3d_app_data > puzzle_backups and then take one of the older visual_logic date stamped .xml files and over write you current visual_logic.xml file in your main application folder.
    This basically allows you to restore to an older version of one of your previously saved puzzle states.

    Alternatively, if you are you could modify the visual_logic.xml code directly if you are familiar with it.

    Xeon
    Route 66 Digital
    Interactive Solutions - https://www.r66d.com
    Tutorials - https://www.xeons3dlab.com

    #67588
    kdv
    Participant

    Open visual_logic.xml with your favorite text editor Notepad++, find the block controls_whileUntil (F3) and replace FALSE with TRUE inside the block logic_boolean

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.