Posts: 60
Threads: 7
Joined: Aug 2009
07-31-2011, 07:03 AM
Is it possible for a character to transform into character-ex after picking up an item and automatically deletes the item being picked w/o particles or simple make the item disappear w/o leaving any trails?
Thanks given by:
Posts: 1,073
Threads: 38
Joined: Mar 2008
yes. just make the wpoint: on the char have weaponact: 1000 (i think this works). otherwise you can always have the x: coordinate 1000000000, and dvx: 10 (throw it away, way out of screen), and have the transform after.
Azriel~
Thanks given by:
Posts: 60
Threads: 7
Joined: Aug 2009
What? So if i did that, i should throw the weapon first before i can transform?
No, i want my character transform automatically just by picking the weapon or something w/o using or throwing it
Thanks given by:
Posts: 1,326
Threads: 79
Joined: Oct 2010
07-31-2011, 08:43 AM
(This post was last modified: 08-01-2011, 10:10 AM by empirefantasy.)
When character pick weapon,weapon opoint a T0 object (with next: 1280),which have an special bdy and character has an ik8 in picking frames,which send him in transforming frames.
Then,then character is transformed,he has an wpoint action 1000,in frames that he has been transformed (character will be transformed by State 80XX,which will send the transformed character,in the same number of frame that he used state 80XX),so the weapon is disappeared.
Thanks given by:
Posts: 60
Threads: 7
Joined: Aug 2009
Oh, now i got it! Thanks guys!
Thanks given by: