sizing problem
im looking to size up my output based of user input but when user input size is greater then 4 then the spacing is all off
4 Replies
⌛
This post has been reserved for your question.
Hey @adopted apple! Please useTIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here./close
or theClose Post
button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
heres the code^
you set
spaceloop
to be (n*-3)+12
so if n>4, the result is <0
and idk what you are trying to draw that way
but the hardcoded value 8 may also be an issue
maybe 12 us supposed to be size*3
and 8 is supposed to be size*2
?
also you have a hardcoded amount if spaces in your last loop - how many spaces are that and why?💤
Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping
.
Warning: abusing this will result in moderative actions taken against you.