TOUR
PRICING
HELP
Stencylpedia
Blocks Guide
Sample Games
Developer Center
FORUMS
CHAT
#MADEINSTENCYL
EDUCATION
SIGN IN
×
Welcome back!
Username or E-mail
Password
(
Forgot?
)
C
OMMUNITY
Home
Issue Tracker
Inbox [0]
New Posts
New Replies
Search
Stencyl Community
→
Stencyl
→
Ask a Question
→
At the end of my blocks, how do we, " Otherwise " - { " Do Nothing " } _ Please
Pages:
1
2
At the end of my blocks, how do we, " Otherwise " - { " Do Nothing " } _ Please
tapdroid
Posts: 119
December 09, 2014, 11:27:24 am
Justin
Posts: 4706
December 09, 2014, 11:35:55 am
That's already what it does.
For Live Support
: Join our
discord
server and ping me @justin.
I'm most often available between 10am and 10pm Japan time. (GMT+9)
tapdroid
Posts: 119
December 09, 2014, 12:46:54 pm
How do I get the script to disregard
if milk 10
if milk is dead?
LIBERADO
Posts: 2720
December 09, 2014, 01:00:44 pm
Perhaps you should explain better what you mean.
Maybe this:
I'm spanish, excuse me for my bad English.
I'm not a private teacher. Please, post your questions in the public forum.
tapdroid
Posts: 119
December 09, 2014, 01:02:46 pm
yeh, that makes more sense than if milk dead.
Thanks.
ill give it a shot.
==========================================
wait a minute, I still do not see how that will work. If not milk alive... ? disregard previous statement?
tapdroid
Posts: 119
December 09, 2014, 01:07:03 pm
what do I place in Otherwise to disregard the if statement?
LIBERADO
Posts: 2720
December 09, 2014, 01:09:21 pm
Please, do not be so brief. Give us more details about what you mean.
I'm spanish, excuse me for my bad English.
I'm not a private teacher. Please, post your questions in the public forum.
tapdroid
Posts: 119
December 09, 2014, 01:16:04 pm
Otherwise disregard
if milk alive statement...
or
if milk dead, do nothing.
letmethink
Posts: 2545
December 09, 2014, 01:19:40 pm
Put all the remaining code inside 'if milk10 is alive.
~Letmethink
tapdroid
Posts: 119
December 09, 2014, 01:27:28 pm
I must be incredibly thick.
I have no idea what code you are referring to.
i need a statement to go in the otherwise block to cancel the " create try again " if milk is dead
Justin
Posts: 4706
December 09, 2014, 01:33:40 pm
Please explain yourself better. Either it will enter the "if" wrapper or it won't. You don't need to undo anything.
For Live Support
: Join our
discord
server and ping me @justin.
I'm most often available between 10am and 10pm Japan time. (GMT+9)
tapdroid
Posts: 119
December 09, 2014, 01:41:28 pm
i need "if milk dead, disregard create try again"
the if statement alone, is not doing the job. I know it should, but Try Again is still being created no mater if milk alive or not.
is it a bug?
Justin
Posts: 4706
December 09, 2014, 01:45:02 pm
Put the if condition inside the timer, not outside of it.
For Live Support
: Join our
discord
server and ping me @justin.
I'm most often available between 10am and 10pm Japan time. (GMT+9)
tapdroid
Posts: 119
December 09, 2014, 01:54:24 pm
Never mind. I scraped all that and just added an animation to swap the main character with tryagain.
thanks any way.
might be a bug here, cause now my camera is jumping to a new spot.
tapdroid
Posts: 119
December 09, 2014, 02:04:18 pm
My back and forth horizontally behavior stopped working as well...
Pages:
1
2