A Flash Developer Resource Site

Search:

Type: Posts; User: Beastrex

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    1,315

    Joining music together?

    Hi there, im making a game in flash, and have several themes which i can use.

    What i was hoping for, was a way to link 2 songs together between screens of my game for instance.


    Room 1 - plays...
  2. Replies
    4
    Views
    558

    AHA! SUCCESS! thank you soo much, means a lot,...

    AHA! SUCCESS! thank you soo much, means a lot, especially seens as this was for my school work, thanks again.
  3. Replies
    4
    Views
    558

    Yes they are both in the same MC one under the...

    Yes they are both in the same MC one under the other, shall i make an example flash to show you whats happening??
  4. Replies
    4
    Views
    558

    [RESOLVED] [MX04] Game help. urgent

    Hi everyone, i have a game, with 10 badguy mc's on the stage

    In my main Character mc i have this code

    onClipEvent (enterFrame) {
    for (i=1; i<11; i++) {
    if...
  5. OK sure, thanks for all your help anyways

    OK sure, thanks for all your help anyways
  6. Hey dallas, thanks for that im now hittesting the...

    Hey dallas, thanks for that im now hittesting the TACKS, but now my BOUNCE animation isnt playing everytime i jump on the tacks, they are being hit, and falling to the ground, but my Charcter isnt...
  7. [RESOLVED] [MX04] Hittest multiple badguys

    Hi there, this isnt so much a problem.as i need help tidying up

    I have a little game with 10 badguys at places on screen, everytime you jump on one the player bounces off, I have this code

    ...
  8. Thanks everyone, that trace did work and said it...

    Thanks everyone, that trace did work and said it was a frame problem, fixed it using it as _root.CHAR.gotoAndPlay("BOUNCE") instead of CHAR_BOUNCE

    Thanks everyone
  9. [RESOLVED] [MX04] Platform game help!! urgent

    Hi there, im making the first level of a platform game for my coursework, and well its got to be in soon, im having a problem with my badguys

    I have my player "CHAR" and my badguys "TACK" and...
  10. Replies
    4
    Views
    556

    check the link in my sig. i want it so everytime...

    check the link in my sig. i want it so everytime you touch the portal it show you leaving through the portal before it changes frame
  11. Replies
    4
    Views
    556

    hi thanks for the reply, its not so much a...

    hi thanks for the reply, its not so much a preloader, but a little animation that plays at the end of every level showing the main charcter leaving the screen, would i have to put frame tags at the...
  12. Replies
    4
    Views
    556

    [MX04] Pre-loader for level?

    hi all, ok ive got a game im working on, the links in my signature, anyway at the end of each level i have a portal, which when the main character touches, gotoAndPlays the next level, i was...
  13. Replies
    18
    Views
    823

    hi, ive got the actual STAND, WALK and WAIT...

    hi, ive got the actual STAND, WALK and WAIT animations as 3 movie clips on the timeline, but i don't know what code to use for movement, as it is not keydown, but if else, could someone show me the...
  14. Replies
    18
    Views
    823

    i guess it is tile based then, as the enemy can...

    i guess it is tile based then, as the enemy can claim your tiles for their own, but the units can move anywhere on the tile, they don't walk in straight lines, they are totally seperate from the...
  15. Replies
    18
    Views
    823

    hi, i don't actually know if my game is tile...

    hi, i don't actually know if my game is tile based or not, not in the usual sense anyway i don't think, yes the world should be split into squares, walls, floors, are made in tiles, but some have...
  16. Replies
    18
    Views
    823

    sorry but, im quite new at flash you see, and i...

    sorry but, im quite new at flash you see, and i only know how to do things, by keypress,buttons and i can get things to follow others but that's about it, i was really just hoping for someone to show...
  17. Replies
    18
    Views
    823

    i see, my game, or rather the one im planning, is...

    i see, my game, or rather the one im planning, is a strategy/tile based game where you build rooms,traps and other things, and get creatures into your base, i want the units to be able to decide...
  18. Replies
    18
    Views
    823

    ok, ive got my list of arrays ...

    ok, ive got my list of arrays

    MOVEMENT=["STAND","WAIT","WALK"

    now what do i need to get my person to choose which one to do, and when choosing to walk, to pick a direction, and of course to...
  19. Replies
    18
    Views
    823

    thanks, yeah i will look up arrays, thanks for...

    thanks, yeah i will look up arrays, thanks for the reply tho
  20. Replies
    18
    Views
    823

    [MX04] Attack Choice

    Hi, i am thinking of creating a game, but i want my characters (Ai) to be able to choose, which direction to walk, what speed (walk,jog,run) and what attack to use, (stab,swing,heavy,special), is...
  21. Replies
    2
    Views
    498

    hi, try something like on (keyPress...

    hi, try something like

    on (keyPress "<Space>") {Speed +=1 else speed = 10 }}

    this way if someone taps the space bar, it will increase there speed by 1, for the time they tapped space, then it...
  22. Replies
    2
    Views
    440

    hi, you can use whatever frame rate you want...

    hi, you can use whatever frame rate you want really, but keep in mind if your running a flash at 30fps, you'll need to draw 30 frames, for 1 second of animation, which is good, if you want a lot to...
  23. Replies
    12
    Views
    901

    thanks

    thanks everyone for your help, think i got it ,im using a movie clip, with on release,press in frame 1 to go to different frames, so on frame 2 the unit has a selction ring around it, 3 it has a...
  24. Replies
    12
    Views
    901

    darn it, but you know i thought that might be the...

    darn it, but you know i thought that might be the case, ok, how would i get it so when you click the unit, and the unit menu come up, if you click attack move, it will change your mouse, then when...
  25. Replies
    12
    Views
    901

    hi thanks for the quick reply, ive found a way...

    hi thanks for the quick reply, ive found a way from searching the forums for context menu, to only allow settings to come up when i right click the stage, not all of them, but that's still not what...
Results 1 to 25 of 57
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center