View Full Version: How To Make Things Move

Betilla's Gardens > EVE.MLT Answers > How To Make Things Move


Title: How To Make Things Move
Description: Different speeds/directions


Tehrunescape455 - February 19, 2008 04:29 PM (GMT)
How to change speeds of objects like prickly balls, and clouds, and jumping blue rocks? Simple! Heres how.


Look at bolded things.
QUOTE (CloudMovingUp)
œdef,MS_nua_bloc_up,NUA, 4 ,
/nua qui va en haut et s'arrete sur un bloc/

NUA.ETA,
2 ,        10,
6 ,        8,
11 ,        0 ,
5 ,     10 ,
11 ,        99 ,
20 ,       1,0,-32,
6 ,        8,
11 ,        99 ,
20 ,       1,0,0,
6 ,        8,
33 ,    255,
0,0,
0 , 1 ,
64,0,12,
1,0,0,
63 ,0, 8 ,


QUOTE (CylicalFollowingCloud)
œdef,MS_nua_suiveur,NUA, 4 ,
NUA.ETA,
2 ,        10,
6 ,        26,
11 ,        0 ,
5 ,    10 ,
11 ,        99 ,
20 ,      1,16,0,
6 ,        26,
11 ,        99 ,
20 ,      1,16,-16,
6 ,        26,
11 ,        99 ,
20 ,      1,0,-16,
6 ,        26,
11 ,        99 ,
20 ,      1,-16,-16,
6 ,        26,
11 ,        99 ,
20 ,      1,-16,0,
6 ,        26,
11 ,        99 ,
20 ,      1,-16,16,
6 ,        26,
11 ,        99 ,
20 ,      1,0,16,
6 ,        26,
11 ,        99 ,
20 ,      1,16,16,
6 ,        26,

33 ,    255,
0,1,
0 , 1 ,
64,0,6,
1,0,0,
63 ,0, 8 ,


QUOTE (CloudMovingDown)
œdef,MS_nua_bloc_down,NUA, 4 ,
/nua qui va en bas et s'arrete sur un bloc/

NUA.ETA,
2 ,        10,
6 ,        8,
11 ,        0 ,
5 ,     10 ,
11 ,        99 ,
20 ,       1,0,32,
6 ,        8,
11 ,        99 ,
20 ,       1,0,0,
6 ,        8,
33 ,    255,
0,0,
0 , 1 ,
64,0,12,
1,0,0,
63 ,0, 8 ,

QUOTE (CloudMovingLeft)
œdef,MS_nua_bloc_left,NUA, 4 ,
/nua qui va a gauche et s'arrete sur un bloc/

NUA.ETA,
2 ,        10,
6 ,        8,
11 ,        0 ,
5 ,     10 ,
11 ,        99 ,
20 ,       1,-32,0,
6 ,        8,
11 ,        99 ,
20 ,       1,0,0,
6 ,        8,
33 ,    255,
0,0,
0 , 1 ,
64,0,12,
1,0,0,
63 ,0, 8 ,

QUOTE (CloudMovingRight)
œdef,MS_nua_bloc_right,NUA, 4 ,
/nua qui va a droite et s'arrete sur un bloc/

NUA.ETA,
2 ,        10,
6 ,        8,
11 ,        0 ,
5 ,     10 ,
11 ,        99 ,
20 ,       1,32,0,
6 ,        8,
11 ,        99 ,
20 ,       1,0,0,
6 ,        8,
33 ,    255,
0,0,
0 , 1 ,
64,0,12,
1,0,0,
63 ,0, 8 ,


Every moving thing (in a straight line) has one of these. Following clouds and those following prickly balls EXLUDED (I think that means..Not including)

If you look hard enough, it'll be simple to spot these :P
32 is normal speed, you can change it to ANYTHING you want.

rayfan9876 - February 19, 2008 04:40 PM (GMT)
Awesome! Thank you very much! :D

--------------------
Signature deleted...Or is it?

Tehrunescape455 - February 19, 2008 04:40 PM (GMT)
QUOTE (rayfan9876 @ Feb 19 2008, 04:40 PM)
Awesome! Thank you very much! :D

No problem!

