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
→
technical consultation
Pages:
1
technical consultation
Apamaster
Posts: 129
August 11, 2022, 06:15:34 pm
Inside when updating is it good to complete it with trigger events without the need to complete it with more code?
TF101
Posts: 85
August 12, 2022, 01:24:56 am
Hi,
I don't understand your question.
When you use this code, you trigger the events 60 times per second.
I assume that is not your goal.
Thomas
Apamaster
Posts: 129
August 12, 2022, 04:40:50 am
that is the question, inside each trigger there are the conditions so that they work if a key is pressed or not. then the combination would be to place the activation condition outside the trigger, that would be correct, right?
TF101
Posts: 85
August 12, 2022, 10:46:02 am
Depends on what exactly you want to achieve. But I believe that you will quickly reach your limits if you do this within "update".
merrak
Posts: 2738
August 12, 2022, 01:18:45 pm
I'm still not sure what exactly you're asking, but there's nothing wrong with calling custom events within an update event.
`/\=======/\"-
Website! -
http://www.anorthogonaluniverse.com
Facebook -
http://www.facebook.com/rlwatson
Twitter -
https://twitter.com/merrak
TF101
Posts: 85
August 13, 2022, 02:12:18 am
Really?
I'm not a professional like you, Merrak and I'm still very inexperienced, but to call up 6 custom events (who seem to be opposites), 60 times a second without knowing what's in them... I just assume that there's a resource-saving method.
But I like to be taught and am willing to learn something.
Of course I could be completely wrong.
Then I apologize for that.
Thomas
Pages:
1