Click event

A forums to allow bugs and problems with Flowcode v7 to be reported and resolved.

Moderator: Benj

Post Reply
sundgau
Posts: 78
Joined: Mon Sep 26, 2011 4:18 pm
Has thanked: 5 times
Been thanked: 10 times
Contact:

Click event

Post by sundgau »

Hello Benj,

I have a problem with simulating a click event and moving an object. Execution of the event macro does not respect the time (1s) between the two object movement functions and executes the two functions after 2s!
It works fine if I do a test with a non-event macro.

Am I doing something wrong or does ev-click have a problem with FC7.3.0.7?

Regards
Bruno
Attachments
sim-event-click.fcfx
(12.55 KiB) Downloaded 192 times

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Click event

Post by Benj »

Hi Bruno,

Try adding a delay inside your while 1 loop or it may be flooding the simulation event queue.

sundgau
Posts: 78
Joined: Mon Sep 26, 2011 4:18 pm
Has thanked: 5 times
Been thanked: 10 times
Contact:

Re: Click event

Post by sundgau »

It still does not work...
I do not understand where it comes from

Post Reply