A Flash Developer Resource Site

Search:

Type: Posts; User: genc27

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    559

    Flash8 problem with for loop

    hi there,

    Following is the code I paste in the first frame of layer1..it was working before I added for loop..

    I am tring to explode all six balls on the stage clicking..but what is missing...
  2. Replies
    1
    Views
    419

    Flash8 mouse detecting the correct MC

    Hi,

    I am tring to create a "find and destroy" game..

    I have 20 ball shaped movie clips..they move around randomly..I want to click(destroy) only the ones having certain names...
  3. Thread: mine field game

    by genc27
    Replies
    1
    Views
    382

    Flash8 mine field game

    hi,
    I am tring to create a simple mine game..so I created a couple movie clips one of which is to be assigned a value of "0" and the other is to be assigned a value of "1" randomly. That is if the...
  4. Replies
    0
    Views
    332

    Flash8 hittes does not work

    Hi,
    I have got ten walking enemyies..I shoot but only the last one is destroyed…I can not figure it out how to shoot them one by one.. I tried … hitTest(_root[“enemy”+i])… too but it...
  5. Replies
    1
    Views
    961

    hittest help needed

    hi,
    I am tring to shoot the target one by one...but not sure where to locate the hittest..could any one fix that please ?




    waypoint_x = new Array(40, 140, 140, 220, 220, 80, 80, 340, 340,...
  6. Replies
    2
    Views
    371

    Flash8 Thanks a lot.. it works fine..

    Thanks a lot..
    it works fine..
  7. Replies
    2
    Views
    371

    Flash8 [RESOLVED] duplicating more mc s

    Hi, I am tring to create a movie clip in which different coloured birds are flying..
    I am tring to duplicate two or more MovieClips at the same time..but only either of them Works
    How...
  8. Replies
    1
    Views
    949

    whats wrong with my hitTest ?

    :confused:Hi,
    I have the following code to detect enemy within the range and fire..The problem is hitTest does not work and secondly it fires many bullets at a trime
    could you please help me to ...
  9. Replies
    0
    Views
    822

    detecting enemy and hitTest

    Hi,
    I am tring to create a shooting game to shoot a moving object from a fixed target(a tower).
    I found the following code on internet and tried to modified it as much as I could..
    the frst...
  10. Replies
    1
    Views
    656

    shooting game problem

    Hi
    Im tring to create a simple shooting game..the problem is that when I press spacebar to shoot..both my hero and bullet move and disappear from the screen...Could you please fix that ?
    thanks
    ...
  11. Replies
    1
    Views
    5,017

    combination calculator

    Hi,
    I am tring to create a simple calculator which will give me the result of combination of the number ı input via input boxes..
    for example (49-6)! output is 13.983.816 .Suppose that I have got 1...
  12. Replies
    0
    Views
    410

    [F8] slot machine

    hi,

    Im tring to create a slot machine game...I have a mask.and I have 3 layers each of which has a motion tween of 120 frames.they animate my 3 slots..the problem is how and where I can assign a...
  13. Replies
    4
    Views
    598

    Thanks... you are a hero..

    Thanks... you are a hero..
  14. Replies
    4
    Views
    598

    moving oject to a certain position

    hi,
    The following code works fine when mouse is pressed at any position on the screen ,object moves that position...but what if I want the object move that position at a certain speed..say+10 using...
  15. Replies
    1
    Views
    613

    timing the random movement

    :rolleyes: hi,

    what I am after is to make the object(hero) move to any direction randomly for 3000 millisecond and pause/delay for 2000 milliseconds and move again...
    // move any direction for...
  16. Thread: random movement

    by genc27
    Replies
    4
    Views
    409

    okay.. thanks it works fine....Actually what I am...

    okay.. thanks it works fine....Actually what I am after is to make the object(hero) move to any direction randomly for 3000 millisecond and pause for 2000 milliseconds and move again...
    // move lany...
  17. Thread: random movement

    by genc27
    Replies
    4
    Views
    409

    Thanks , it works..but it always moves left..bu...

    Thanks ,
    it works..but it always moves left..bu what im tring to do is make object move all directions ..in case the value="negative" it should move back or up..
    thanks
  18. Thread: random movement

    by genc27
    Replies
    4
    Views
    409

    random movement

    Hi, I am tring to make an object move across the screen randomly..I want it move up-down left or right acording to the values created..for example I want my object move between value (-5 and +5 )...
  19. Replies
    4
    Views
    1,358

    I will not use an animation...I need some...

    I will not use an animation...I need some transparent images to use in my website...so I need to change some of my jpegs to gifs ...as far as I know jpegs can not be transparent..
  20. Replies
    4
    Views
    1,358

    creating nice looking transparent gif

    Hi,
    I use Jasc paint shop to create transparent gif as of good quality as they use in games..but the outcome gifs are so poor quality...How do they create those nice transperent gifs/images ?
    Can...
  21. Replies
    2
    Views
    1,336

    animation using alpha images

    Hi, I see that so many nice games are created using some alpha images .lacated in the resource folder of the game..and I think this is how they create those nice animation and movement...Is there...
  22. Replies
    0
    Views
    486

    [F8] sound problem

    Whats wrong with my code.. the sound does not work :confused:

    thanks


    var bir = new Array(m1, m2, m3, m4, m5);
    var hedef = new Array(h1, h2, h3, h4, h5);
    var say=0;
    for (i=0;...
  23. Replies
    0
    Views
    454

    [F8] positioning the movie clips

    Hi,
    I have five rectangle shaped movie clips....I need to change their _y position randomly by clciking a button..but there must be 10px space between them... so how do I modify the code to do it ?...
  24. Replies
    0
    Views
    249

    matching 2 movieclips

    :cap: Hi,
    I have two arrays of MCs….what I’m tring to achieve is to match the m1 and z1,m2 and z2….m5 and z5….and if match I want the relevent member of myArray2 to be unload…( I mean...
  25. Replies
    0
    Views
    475

    [RESOLVED] hittest and drag&drop

    Hi,
    I have five MCs on the stage. I drag them to create a hitTest but there is something wrong with my code?
    Any idea?
    thanks




    myArray=new...
Results 1 to 25 of 83
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center