A Flash Developer Resource Site

Search:

Type: Posts; User: bluemagica

Page 1 of 20 1 2 3 4

Search: Search took 0.11 seconds.

  1. Replies
    135
    Views
    102,189

    Wow, I suddenly decided to visit back here and it...

    Wow, I suddenly decided to visit back here and it seems some of the old almost-assumed-dead lurkers are starting to return to the board....

    Well as for me, I just finished school and now doing 9-5...
  2. Replies
    1
    Views
    761

    something like if((score%50)==0 &&...

    something like


    if((score%50)==0 && score>lastScore)
    {
    snd.play();
    msgBox.display("A silly message");
    lastscore = score;
    }
  3. umm, have you tried using a handycam or webcam?...

    umm, have you tried using a handycam or webcam? if software doesn't work, hardware might do the trick
  4. Replies
    3
    Views
    1,175

    200 plays? that? wow...flash market seems to be...

    200 plays? that? wow...flash market seems to be getting better

    Anyway
    1) improve graphics
    2) add music and sound
    3) improve controls(why do I have to hit left while the enemy is on my right?)...
  5. Replies
    6
    Views
    1,438

    1) What are your and your friend's roles in the...

    1) What are your and your friend's roles in the project?
    2) How much have you completed?
    3) What is in it for those who will help you?

    lastly, why the heck do you need both php and asp?
  6. Replies
    8
    Views
    1,571

    objArray =...

    objArray = ["playerMC","dogMC","rabbitMC","birdMC"];
    this.onEnterFrame = function()
    {
    if(_root.Action=="moving")
    {
    for(i=0;i<objArray.length;i++)
    {
    ...
  7. Replies
    4
    Views
    1,247

    how about ghost of an alien?

    how about ghost of an alien?
  8. Replies
    1
    Views
    1,372

    if(enemy[i].hitTest(turret)) { enemy[i]._x =...

    if(enemy[i].hitTest(turret))
    {
    enemy[i]._x = Math.random(400);
    enemy[i]._y = Math.random(400);
    turret.health-=5;
    }
  9. Replies
    5
    Views
    1,040

    The fighting system is a bit weird ( assault...

    The fighting system is a bit weird ( assault rifle does 1-2 damage, and knife does 2-3...wow, talk about advanced melee technology XD ). Anyway, the fight system is really slow, I can live with...
  10. Replies
    5
    Views
    1,040

    The game idea is great but the gameplay is pretty...

    The game idea is great but the gameplay is pretty slow. Also I think rest should heal some of the health, and the doctor fees is too high for starting....
  11. Replies
    13
    Views
    1,653

    Mc's can't perform better, so you solution is...

    Mc's can't perform better, so you solution is bitmap with transform matrix..... and switch to as3, atleast it will give much better performance compared to as2. Get yourself...
  12. Replies
    13
    Views
    7,622

    I am not a 3d guy, and have almost no knowledge...

    I am not a 3d guy, and have almost no knowledge in the field, but this topic seems good for learning so I am gonna join in too.

    If I understand correctly, if a polygon engine requires 4 points for...
  13. Replies
    7
    Views
    3,885

    weird, that shouldn't happen! Try tracing out all...

    weird, that shouldn't happen! Try tracing out all the values....

    or you might wanna try


    _rotation = (90*Math.floor(Math.random()*4)); //should give 0,90,180,270

    trace your rotation right...
  14. Replies
    6
    Views
    920

    Well I solved the problem for now, by filtering...

    Well I solved the problem for now, by filtering the array for keeping only one object of a group and then sorting it. I don't know how the filter will hit the performance on the long run though....oh...
  15. Replies
    6
    Views
    920

    Already tried it, that was the first thing i did

    Already tried it, that was the first thing i did
  16. Replies
    6
    Views
    920

    yeh, that is exactly what I am doing, but it's...

    yeh, that is exactly what I am doing, but it's not working..... my objects are being grouped as per their id, but not sorted as per "y". 1 is is always at index 0, and 2 id is always at index 2....I...
  17. Replies
    6
    Views
    920

    How do I do group sorts?

    the array contains a bunch of objects, where pairs of objects have a same value for _myId.... Now I want to depth sort the objects in pairs, that is, sort them by their y and keep the objects with...
  18. Replies
    66
    Views
    6,739

    Wow, world war 2.5(between the dino and the...

    Wow, world war 2.5(between the dino and the zombie) got avoided......

    Anyway, while this "move to other technology if flash doesn't live up to the expectations" thing is going on, I would like to...
  19. Any tutorials on using collision map in away3d?

    I need to know how do you use a collision map in away3d? any examples or tutorials would be nice.

    Also if I use extrude to create a path, how do I hittest with it's borders?
  20. Any tutorials on using collision map in away3d?

    I need to know how do you use a collision map in away3d? any examples or tutorials would be nice.

    Also if I use extrude to create a path, how do I hittest with it's borders?
  21. Replies
    7
    Views
    3,885

    _rotation = 360 / Math.ceil(Math.random()*4);

    _rotation = 360 / Math.ceil(Math.random()*4);
  22. Replies
    66
    Views
    6,739

    I don't want flash to be unity with the next dot...

    I don't want flash to be unity with the next dot release, rather I want it to show the progress adobe has been shouting about for the past hundreds of dot releases. sure 33% improvement is good and...
  23. Replies
    66
    Views
    6,739

    the only way this can be used(let alone being...

    the only way this can be used(let alone being considered good), if we put "all hail microsoft. Upgrade to the latest IE9 if you want to play this short game during your recess", along with the...
  24. Replies
    66
    Views
    6,739

    Umm, is the guys at adobe seriously doing this as...

    Umm, is the guys at adobe seriously doing this as a major release? I guess adobe has no more interest in developing flash....sigh....

    If a technology whose main selling point was platform...
  25. Replies
    66
    Views
    6,739

    So this is IE only?

    So this is IE only?
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center