Sort by time | Sort by thread (beta)

Link to this comment:

Share to:

All Comments (29)

Sign In or Sign Up now to post a comment!
  • 1 coin collected an NaN scores lololol

  • the file is so hard to download ~_~

  • Hi Josh.

  • keep pressing 8, Josh says Hi. (;

  • josh says hi

  • How do you make it so that the score bar follows your player (for bigger levels)? Pleaseeee someone help me? D:

  • @McRacoon66 Yeah, really. I'm having a hard time finding a tutorial about that, myself.

  • how do you make it so the score goes up more than one like 10???

  • It worked perfectly :)

    But when I use VCam to make the camera follow the player, the score thing wont follow the VCam, I've tried to make it a symbol, but then it wont work (so I cant write actions to it).

    You got any solution?

  • Comment removed

  • whenever i use this codeing for the score the score does not go up...is this because i am making a target shooting game?

  • um...i have a folder called adobe cs3 i clikc on it and it shows folders and reinstall or uninstall...how do i open up adobe cs3?

  • oh man your a life safer. i need to make a game which has a chicken that drops eggs from above and i have to collect them with my character before they hit the ground. i still need to figure out how to make the chicken drop 10 eggs each in some time limit. well atleast i know how to make the eggs give me points.

  • do you know how to make a game where you click a target, (like a shooter) and it gives you a point?

  • No sorry.

    I am no good at mouse flash games.

    Ask another Flash Guru

  • @bennythebull9

    try this

    on the target put

    onClipEvent(enterFrame){

    on(press){

    this.gotoAndPlay(2);

    _root.score++;

    }

    }

  • @bennythebull9 use this code onClipEvent (enterFrame)

    { Mouse.hide(); this._x = _root._xmouse; this._y = _root._ymouse;

    }

  • where do i put this code in?????

  • How do you make it so when you get all coins it goes to next frame?????

  • how do you make is so the score thing moves with the screen?

  • how do i make it so the thing moves when you click on the screen?

  • And what do you mean by +1

  • i mean like maze game and when i reach finish it count score +1 . i move wiht Mouse.

  • if you mean like you hit the finish and score goes up 1 and then moves on to the next level i think the code is

    onClipEvent (enterFrame) {

    if (this.hitTest(_root.char)) {

    _root.score++;

    _root.gotoAndStop(2)

    }

    }

    Change the 2 in brackets to the frame the next level is on. you can delete the gotoAndStop(2) bit if you dont want it to go to the next level

  • @mazaisvilijs at the end of the maze you could put a little circle and make a hitTest thing and put the score code in it and that could work

  • @marioandluigi244 looooooooooooooooool,i got answer after one year xD, anyway i dont need this for long time .But its so funny to see something what i did 1 year ago,haha

  • what sort of target

  • sorry doesnt work because i put character in the code and not char i will change the code

  • hey but do you know what would be code for a maze game, like if i go to target and score is +1 ?

  • the one you put in score item

  • did you make the instance name in the character as character

  • onClipEvent (enterFrame) {

    if (this.hitTest(_root.character)­) {

    _root.score++;

    unloadMovie (this);

    }

    }

  • code doesnt work

  • which code do you mean

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