rayfan9876 - February 19, 2008 07:32 PM (GMT)
The code and name is the same in each world right? Because I can't find this in the Jungle eve.mlt. :(

QUOTE (rayfan9876 @ Feb 19 2008, 07:32 PM)
The code and name is the same in each world right? Because I can't find this in the Jungle eve.mlt. :(

Wait I found it. In my jungle level, I quadrupled the clouds speed to 128. ^_^

Tehrunescape455 - February 19, 2008 08:04 PM (GMT)
QUOTE (rayfan9876 @ Feb 19 2008, 07:32 PM)
The code and name is the same in each world right? Because I can't find this in the Jungle eve.mlt. :(

QUOTE (rayfan9876 @ Feb 19 2008, 07:32 PM)
The code and name is the same in each world right? Because I can't find this in the Jungle eve.mlt. :(

Wait I found it. In my jungle level, I quadrupled the clouds speed to 128. ^_^

:o Remember to always use COPY and PASTE don't just change things plox, make copys of it, and change the copys

Oh, It works for Following clouds too! You can make up to 8 random movements! :P

rayfan9876 - February 19, 2008 08:19 PM (GMT)
Oh, yeah, that. I can't figure out how to use following clowds and cynnical fowllowing clouds :mellow: Pleaze give me some imformation about the subject. :lol:

Tehrunescape455 - February 19, 2008 08:56 PM (GMT)
QUOTE (rayfan9876 @ Feb 19 2008, 08:19 PM)
Oh, yeah, that. I can't figure out how to use following clowds and cynnical fowllowing clouds :mellow: Pleaze give me some imformation about the subject. :lol:

Heres information..Play with it, Make it hit yellow blocks one by one, see what happens..simple :unsure:

rayfan9876 - February 19, 2008 09:07 PM (GMT)
QUOTE (Tehrunescape455 @ Feb 19 2008, 08:56 PM)
QUOTE (rayfan9876 @ Feb 19 2008, 08:19 PM)
Oh, yeah, that. I can't figure out how to use following clowds and cynnical fowllowing clouds :mellow: Pleaze give me some imformation about the subject. :lol:

Heres information..Play with it, Make it hit yellow blocks one by one, see what happens..simple :unsure:

ooookay... :huh:

Tehrunescape455 - March 8, 2008 10:59 PM (GMT)
QUOTE (rayfan9876 @ Feb 19 2008, 04:07 PM)
QUOTE (Tehrunescape455 @ Feb 19 2008, 08:56 PM)
QUOTE (rayfan9876 @ Feb 19 2008, 08:19 PM)
Oh, yeah, that. I can't figure out how to use following clowds and cynnical fowllowing clouds :mellow: Pleaze give me some imformation about the subject. :lol:

Heres information..Play with it, Make it hit yellow blocks one by one, see what happens..simple :unsure:

ooookay... :huh:

I'll take that as "I know what You're talking about and you are the greatest admin in the world" Thanks! :)

rayfan9876 - March 9, 2008 12:21 AM (GMT)
QUOTE (Tehrunescape455 @ Mar 8 2008, 02:59 PM)
QUOTE (rayfan9876 @ Feb 19 2008, 04:07 PM)
QUOTE (Tehrunescape455 @ Feb 19 2008, 08:56 PM)
QUOTE (rayfan9876 @ Feb 19 2008, 08:19 PM)
Oh, yeah, that. I can't figure out how to use following clowds and cynnical fowllowing clouds :mellow: Pleaze give me some imformation about the subject. :lol:

Heres information..Play with it, Make it hit yellow blocks one by one, see what happens..simple :unsure:

ooookay... :huh:

I'll take that as "I know what You're talking about and you are the greatest admin in the world" Thanks! :)

No, sorry, wrong. I actually said, YOU MAKE SO MUCH SENSE AND YOU ARE THE BEST ADMIN IN THE WORLD, TEHRUNESCAPE455!! YOU ROCK!! :)

