A Flash Developer Resource Site

Search:

Type: Posts; User: Flashgamr

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    719

    Refer to symbols

    Hello,

    I am using AS3 and please forgive me if I am saying this wrong.

    I made a symbol called "symbol". Now, I dragged two of its instances on the stage. Now they are children of "symbol". What...
  2. Replies
    1
    Views
    967

    Instance hittest

    I am using AS2. Problem:

    I have a player and an enemy. The enemy is called "Enemy" and the player is called "Player". In the player's actions, I made him walk and do the hittest with the enemy. It...
  3. Replies
    2
    Views
    396

    I am sorry but it does not seem to work. But you...

    I am sorry but it does not seem to work. But you are right about the game world being on top.
  4. Replies
    1
    Views
    1,387

    Homing Missile Tutorial

    Hello,

    I am looking for a good homing/heat seeking missile tutorial. So far, I have searched every search engine and found a couple of tutorials. Most of them were AS2. But this one: ...
  5. Replies
    4
    Views
    1,614

    Yes, that's what I meant by "normal actions"....

    Yes, that's what I meant by "normal actions". Thank you 5Five555 for the information.

    So, if I understood correctly, if I copy everything from my as file to "actions" panel in the first frame, it...
  6. Replies
    4
    Views
    1,614

    Why use .as files

    What is the difference between using .as files and including normal "actions" in FLV's?
  7. Thread: AS2 to AS3

    by Flashgamr
    Replies
    3
    Views
    1,842

    Thank You!

    Thank You!
  8. Replies
    2
    Views
    396

    Script Problem

    Confession: I got the script from a tutorial site.

    Problem:I have a button on the stage. t shows up but when the mouse is over it, its supposed to turn into "over state". But it doesn't work. I...
  9. Thread: AS2 to AS3

    by Flashgamr
    Replies
    3
    Views
    1,842

    AS2 to AS3

    Would anyone be so kind to convert this code to AS3?

    Mouse.hide();
    gravity = 2;
    attachMovie("crosshair", "crosshair", 1);
    attachMovie("tank", "tank", 2, {_x:230, _y:350});...
  10. Replies
    1
    Views
    592

    Wii programming with flash

    Hello,

    I am not sure where this belonged, so feel free to move it.

    I just learned that you can program for Nintendo Wii using flash. I am very excited and I hope you will be too. I have tried...
  11. Thread: "Continue"

    by Flashgamr
    Replies
    1
    Views
    617

    "Continue"

    Hello,

    I want to include a "continue" mechanism in my game. Like, when someone turns my game off and plays it again, after a day or two, it should continue from the point it was on before the game...
  12. Replies
    1
    Views
    1,280

    I am sorry but I kinda solved the problem. Thanks...

    I am sorry but I kinda solved the problem. Thanks to everyone who took their time to understand my problem.

    Thank you very much.
  13. Replies
    1
    Views
    1,280

    Variable error AS3

    Hello everyone,

    In my file, there is a variable called enemyTime. It is increased by one each time and when it reaches enemyLimit variable, it makes enemy come at random spots on the stage. But...
  14. Thread: Depth in AS3

    by Flashgamr
    Replies
    3
    Views
    1,770

    Thanks that solved it.

    Thanks that solved it.
  15. Thread: Depth in AS3

    by Flashgamr
    Replies
    3
    Views
    1,770

    Depth in AS3

    I am using AS3. I have two instances on stage on the same spot. One of them is called "shape1" and it is on top of the other one. How can I change depth using AS, so that shape1 is under the other...
  16. Thread: Loop Rotate

    by Flashgamr
    Replies
    3
    Views
    2,064

    Precisely................but I want it to go from...

    Precisely................but I want it to go from 0 to 90 and back forever.
  17. Thread: Loop Rotate

    by Flashgamr
    Replies
    3
    Views
    2,064

    Loop Rotate

    Hello,

    I am using AS2.

    I have an object called "catapult.arm" and I am trying to make a "catapulting" type of game. I have copied this code from a tutorial and I am trying to change it up so I...
  18. Thread: Rotation

    by Flashgamr
    Replies
    3
    Views
    1,594

    Rotation

    Hello, I have a mc named "arrow", which is obviously an arrow and using the below command, I have successfully made it rotate.
    onClipEvent (enterFrame) {
    _root.arrow._rotation+=1;
    }


    But I...
  19. Replies
    2
    Views
    2,090

    WOW, it works. Thank you very much.

    WOW, it works. Thank you very much.
  20. Replies
    2
    Views
    2,090

    Getting Coordinates

    Hello,

    I am trying to get coordinates of my graphic that is on the screen and failing. I am using AS2. Please help.
  21. Replies
    3
    Views
    2,867

    Um............thank you for your reply. I am...

    Um............thank you for your reply. I am sorry about the board error. But in my output window only the word "undefined" is coming up. And I am using AS2 in Flash CS5. Any idea what I am doing...
  22. Replies
    3
    Views
    2,867

    x and y coordinates and angle

    Hello,

    I know this question might sound stupid to most of you guys but it is very necessary for me to know the answer.

    How can you get x and y coordinates of an instance? My instance is called...
  23. Replies
    3
    Views
    1,016

    Flash8 I will try that. Thank u for the suggestion. But...

    I will try that. Thank u for the suggestion. But can u give me a link to some kind of a collision tutorial, that would be helpful. I have tried a lot of examples but I just cant figure them out.
  24. Replies
    3
    Views
    1,016

    Flash8 COllision Detection

    Hi everyone,
    I am new to flash but not to programming and game making.

    I am having trouble figuring out collision checking. I am currently using an online flash tutorial site to make an easy...
Results 1 to 24 of 24




Click Here to Expand Forum to Full Width

HTML5 Development Center