Page 1 of 1

about sheepoulltion

Posted: Fri Apr 02, 2021 7:43 pm
by tutor_34
hello i got this from a tutorial on sheepoulltion i cant get it to output 7 on the screen i dunno if i need the prior tutorial of hello world still in my line of code to get this to work but it's so weird can someone tell me exzactly what i should do what is it suppose to look like this is form sheepollution tutorial thanks..

tutor_34

With programming we can do arithmetics.

What is 3 + 4?

It's 7!

Okay well let's test that. We can use print to make the number appear in our output console.

print(3 + 4)
--Output: 7
Run your code (meaning press F6 and then close the window to show the output) and your console should say 7.

Re: about sheepoulltion

Posted: Fri Apr 02, 2021 7:43 pm
by tutor_34
im useing zerobrane studio as well just like the tutorial says...

Re: about sheepoulltion

Posted: Fri Apr 02, 2021 7:55 pm
by GVovkiv
Are you correctly installed love and configured ZeroBrane's "path.love2d"?

Re: about sheepoulltion

Posted: Fri Apr 02, 2021 9:20 pm
by darkfrei
Don't forget to press this button:
2021-04-02T23_18_03-ZeroBrane Studio.png
2021-04-02T23_18_03-ZeroBrane Studio.png (2.58 KiB) Viewed 3571 times
And set the Löve:
2021-04-02T23_19_11-ZeroBrane Studio.png
2021-04-02T23_19_11-ZeroBrane Studio.png (5.16 KiB) Viewed 3571 times

Re: about sheepoulltion

Posted: Sat Apr 03, 2021 12:58 pm
by tutor_34
maybe not i think i left the path on love
thanks i think that helps