The Daily Click ::. Forums ::. Klik Coding Help ::. Group of events
 

Post Reply  Post Oekaki 
 

Posted By Message

Don Luciano

Heavy combat pancake

Registered
  25/10/2006
Points
  380

VIP Member
25th March, 2011 at 14:37:50 -

Is it possible to activate/deactivate groups of events based on expression?
Maybe an extension or something?

 
Code me a sausage!

Sketchy

Cornwall UK

Registered
  06/11/2004
Points
  1970

VIP MemberWeekly Picture Me This Round 43 Winner!Weekly Picture Me This Round 47 WinnerPicture Me This Round 49 Winner!
25th March, 2011 at 14:51:31 -

There might be, but I'm not aware of any.
The only thing I can think of, is to create functions to deactivate each group, and then choose which function to run according to some expression.
Something like this:

+ On Loop "Deactivate Group_A"
-> Deactivate Group A

+ On Loop "Deactivate Group_B"
-> Deactivate Group B

+ Something happens...
-> Run fastloop "Deactivate " + <group name> , 1 time

 
n/a

Don Luciano

Heavy combat pancake

Registered
  25/10/2006
Points
  380

VIP Member
25th March, 2011 at 14:55:48 -

Yeah i though of actually doing something like that. But it would be a lot easier with just an expression.

 
Code me a sausage!

xXBlazefirelpXx



Registered
  14/06/2010
Points
  45
25th March, 2011 at 20:10:24 -

Only thing I can think of that you could do is make a flag/alterable control certain groups of events activity or inactivity.
For example:

Flag1=OFF =NO
Flag1=ON =YES

Then you could do:
Flag1=On
"While something else is occurring"

 
-----------------------------------------------
   

Post Reply



 



Advertisement

Worth A Click