Posts: 2,140
Threads: 64
Joined: Sep 2008
02-12-2012, 02:11 PM
(This post was last modified: 02-12-2012, 02:19 PM by Gad.)
Problem occured.
Question 1:
I made a ball and I want it to be always facing right.
When ball goes to right it's ok, but when it turns back it changes.
Is there anyway to keep that ball facing right, even if it's moving left?
And mirror sprites won't help here.
Question 2:
I wanna my move to add 100 hp to my character.
In this case I use mp: -10000
The effect is that my character looses mana instead of gaining hp.
Is there any way to fix this?
Thanks given by:
Posts: 722
Threads: 74
Joined: Apr 2011
Have you try using "facing: 1"?
facing: 0 means it will face in front of you, facing: 1 means behind you.
This place motivates me to become an artist, this place motivates me to learn coding, this place made me grow up, showed me the ways to interact with people. Unlike the old childish of me myself, I've learned a lot and gotten some experiences. For me, it's not just a fan forum, it's a helpful community. From a noob to someone who would think before he speaks, looking back at my old post made me laugh hard, I'm grateful of the differences between these 2 years.
~Thank You All and Farewell
~Goodbye, LFE.
RIP - 14/04/2014
Thanks given by:
Posts: 722
Threads: 74
Joined: Apr 2011
I don't quite catch it, make a picture and show me so I can help.
Q2,
Errm, are you sure you didn't use F6 or there is another mp tag above it?
Try using the itr/k: 8 and give the injury: 100 on yourself.
This place motivates me to become an artist, this place motivates me to learn coding, this place made me grow up, showed me the ways to interact with people. Unlike the old childish of me myself, I've learned a lot and gotten some experiences. For me, it's not just a fan forum, it's a helpful community. From a noob to someone who would think before he speaks, looking back at my old post made me laugh hard, I'm grateful of the differences between these 2 years.
~Thank You All and Farewell
~Goodbye, LFE.
RIP - 14/04/2014
Thanks given by:
Posts: 1,264
Threads: 49
Joined: Nov 2008
facing: 10? I think this keeps it facing right always. Might be wrong though, haven't dced in a while, although I think I can remember using that some time ago... Or what do you exactly mean?
Other one: try mp: -99000 (first two are hp, last three are mp, minus means it's gained, thus I think you can't have more than 99 gained hp (?))
Thanks given by:
Posts: 502
Threads: 21
Joined: May 2011
02-12-2012, 03:02 PM
(This post was last modified: 02-12-2012, 03:10 PM by mfc.)
You cant gain hp by mp tag.
You should hit yourself with an itr.
"le frame starts"
State 18
an extra special body somewhere up or down.
And itr which will hit that special body with a injury: -100 and fall: -1
"frame ends"
and try what does facing: 0-1-10-11 does.
As i remember they all have diferent uses.
And for always right or left;
it has two steps but easy.
I used this method for my teleporter's spawning.
But first tell us the uses of them facings by trying.
Posts: 502
Threads: 21
Joined: May 2011
I got the point you now tell me what the facings do.
Thanks given by:
Posts: 1,326
Threads: 79
Joined: Oct 2010
dvx: positive number ---->
dvx: negative number <---
dvy: negative number,make the ball goes up ^
dvz: positive number,make the ball goes down v
Thanks given by: