Code Monkey home page Code Monkey logo

Comments (6)

x-tec2017 avatar x-tec2017 commented on May 25, 2024

The More Prompt variable is held as the 2nd character in the uf$ variable.
0=Off
1=On
2=Messages Only
Entering MP is an ecs command gosub1882

from imagebbs.

Pinacolada64 avatar Pinacolada64 commented on May 25, 2024

I think I fixed this.

im:
1882 b=2:b$="{f5}More?{f5} Prompt":gosub1871:&,52,34,a:return

1882 im=3:goto2406 (loads "im.params")

im.params:
60000 onimgoto60004,60056,60114,60094,60096

from imagebbs.

ThaDoctor72 avatar ThaDoctor72 commented on May 25, 2024

It would be good if we could force the temporary disabling of prompts during MCI read of a file. Example:
printing on the same line for overlay MCI effect is still counted as a "line", even though the screen does not advance. System screens with these MCI effects are paused during play, and the more prompt will place the cursor out of expected sequence. Perhaps even a new MCI code that turns off prompting for the duration of that particular file/transmission/post/etc.

from imagebbs.

Pinacolada64 avatar Pinacolada64 commented on May 25, 2024

That's a good point, @ThaDoctor72 .

More Prompt On 34 Mor 35 More Prompt Not Available

Left Mor (I assume) turns off the More prompt. Right Mor says the More prompt isn't available. I don't know what the difference is. We'll have to experiment to find out which toggle would be more effective.

from imagebbs.

Pinacolada64 avatar Pinacolada64 commented on May 25, 2024

I'm having trouble downloading the latest .d81s from Facebook. Can someone confirm that Left Mor is toggled on after setting MP mode to 2 (On) or 3 (Messages Only) in im.misc? if not, we should add that. Something like 60117 &,52,34,sgn(abs(a>1))+1 should do it. Mor mode will be cleared for options 2 and 3, cleared for option 1.

Actually, no. &,52,x,1 clears the check mark. &,52,x,2 sets it. So:

60117 &,52,34,1+abs(sgn((a=1))

Heh, I love Boolean expressions.

from imagebbs.

x-tec2017 avatar x-tec2017 commented on May 25, 2024

from imagebbs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.