http://forum.blockland.us/index.php?topic=109309.0
Glad you've come! Feel welcome. Just try messing around with events and see what you can do.
Learn how to fling players.Its good youve joined the blockland community!
heres how.
when you have a brick,event it with this command:Onplayer touch>player>set velocity
then you will have a few options.
the left box indicates turning.enter a small number to turn less,enter a higher number to turn more.if you want the player to turn to the other side,use A MINUS -
the middle box indicates how forward or backward you go. put in a higher number and you will push more fast. use a - for backwardness.
the right box indicates how high or down you go.put in a higher number and you will go flying through the sky.put in a minus - number and you will crush to the ground.
so heres a example:
Set Velocity: 5 10 50 >
|
this would make me go at a diagnal angle,a bit forward and alot up. /
not exactly like that picture though out of text.
Delays:
if you dont want stuff in events to be exactly when you step or click it,use delays.
so heres a basic event
Delay:1000 Onplayertouch>player>kill
so after 1000 miliseconds when i touch the brick,i would die.
Multiple events:
You can make more than 1 event in a brick.
using delays can help with this.
for example,heres a noob detector thingy i made:
Delay:0 Onplayertouch>client>center print> Hello There.Scanning you...
Delay:1000 Onplayertouch>client>center print> Noob detected!
Delay:3000 onplayertouch>player>kill
Colored Client Text:
ever wanted your text on client>center print and bottom print evnts and also chatmsg events to be different then red?
you can go to
http://www.colorpicker.comand before you type text in your client print evnt,enter <color:code>
nao look here.code is a hex code out of 6 digits with numbers/letters/or both of them
on color picker .com you pick a color and on the top theres a box saying # with a 6 digit code.
so if i picked white,it would say #FFFFFF
now what i do is i have a client msg/print event:
client>center print>
i have to enter this:
center print> <color:FFFFFF
and put a > at the end of that
then type in your text: Hello there. or whatever you want the text to be
next just send it,and it will be white or whatever color you enter in <color:>
Prints are too short.
ever want a chatmsg,client center print or bottom print evnt to make the text stay for longer?just enter a higher number after your message
which will replace 3.
these are some stuff you may want.for begginers.
welcome to the blockland community!