CODE:
on the arrow movie clip:
onClipEvent(enterFrame){
if(_root.char.hitTest(this)){
this.gotoAndStop(2);
}else{
this.gotoAndStop(1);
}
}
inside the arrow movie clip in the boxes:
onClipEvent(enterFrame){
if(_root.char.hitTest(this)){
_root.char._x-=4
}
if(_root.char.hitTest(this) && (Key.isDown(Key.UP))){
_root.char._y-=10
}
}//this goes in the left one. for the right one, just change the _root.char._x-=4 into +=4
What is the code for the Disappearing Block, the ? block, the finish line, and the connection code?
JsKingBoo 8 months ago
Can you add a Download Link so we can Refer to a Example?
Like a .FLA download; Thanks your tutorials are nice also!
jadub22 10 months ago
Looks nice. Just don't know how to make an enemy. Tutorial on how to?
youngzoro 1 year ago
@gamemak0r Mine too
Hadyy13 1 year ago
is the platform game done?
Fun4Soccer 2 years ago
Thanks Pivoty! Your The Best At Making Tutorials! Keep It Up With The Good Work!
I Would Really Like It If You Made Tutorials For Your Super Mash Bro ( link )
Game.
Thanks!
camperkeehan 2 years ago
for some reason my char goes right through the up arrow block why is this
gamemak0r 2 years ago