How to make a Pac-man Game in Flash CS4 Part 4

Loading...

Sign in or sign up now!
Alert icon
Upgrade to the latest Flash Player for improved playback performance. Upgrade now or more info.
6,276
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Jun 3, 2010

this is then end to my tutorial. Thanks for watching!


Scripts:


Ghost:
(Replace GREATERTHAN's and LESSTHAN's with the actual simbols)
onClipEvent (enterFrame) {
speed = 2.5;
if (_root.char._xGREATERTHANthis._x) {
_x += speed;
}
if (_root.char._xSMALLERTHANthis._x) {
_x -= speed;
}
}
onClipEvent (load) {
speed = 2.5;
}
onClipEvent (enterFrame) {
if (_root.char._yGREATERTHANthis._y) {
_y += speed;
}
if (_root.char._ySMALLERTHANthis._y) {
_y -= speed;
}
}
}

Frame 2:

stop();
score = 0;
lives = 3;

Invis Object:


onClipEvent (enterFrame) {
if (_root.score == 30) {
_parent.gotoAndPlay(3);
}
if (_root.lives == 0) {
_parent.gotoAndStop(4);
}
}


Try Again:

on (press) {
gotoAndPlay(1);
}

  • likes, 0 dislikes

Link to this comment:

Share to:

Uploader Comments (keaka070)

  • i dont get what you have to put in the "greaterthan" and the "lessthan"...but exept from that im good

  • @VvConorvV

    you know the little arrows youtube dosent let you put them but there the little arrows hold SHIFT and press , or . and you'll get the arrows

see all

All Comments (26)

Sign In or Sign Up now to post a comment!
  • la verdad usted sabe bastante de flash, y lo felicito porque hizo un buen juego, además la temática también es útil para hacer un juego de laberintos.

    Gracias por el video, que quiero hacer el juego de Pacman.

    The truth you know enough of Flash, and I congratulate you because you did a good game, besides the theme also is apply to do a leak game.

    Thanks for the video, that I want to do the Pacman game.....

  • do i use Adobe flash player?

  • thast awesome thanks

  • @computertrick lol i made that comment last year....

  • @VvConorvV == means if its equal to >= is greater than and <= is less than hope that helps

  • awesome tutorial thanks man i finally made a flash game

  • Youtube wont let < or simbols???

  • where di you download your ghost ? i googled "pacman ghost" didnt find :O

  • now i have him following me but he's staying like 5cm away from me!

Loading...

Alert icon
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more