Gamestudio Links
Zorro Links
Newest Posts
loading historical data 1st time
by AndrewAMD. 04/14/23 12:54
Trade at bar open
by juanex. 04/13/23 19:43
Bug in Highpass2 filter
by rki. 04/13/23 09:54
Adding Limit Orders For IB
by scatters. 04/11/23 16:16
FisherN
by rki. 04/11/23 08:38
AUM Magazine
Latest Screens
SHADOW (2014)
DEAD TASTE
Tactics of World War I
Hecknex World
Who's Online Now
4 registered members (fogman, Grant, AndrewAMD, juanex), 989 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
rki, FranzIII, indonesiae, The_Judge, storrealba
18919 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
object animation #181126
01/31/08 12:43
01/31/08 12:43
Joined: Oct 2007
Posts: 85
H
harry3174 Offline OP
Junior Member
harry3174  Offline OP
Junior Member
H

Joined: Oct 2007
Posts: 85
Hi,

I have made object animation in max.(cylinder rotate as clock wise).
I want to take it in wed and want to play animation
when user click on mouse.
I export it as .fbx.
How can i do that ?
Please help.
Thanx

Re: object animation [Re: harry3174] #181127
01/31/08 13:10
01/31/08 13:10
Joined: Mar 2007
Posts: 776
Poor village - Poland ;)
tompo Offline
User
tompo  Offline
User

Joined: Mar 2007
Posts: 776
Poor village - Poland ;)
so simple animation better make in med.
about script, don't remember but something like
Code:
 
function my_funcion
{
if(event_type == event_click){make_animation;} or {my.pan += 2* time_step;}
}
action cylinder
{
my.enable_click = on; my.enable_mouse = on;
my.event = my_funcion;
}



Last edited by tompo; 01/31/08 13:12.

Never say never.
Re: object animation [Re: tompo] #181128
02/01/08 04:04
02/01/08 04:04
Joined: Oct 2007
Posts: 85
H
harry3174 Offline OP
Junior Member
harry3174  Offline OP
Junior Member
H

Joined: Oct 2007
Posts: 85
Thank you for your reply.
I dont know med and person with 3ds max.
Why not we should directly import object with animation ?
Is there any way between 3dgs and max ?

Thanx


Moderated by  HeelX, rvL_eXile 

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