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

Post Reply  Post Oekaki 
 

Posted By Message

Don Luciano

Heavy combat pancake

Registered
  10/25/2006
Points
  380

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

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
  11/6/2004
Points
  2479

VIP Member
25th March, 2011 at 2:51:31 PM -

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
  10/25/2006
Points
  380

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

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
  6/14/2010
Points
  45
25th March, 2011 at 8:10:24 PM -

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