Gamestudio Links
Zorro Links
Newest Posts
Z9 getting Error 058
by k_ivan. 04/25/26 19:13
ZorroGPT
by TipmyPip. 04/25/26 16:09
Stooq now requires an API key
by jcl. 04/13/26 09:42
Strange "Alien" Skull created with >Knubber<
by NeoDumont. 04/10/26 18:58
400 free seamless texture pack downl. here !
by NeoDumont. 04/08/26 19:55
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
2 registered members (TipmyPip, 1 invisible), 3,464 guests, and 7 spiders.
Key: Admin, Global Mod, Mod
Newest Members
valino, juergenwue, VladMak, Geir, ondrej
19209 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