Tehrunescape455 - March 9, 2008 12:38 AM (GMT)
QUOTE (rayfan9876 @ Mar 8 2008, 08:21 PM)
QUOTE (Tehrunescape455 @ Mar 8 2008, 02:59 PM)
QUOTE (rayfan9876 @ Feb 19 2008, 04:07 PM)
QUOTE (Tehrunescape455 @ Feb 19 2008, 08:56 PM)
QUOTE (rayfan9876 @ Feb 19 2008, 08:19 PM)
Oh, yeah, that. I can't figure out how to use following clowds and cynnical fowllowing clouds :mellow: Pleaze give me some imformation about the subject. :lol:

Heres information..Play with it, Make it hit yellow blocks one by one, see what happens..simple :unsure:

ooookay... :huh:

I'll take that as "I know what You're talking about and you are the greatest admin in the world" Thanks! :)

No, sorry, wrong. I actually said, YOU MAKE SO MUCH SENSE AND YOU ARE THE BEST ADMIN IN THE WORLD, TEHRUNESCAPE455!! YOU ROCK!! :)

ARE YOU QUESTIONING MY SUPERIORITY TO UNENCRYPTING MESSAGES??!?!?!? :angry:


:rolleyes:

rayfan9876 - March 9, 2008 02:25 AM (GMT)
All I know is my gut says maybe.:rolleyes: I don't even know what unencripted means.:mellow:

Malcolm - June 19, 2008 07:18 PM (GMT)
A question:What is the name of the prickly balls on the EVE.MLT?

MGKeyes - July 12, 2009 12:14 PM (GMT)
MS_cpl_bpic is a large prickly ball in mountain. The rest should be around it in the mlt.

MtEl - October 24, 2009 03:52 PM (GMT)
I've found out, how you can make more than 8 Movements for an event.

Here, the cloud with 2 Movements (It's a cloud which wasn't in the Jungle-World)

QUOTE
œdef,waagrecht_Wolke_nach_links,NUA,5,
/nuage qui va a gauche puis a droite entre deux blocs/
NUA.ETA,
2 ,        10,
6 ,       
8,
11 ,        0 ,
5 ,    10 ,


11 ,        99 ,
20 ,      1,-32,0,
6 ,       
8,

11 ,        99 ,
20 ,      1,32,0,
6 ,       
8,

33 ,    255,
0,0,    /bidon/
0 , 1 ,
64,0,12,
1,0,0,
63 ,0, 8 ,


The red part is the Code for a Cloud, which is standing. If Rayman jump on it, then, the cloud will move.
The Pink parts is the Code for a Step (Here are 2 Steps)
The green Numbers say, how mane moves are in the Cloud (8 -> 2 Moves)

For a Cloud with 3 Movements, you have to add 3 to the green Number (8+3=11)
for four, 6 (8+6=14), for five, 9 (8+9=17) ...

That means, for 9 Movements, you have to change the green number in 29. (8+(3x7)=8+21=29)

This is the Code for Clud with 9 Movements:

QUOTE
œdef,standcloud-move9,NUA,5,
/Template for a Cloud with 9 Movements/
NUA.ETA,
2 ,        10,
6 ,       
29,
11 ,        0 ,
5 ,    10 ,


11 ,        99 ,
20 ,      1,-32,0,
6 ,       
29,

11 ,        99 ,
20 ,      1,32,0,
6 ,       
29,

11 ,        99 ,
20 ,      1,-32,0,
6 ,       
29,

11 ,        99 ,
20 ,      1,32,0,
6 ,       
29,

11 ,        99 ,
20 ,      1,-32,0,
6 ,       
29,

11 ,        99 ,
20 ,      1,32,0,
6 ,       
29,

11 ,        99 ,
20 ,      1,-32,0,
6 ,       
29,

11 ,        99 ,
20 ,      1,32,0,
6 ,       
29,

11 ,        99 ,
20 ,      1,0,0,
6 ,       
29,

33 ,    255,
0,0,    /bidon/
0 , 1 ,
64,0,12,
1,0,0,
63 ,0, 8 ,


For 10 Movements you have to add 3 for each green 29 and instert a pink step...

Here, to calculate the green Number:
(Numbers of Movements) x 3 + 2

Tehrunescape455 - October 10, 2011 03:41 PM (GMT)
QUOTE (MtEl @ Oct 24 2009, 10:52 AM)
I've found out, how you can make more than 8 Movements for an event.

