Hey guys, I am not Aactually new to the program as i attended one of the scratch days, anyways, i am workin on a school project, making a game, and i am wondering if i can get some help with a script for a sprite. I am making a kind of donkey kong game, a simple jump up to the exit game, and i am wondering how do i make a sprite that is acting as a walk way solid so another sprite can walk on it, any help is appreciated, i would like the help ASAP if possible!
Thanks alot,
Dan Jones
Offline
DanJones wrote:
Hey guys, I am not Aactually new to the program as i attended one of the scratch days, anyways, i am workin on a school project, making a game, and i am wondering if i can get some help with a script for a sprite. I am making a kind of donkey kong game, a simple jump up to the exit game, and i am wondering how do i make a sprite that is acting as a walk way solid so another sprite can walk on it, any help is appreciated, i would like the help ASAP if possible!
Thanks alot,
Dan Jones
Yes it is possible...but what system you use to detect and respond to that collision could be just about anything . One of the awesome things about programming is it's incredible variability, but also how specific is must be for each task. In order to be able to help you, I might need some more information:
1) Are these sprites "flat" surfaces (i.e. there is no angle at all, the y does not change)
2) Are you using gravity/velocity/friction?
3) Are there multiple levels?
4) Would color sensing be possible?
Answer these and hopefully I can get back to you after school
Offline