Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
New attack
#1
Ok I am busy creating a char with the name lava (need better name) but anyway I wanna
create an attack where the char jumps up realy high and shoots a giant
energy ball South west (didn't know how to explain it ) I know how to do the jump frames and to create the ball that I know but to let it travel in the direction I want I don't know

and one last thing here is the face pic of my char is there already such a char ( but I realy recoulored the sprites myself but that colours on him seem so familiar )
[img][Image: rudolff.png][/img]

sorry for this newbie question
Random word of the day (Click to View)
What the hell is yahoo doing (Click to View)
News of the day: I have joined the eggpire, look out ducks I am gonna roast you with my fearsome fire-egg sword!
*Avatar made by Someone else
Reply
Thanks given by:
#2
(11-29-2010, 06:51 AM)fire power Wrote:  Ok I am busy creating a char with the name lava (need better name) but anyway I wanna
create an attack where the char jumps up realy high and shoots a giant
energy ball South west (didn't know how to explain it ) I know how to do the jump frames and to create the ball that I know but to let it travel in the direction I want I don't know

and one last thing here is the face pic of my char is there already such a char ( but I realy recoulored the sprites myself but that colours on him seem so familiar )
[img][Image: rudolff.png][/img]

sorry for this newbie question

There are plenty of characters like that. But I don't think anybody used that specific color scheme.. I would go for better looking sprites though.

For the movement of the ball, you have to change the dvx and dvy, is that what you mean?
Reply
Thanks given by:
#3
I know the sprits aren't that good I just wanna be good at DC and
yes that is what I mean I want to let the ball travel left or right down

And while I am at it how do I change the size of the ball
Random word of the day (Click to View)
What the hell is yahoo doing (Click to View)
News of the day: I have joined the eggpire, look out ducks I am gonna roast you with my fearsome fire-egg sword!
*Avatar made by Someone else
Reply
Thanks given by:
#4
(11-29-2010, 10:45 AM)fire power Wrote:  And while I am at it how do I change the size of the ball

Change the sprites and the xywh values of bdy/itrs.
My Creations: (Click to View)

Return (String) System.getNewsOfTheDay();
Barely active, expect slow responses. If at all.


Greetz,
Alblaka
Reply
Thanks given by: fire power
#5
(11-29-2010, 10:45 AM)fire power Wrote:  I want to let the ball travel left or right down
dvx and dvy are the key. put these numbers at your frame start. (note the gravitation, so you won't go at the exact speed)
right+down= dvx: x dvy: y
left+down= dvx: -x dvy: y
right+up= dvx: x dvy -y
left+up= dvx: -x dvy: -y
so take x&y as your random numbers and you should be fine...
Read mainsite (!!!!!) to solve such problems, man.


Also, I totally recommend you to use at least some punctuation - it's hard to follow your thoughts...

Reply
Thanks given by: Alblaka , Bamboori




Users browsing this thread: 1 Guest(s)