DangerZone 21 Posted January 3, 2016 (edited) I am currently in need of a plugin that allows for better control over pictures, with options like; Rotation (rotating the picture by x amount, like 180 flips it) Scaling (Rendering the picture bigger or smaller) Movement (making a picture move from point A to point B, designated by X and Y variables on screen) Speed( the speed at which the picture performs the movement based commands) Hue(change the color values of the picture) Mouse(Designate the picture to follow the movements of the mouse) I would like to have these as a string in a plugin command, designated by Picture ID. For instance; Plugin command: rotate, x, y, z where "rotate" is the command, x is picture id, y is amount to be rotated by, and z is the speed it rotates. and x could be a string like x,x,x,x, y, z to designate multiple pictures to move at once Most of these commands are available in the editor, but they clutter the event space, speed is hit and miss and you cannot move multiple pictures at the same time. I believe this would open up a lot of possibilities for animation and effects, with relative ease and precision. Edited January 4, 2016 by DangerZone Share this post Link to post Share on other sites
Tsukihime 1,489 Posted January 5, 2016 I will be providing support with script calls since I don't like plugin commands and will not use them. Would that work? 1 Share this post Link to post Share on other sites
DangerZone 21 Posted January 6, 2016 That would be amazing as well Share this post Link to post Share on other sites