- Messages
- 10,057
- Country
-
How would you start a click timer?
For instance, this is my code block I am experimenting with....
My thoughts are, put in this in the click zone;
(L: PageSwipe1, number) ++ (>L: PageSwipe1, number) (L: PageSwipe1, number)
(The above didnt work, by the way).
(>L: PageSwipe1, number) ++
or..
++ (>L: PageSwipe1, number)
or...
or.....
or.......
For instance, this is my code block I am experimenting with....
Code:
(L:PageSwipe1, number) ++ (>L:PageSwipe1, number) (L:PageSwipe1, number)
Code:
<Element>
<Position X="0" Y="0"/>
<MaskImage Name="PageSwipeMask.bmp" Bright="Yes" ImageSizes="1500,681">
<Axis X="0" Y="0"/>
</MaskImage>
<Image Name="ScreenBackground2.bmp" Bright="Yes" ImageSizes="1500,681">
<Nonlinearity>
<Item Value="0" X="1500" Y="0"/>
<Item Value="200" X="0" Y="0"/>
</Nonlinearity>
</Image>
<Shift>
<Value Minimum="0" Maximum="220">(L:PageSwipe1, number) ++ (>L:PageSwipe1, number) (L:PageSwipe1, number)</Value>
<Scale X="2.9"/>
</Shift>
</Element>
My thoughts are, put in this in the click zone;
(L: PageSwipe1, number) ++ (>L: PageSwipe1, number) (L: PageSwipe1, number)
(The above didnt work, by the way).
(>L: PageSwipe1, number) ++
or..
++ (>L: PageSwipe1, number)
or...
or.....
or.......