Author Topic: Need Help With Events In Blockland  (Read 978 times)

Hello I am Creating a Game That You can play Ingame


Many of you have seen the Pong game well im making a similar game but its a different game i can do almost everything but this

With the Pong Paddle In The Pong Game Some1 Made How Do i make the Paddle Move From Brick to Brick Like that

Its Like This In the Pong Game:

| <-- This Brick Would be Highlighted
|
|
|
|

The User Would Click The UP or DOWN Button and it Would Move The Highlighted Brick up and Down How Is The Possible in events I need Something Like This except mine is going like this

_ _ _ _ _ _ _ _ _ _ _

along the bottom

Thanks for the help
Blocksmith

You making... Super Breakout perhaps?

Yes But I dont knw how to move the pad along the bottom from Left to Right

There will be each pad named 1 2 3 4 5 6 7 8 9 10

and then 2 buttons "<" and ">" to move the bricks left and right

You know, that's one of the only event things I don't know how to do. I could figure it out, but I'm too lazy.


I think there are multiple ways to do it, in fact, almost endless. Just look at someone elses pong and learn from it.

i cant find 1 trust me ive looked but havent been able to find 1 if you know where i can download one please leave a link

thanks ,
Blocksmith

any1 know how to do this

I have never made this but if what i am thinking is correct than you would have to use variables. It would be meticulous but worth it.
I believe that you would need to use the variables to set it up like
if you were to click the button to make it go up in this case.
then it would add you a variable what ever way you move it for example:
pushing it up (from side view) would be making it give the player or client dependign on which way and what side he/she is playing on lets say you move the paddle to the left then it would give you -1 for moving it here:
|<-2
|<-1
|< 0
|<+1
|<+2
of course it would be easier to make it then show you.