Graphics

 View Only
  • 1.  1. Automatic start of the additional time clock. 2. Adding a point to the widget counter triggered by the animation of a graphic element.

    Posted 9 days ago
      |   view attached
    Hi, can I ask for some tips?
    (Problem 1 solved)
    Problem 2, Counter scene:
    How can I trigger the addition of a point to the H POINT widget when the green square animation appears (I also want to maintain the possibility of standard widget control). The green square is also animated by the HG IN trigger scene.
     
    Thank you in advance and I am attaching the project.



    ------------------------------
    Tom Jan
    editor
    ------------------------------

    Attachment(s)

    xpp
    CLOCK&COUNTER.xpp   586 KB 1 version


  • 2.  RE: 1. Automatic start of the additional time clock. 2. Adding a point to the widget counter triggered by the animation of a graphic element.

    Posted 7 days ago

    EDIT: Nevermind, the event marker would not work since your anim does not take the object outside the view. 
    Instead I would sggust a script event in the scene director of the IN anim that increments the widget. 

    Ex. 

    dim Counter as xpCounterWidget

     

    scene.Project.GetObjectByName(“1st quarter sponsor”, Counter)

     

    Counter.Value = Counter.Value + 1


    I would use the event marker object and then put a script into the OnShow tab to increment the widget. 




  • 3.  RE: 1. Automatic start of the additional time clock. 2. Adding a point to the widget counter triggered by the animation of a graphic element.

    Posted 7 days ago

    Thanks for your reply and help, but I'll admit that I haven't worked with scripts until now. I understand the direction, but nothing works for me here.

    I'm like a child in a fog.



    ------------------------------
    Tom Jan
    editor
    ------------------------------



  • 4.  RE: 1. Automatic start of the additional time clock. 2. Adding a point to the widget counter triggered by the animation of a graphic element.

    Posted 5 days ago

    you've inspired me to make a video on this subject as it comes up a lot, won't be instantly done but I will try do it in the coming weeks. 



    ------------------------------
    Simon Redmile
    Senior Graphic Programmer & Designer
    Ross Video
    Bristol United Kingdom
    ------------------------------