Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

Mc_Jeronimo

Members
  • Content Count

    1
  • Joined

  • Last visited

Everything posted by Mc_Jeronimo

  1. Hey, i'm new here and a programming noob but I would like to process touch-events from the monitor and WirelessRedstone input signals in parallel for my program. My question is, how this can be implemented technically. The touch event is currently: while true do local component = require("component") local rs = component.redstone local gpu = component.gpu local colors = require("colors") local event = require("event") local id , _, x, y = event.pull("touch") if id == "touch" and x == 97 and y == 2 then --1 term.setCursor(1,49) term.clearLine() print("Verbindungen: 1-&
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.