Community

SCI Programming => SCI Development Tools => Topic started by: MusicallyInspired on July 31, 2011, 02:12:57 AM

Title: SCI Companion - New Features Suggestions
Post by: MusicallyInspired on July 31, 2011, 02:12:57 AM
I was sitting here working on some SCI art and a thought popped into my head. Why don't we make a thread with some feature suggestions for SCI Companion. I'm sure we can all think of something that would make things easier in Companion. And if there are any interested programmers who could implement them they'd have a list of ideas to work with instead of coming up with stuff themselves.

Anyway, here's something I was thinking of:

-Ability to overlay Priority/Control/Both over Visual in the pic editor with a slider for its transparency. This would be handy when implementing control and priority lines over images that were converted over with the image import tool rather than drawn from scratch.
Title: Re: SCI Companion - New Features Suggestions
Post by: Cloudee1 on August 04, 2011, 02:15:49 PM
One way to already do what you said is to copy the visual screen, then paste it as a trace image, you can then see it in the priority and control screens adjusting opacity as needed and yes it helps alot.
Title: Re: SCI Companion - New Features Suggestions
Post by: MusicallyInspired on August 05, 2011, 11:35:56 AM
Brilliant!