L
Laurensius Handra
Did anyone know how to call event or function but application did not run
immediately to that event/function, the application put that event/function
in queue ...
for example :
1 event Clicked()
1 funtion PostClicked()
in event Clicked() there is a script to call funtion
event Clicked()
Call PostClicked()
end
after user trigger the event clicked()
the postclicked function will run immediately ... this is what happen right
My problem is .. i want to run that PostClicked function after the event
clicked()
so the PostClicked() called in event clicked() but the function have to wait
in queue and run after the event clicked script finished
I hope u guys understand what i wrote
my english is not good anyway
Thanks in advance
LHandra
immediately to that event/function, the application put that event/function
in queue ...
for example :
1 event Clicked()
1 funtion PostClicked()
in event Clicked() there is a script to call funtion
event Clicked()
Call PostClicked()
end
after user trigger the event clicked()
the postclicked function will run immediately ... this is what happen right
My problem is .. i want to run that PostClicked function after the event
clicked()
so the PostClicked() called in event clicked() but the function have to wait
in queue and run after the event clicked script finished
I hope u guys understand what i wrote
my english is not good anyway
Thanks in advance
LHandra