to get card - go into allmost last room (when you see your in cosmos and you see earth) and wait for Headhog to fly to earth and then you will get card
This is Newbie tutorial for noobs who don't know what is Frames. I made a tutorial whit codes which you can see in my profile. And read description to know.
well now use this code for man. Becazuse then it won't go trough walls.
onClipEvent(enterFrame){
if(Key.isDown(Key.RIGHT)){
this._x += 5;
}else if(Key.isDown(Key.LEFT)){
this._x -= 5;
}else if(Key.isDown(Key.UP)){
this._y -= 5;
}else if(Key.isDown(Key.DOWN)){
this._y += 5;
}
}
@LINKedup - It worked for me all the time. Make sure you copied ALL of code, wall is kinda a rectangle and player has instance name of "man".
Lame - I change code so use this stuff:
First it's not button - it's Movie Clip.
Second the code:
onClipEvent(enterFrame){
if(Key.isDown(Key.RIGHT)){
this._x += 5;
this._rotation = 90
}
if(Key.isDown(Key.LEFT)){
this._x -= 5;
this._rotation = 270
}
if(Key.isDown(Key.UP)){
this._y -= 5;
this._rotation = 180
}
if(Key.isDown(Key.DOWN)){
this._y += 5;
this._rotation = 0
}
}
And place you man in center of it.
Okey I see all of you have problems at starting. I will make a SUPER BASIC NEWB TUTORIAl as soon as I can.
@LINKedup - make sure you make "man" as Movie Clip. Add code to him (press him and press F9) and then click him you will se below Options to change to Movie Clip button or graphic. And bellow that there would be something like that "". Write there "man" (whitout quotes) and then it should work.
@funky - It was done in about 6 months ago (tutorial) so I hated to remake.
@LINKedup - press frame and then press F9 to open frame's actions where you put scripts.
Oh cmon guys... I'm InfernoFlames' bro. We made this game together. The day I uploaded this I have registered in like 50 game sites. Some of them didn't send verification e-mail so I started to use different nick. If you don't believe me I can put screens of AF CS3 where Teal'c Shooter is loaded.