Cant get this code to work. Why?
-
1 ink(red) 2 textSize(50) 3 message = “dog” 4 printAt(200, 200, message) 5 update() 6 sleep(3)
-
@fistfullofnails printat uses the cursor position for printing ( characters across the screen, characters down the screen). So at text size 50 (200, 200) is way off the screen. If you want to print at a pixel location uses drawtext https://fuzearena.com/help/view/drawText