Placing a new shape and frame?
Posted: Mon Aug 08, 2016 4:27 pm
Is there a single command to place a new shape with a specific frame at the same time? If not, what is the best way to do this?
Code: Select all
{
var newshape;
{
newshape = UI_create_new_object2(894, [2499, 2083]);
script newshape {nohalt; frame 7;}
}
}