New API function - FOCUS on object

Issue #216 open
Ali Ozdemir created an issue

I need a focus(graphically) function to show the user active objects such as current story. Changing the color and opacity of the objects from my side doesn't work because these modifications become permanent and if user exits from the project when story is activated, it stays there with the modified color and opacity.

function can be called from any obrimOBJ with 2 optional parameters -> opacity & color

Assume that the name of obrimOBJ is Story1

story1.focus(colorOfFocussedObj, opacityOfOtherObjects)

There is one more problem with the above implementation. Sometimes I may need to focus more than one object at the same time.

For example Story1.focus(color 1) story2.columns.focus(color 2)

Expected result: Story 1 opacity = 1 story2.columns opacity = 1 opacity of other objects = 0.5

Story 1 color= color1 story2.columns= color 2

It would be really good if we can handle the above example also.

Comments (1)

  1. Log in to comment