Gamestudio Links
Zorro Links
Newest Posts
ZorroGPT
by TipmyPip. 02/23/26 21:52
WFO Training with parallel cores Zorro64
by Martin_HH. 02/23/26 15:29
Camera always moves upwards?
by clonman. 02/21/26 09:29
Zorro version 3.0 prerelease!
by TipmyPip. 02/20/26 13:22
Sam Foster Sound | Experienced Game Composer for Hire
by titanicpiano14. 02/19/26 13:22
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
2 registered members (TipmyPip, AndrewAMD), 5,913 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
alx, ApprenticeInMuc, PatrickH90, USER0328, Sfrdragon
19199 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 | 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