From 0988bfc75fe22e80bb7fbd27fde0e5495ea3f451 Mon Sep 17 00:00:00 2001 From: MonstersGoBoom <30197659+Nullious@users.noreply.github.com> Date: Tue, 17 Sep 2019 20:50:37 -0400 Subject: [PATCH] clarified the input section --- examples/atari_lynx/atari_lynx_demo.mfk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/atari_lynx/atari_lynx_demo.mfk b/examples/atari_lynx/atari_lynx_demo.mfk index fb1d2dad..f2224a31 100644 --- a/examples/atari_lynx/atari_lynx_demo.mfk +++ b/examples/atari_lynx/atari_lynx_demo.mfk @@ -111,6 +111,8 @@ pointer source lynx_wait_suzy() SUZYDONEACK = 0 + // check for button held + // if so , we scale the sprite if input_btn!=0 { if input_dx==$ff { @@ -127,6 +129,8 @@ pointer source } } else { + // or just move it + if input_dy==$ff { demosp.ypos+=1 }