Holy crap, for lack of a better term, I can't believe I never saw your post. That's amazing, thank you very much!

Jaxx - October 10, 2011 07:57 PM (GMT)
I think we all already known that.
I even have clouds with a lot of movements in my levels, you can check them in my videos in youtube ;)

Example:

CODE
œdef,Electricloud-1,NUA, 4 ,
NUA.ETA,
2 ,        10,
6 ,        125,
11 ,        0 ,
5 ,     10 ,
11 ,        99 ,
20 ,       1,0,-20,
6 ,        125,
11 ,        99 ,
20 ,       1,20,-14,
6 ,        125,
11 ,        99 ,
20 ,       1,26,0,
6 ,        125,
11 ,        99 ,
20 ,       1,0,26,
6 ,        125,
11 ,        99 ,
20 ,       1,36,0,
6 ,        125,
11 ,        99 ,
20 ,       1,0,36,
6 ,        125,
11 ,        99 ,
20 ,       1,0,-36,
6 ,        125,
11 ,        99 ,
20 ,       1,0,-36,
6 ,        125,
11 ,        99 ,
20 ,       1,16,0,
6 ,        125,
11 ,        99 ,
20 ,       1,0,-16,
6 ,        125,
11 ,        99 ,
20 ,       1,16,0,
6 ,        125,
11 ,        99 ,
20 ,       1,0,16,
6 ,        125,
11 ,        99 ,
20 ,       1,16,0,
6 ,        125,
11 ,        99 ,
20 ,       1,0,-16,
6 ,        125,
11 ,        99 ,
20 ,       1,16,0,
6 ,        125,
11 ,        99 ,
20 ,       1,0,16,
6 ,        125,
11 ,        99 ,
20 ,       1,16,0,
6 ,        125,
11 ,        99 ,
20 ,       1,0,-16,
6 ,        125,
11 ,        99 ,
20 ,       1,16,0,
6 ,        125,
11 ,        99 ,
20 ,       1,0,16,
6 ,        125,
11 ,        99 ,
20 ,       1,16,0,
6 ,        125,
11 ,        99 ,
20 ,       1,0,-16,
6 ,        125,
11 ,        99 ,
20 ,       1,16,-6,
6 ,        125,
11 ,        99 ,
20 ,       1,0,16,
6 ,        125,
11 ,        99 ,
20 ,       1,16,0,
6 ,        125,
11 ,        99 ,
20 ,       1,0,16,
6 ,        125,
11 ,        99 ,
20 ,       1,-20,0,
6 ,        125,
11 ,        99 ,
20 ,       1,20,0,
6 ,        125,
11 ,        99 ,
20 ,       1,36,0,
6 ,        125,
11 ,        99 ,
20 ,       1,56,0,
6 ,        125,
11 ,        99 ,
20 ,       1,26,-14,
6 ,        125,
11 ,        99 ,
20 ,       1,30,0,
6 ,        125,
11 ,        99 ,
20 ,       1,0,-30,
6 ,        125,
11 ,        99 ,
20 ,       1,0,30,
6 ,        125,
11 ,        99 ,
20 ,       1,0,30,
6 ,        125,
11 ,        99 ,
20 ,       1,-36,0,
6 ,        125,
11 ,        99 ,
20 ,       1,0,36,
6 ,        125,
11 ,        99 ,
20 ,       1,-36,0,
6 ,        125,
11 ,        99 ,
20 ,       1,0,-16,
6 ,        125,
11 ,        99 ,
20 ,       1,-6,0,
6 ,        125,
11 ,        99 ,
20 ,       1,0,0,
6 ,        125,
33 ,    255,
0,1,
0 , 1 ,
64,0,6,
1,0,0,
63 ,0, 8 ,

Tehrunescape455 - October 12, 2011 02:14 AM (GMT)
Hey! I didn't know that! :lol:

I never read anything about that until now. :P

CheatCat - October 12, 2011 07:12 AM (GMT)
Yea, you only see the first topics..

Jaxx - October 12, 2011 02:38 PM (GMT)
where is the second page?




* Hosted for free by InvisionFree