Re: FxScript: Mouse events?
site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com User-agent: Thunderbird 2.0.0.14 (Windows/20080421) Thanks for your reply, Paul. Georg Kiefer Hi Georg, - Paul On Jun 25, 2008, at 1:51 PM, das_ich@arcor.de wrote: Hi, are there any commands in FXscript that can receive mouse actions, like dragging a frame in the canvas or do I have to control all inputs with slider, checkbox & Co.? For example: If you have an input for a point, you are able to move the point with the mouse. But is it also possible to drag a frame directly by mouse? Can FxScript receive the MouseButtonUp and -Down Events? I'm very pessimistic indeed... Maybe FXplug can manage such events? Another question: During scripting in FXBuilder, how can I control the value of variables? Is there an function for displaying something on screen? Something like "output Var_A" Greetings Georg Kiefer _______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.ap... But what about my 2nd question: Can I check the current value of a variable in FXBuilder during runtime? I would use this to script an conditional statement (e.g. if x == 500 then...) But since I do not know the value of x I cannot script my statement precisely. Paul Schneider schrieb: FXScript doesn't have any support for interacting directly with the canvas. The FxPlug API does support this, but unfortunately it's not supported by Final Cut. You'll have to use the standard parameter types (sliders, checkboxes, etc) as your input. _______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/pro-apps-dev/pschneider%40apple.com This email sent to pschneider@apple.com This email sent to site_archiver@lists.apple.com
participants (1)
-
das_ich@arcor.de