Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (AndrewAMD), 1,268 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Future GDI animation studio #281628
07/27/09 21:24
07/27/09 21:24
Joined: Jul 2004
Posts: 1,710
MMike Offline OP
Serious User
MMike  Offline OP
Serious User

Joined: Jul 2004
Posts: 1,710
Hello
I think it would be very useful to add:

A program , external or not, to design panels, and animate panels, and transitions, fade out, zoom out, roll left, cross fade, etc etc, a little like flash does.

This would add a greater improvement to the current panels usage and interface possibilities.
Instead of coding every move and dynamics.

So you could put a panel on the left, and then select a key timeline, and move 50 frames, or seconds, and then put the panel on the right position, the engine would smooth move the panel left to right, ( or scale, or anything )


Thanks.

Re: Future GDI animation studio [Re: MMike] #281632
07/27/09 21:34
07/27/09 21:34
Joined: Jul 2005
Posts: 1,930
Austria
Dark_samurai Offline
Serious User
Dark_samurai  Offline
Serious User

Joined: Jul 2005
Posts: 1,930
Austria
Do you mean something to create a menu, or animations for video sequences or something? For video sequences I would advise you to create that with a tool that is made for that.

For main menus, did you tried the panel editor plugin of SED?


ANet - A stable and secure network plugin with multi-zone, unlimited players, voip, server-list features,... (for A7/A8)!
get free version
Re: Future GDI animation studio [Re: Dark_samurai] #281637
07/27/09 22:05
07/27/09 22:05
Joined: Jul 2004
Posts: 1,710
MMike Offline OP
Serious User
MMike  Offline OP
Serious User

Joined: Jul 2004
Posts: 1,710
i mean animate panels, like, you put the panel on the left, select time 5 seconds, and the put the panel to the right, and then play, and the panels is automaticly doing the transitions from point A toB, in 5 seconds, its not video sequence.. its like ADOBE FLASH or something?

Re: Future GDI animation studio [Re: MMike] #281655
07/28/09 01:36
07/28/09 01:36
Joined: May 2009
Posts: 258
Chicago
J
Jaeger Offline
Member
Jaeger  Offline
Member
J

Joined: May 2009
Posts: 258
Chicago
Hmmm... Doesn't make sense to me. I suppose you could use panel editor for SED, but I've never touched it. It's always been a breeze to code panels.

I'm interested in playing around with the C# wrapper and VC# when I've got free time to do so. We're switching engines right now though. I suppose you could figure out a way to use the Windows form editor like this. Then you'd be able to do everything from A7 panels to real Windows forms/API stuff. Just a guess. That's something I'd like to try someday.

But for what you're talking about, why not find the two positions you want the panel to start and end at. Then set up a function with a simple timer based on the amount of movement. Then... (pseudo-code)

if(panel.x == whatever && panel.y == whatever)
{
break;
}

It simply stops when it gets there. Pretty easy.

Re: Future GDI animation studio [Re: Jaeger] #281895
07/29/09 10:00
07/29/09 10:00
Joined: Jul 2004
Posts: 1,710
MMike Offline OP
Serious User
MMike  Offline OP
Serious User

Joined: Jul 2004
Posts: 1,710
OK this IS NOT GDI MAYBE.. it has nothing to do with windows APi formas etc..

I just say a way to handle ANIMATIONS, and Smooth transitionds, like ADOBE flash, animations you know?..

THE SED PANEL IS JUST THE SCRIPT; TO ADD THE PANEL; NOT THE ANIMATION PART.

I know how to script the move thing!! i just asked for something more complex, with no need to script..

Re: Future GDI animation studio [Re: MMike] #281903
07/29/09 11:12
07/29/09 11:12
Joined: Jan 2003
Posts: 4,615
Cambridge
Joey Offline
Expert
Joey  Offline
Expert

Joined: Jan 2003
Posts: 4,615
Cambridge
but why? if you can code hard things you can easily make the simple things. and why add these simple things if they're really that simple, even for a beginner?

Re: Future GDI animation studio [Re: Joey] #281989
07/29/09 19:30
07/29/09 19:30
Joined: Jul 2004
Posts: 1,710
MMike Offline OP
Serious User
MMike  Offline OP
Serious User

Joined: Jul 2004
Posts: 1,710
Lool
Example:
Start with a quad 40x40,then move to the right , while it fades in, and scales horizonaly.
Well? but this needs code, but if things could be more visual, then it would be easier and faster, Just that. And dont need to script those possibilties, and when i need more complex flash like menus this are a bit harder. Because there are some variables, speeds etc that needs to be experimented, and see if it works good, and not testing with speed =2 , then closing, testing with 4, then not the right yet and change to 6.. Wast of time..

And ...
Yeah you right..everything is coded, but somethings could be simplified... thats why most programs are visual interface.. thats why you have WINDOW and not work with MS DOS... right..

Simplified is also the aim of the new Gstudio feature GED ( not only for this reason but also..)
Because everything comes more interactiv, and user friendly...

Your are telling me the same thing, as: "Oh i dont know why adobe flash has a visual interface for animations and motion guides! if people could code the movements on the action script by their own."
OR
I dont know why the use of easy particles!! why?? if i could code everything!!
please...

buts its ok i see i'm the only wrong here... no problem dudes. maybe im retarded whistle





Last edited by MMike; 07/29/09 19:38.
Re: Future GDI animation studio [Re: MMike] #281999
07/29/09 20:15
07/29/09 20:15
Joined: Jul 2005
Posts: 1,930
Austria
Dark_samurai Offline
Serious User
Dark_samurai  Offline
Serious User

Joined: Jul 2005
Posts: 1,930
Austria
I think only a small amount of people will need such a tool => conitec won't do something if nearly nobody is interested in this.

But I think programming such a tool for yourself shouldn't be too hard wink Only a small tool that does exectly what you need for your project and that relievs your work. You could also improve this tool and sell it to the comunity if you think that this is a tool that everybody needs.


ANet - A stable and secure network plugin with multi-zone, unlimited players, voip, server-list features,... (for A7/A8)!
get free version
Re: Future GDI animation studio [Re: Dark_samurai] #282003
07/29/09 20:32
07/29/09 20:32
Joined: Jul 2004
Posts: 1,710
MMike Offline OP
Serious User
MMike  Offline OP
Serious User

Joined: Jul 2004
Posts: 1,710
yeah i thinking in that in the future.

Re: Future GDI animation studio [Re: MMike] #282083
07/30/09 09:58
07/30/09 09:58
Joined: Jan 2003
Posts: 4,615
Cambridge
Joey Offline
Expert
Joey  Offline
Expert

Joined: Jan 2003
Posts: 4,615
Cambridge
i was just criticising your wish for a tool that does the simplest things. it would be ok if you requested a complete panel editor. nobody likes to code uis, be this a windows forms application or gamestudio. but a tool which does twenty percent of the job is quite unnecessary. personally, i hate botching code of a tool. that's like starting a html page in word and after that completing it in source code - you'd be faster starting from scratch.


Moderated by  aztec, Spirit 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1