A Flash Developer Resource Site

Search:

Type: Posts; User: FullMetalEdward

Search: Search took 0.06 seconds.

  1. Replies
    3
    Views
    9,712

    Farmville type game??

    Hi everyone and anyone,

    I am trying to make a game similar to farmville on facebook using AS3 however I have no idea where to start I normaly try to make platform games.

    Is there anyone who can...
  2. Replies
    27
    Views
    5,799

    My Files are too big to upload

    My Files are too big to upload
  3. Replies
    27
    Views
    5,799

    Ok I ran the game with the debug mode, I've never...

    Ok I ran the game with the debug mode, I've never used it before which Im sure is a major mistake when coding...anyway I found that it is on line 250 which is:

    coinDisplay.text = ""+coin;...
  4. Replies
    27
    Views
    5,799

    Nope still sais the same :( It has no compile...

    Nope still sais the same :(
    It has no compile errors and it loads that frame but the objects get stuck at the top of the screen and even when removing the objects it still comes up with that error.
  5. Replies
    27
    Views
    5,799

    It doesnt say, it just sais that under the...

    It doesnt say, it just sais that under the Objects tab.
    I've tried shifting code around but doesnt help, I can get it to go back a frame or I can make objects stop on the frame it's on but I cant...
  6. Replies
    27
    Views
    5,799

    ok So I added those like this: package { ...

    ok So I added those like this:



    package {


    import flash.display.*;
    import flash.events.*;
    import flash.text.*;
  7. Replies
    27
    Views
    5,799

    What do you mean by flag?

    What do you mean by flag?
  8. Replies
    27
    Views
    5,799

    Removing Events?

    Heya again im wondering if anyone knows how I can stop this code from running when my character's health gets to zero, I want it to go to the next frame without it wanting to keep loading new...
  9. Replies
    27
    Views
    5,799

    it's strange how I seem to search for ages...

    it's strange how I seem to search for ages looking for how to do something then when I cant find it I ask on here then coincidently when I continue searching i find it....Seems to help :P
    But Im...
  10. Replies
    27
    Views
    5,799

    Nevermind I did it :)

    Nevermind I did it :)
  11. Replies
    27
    Views
    5,799

    Ok I have finaly managed to put all my code into...

    Ok I have finaly managed to put all my code into one .as file and all is called onto stage when i load the .swf...now for my next problem...How can I make a start screen for my game?, I simply want...
  12. Replies
    27
    Views
    5,799

    Ok I've managed to put the hittesting code in...

    Ok I've managed to put the hittesting code in with the ring.as so the code looks like this:



    package{

    import flash.display.MovieClip;
    import flash.events.*;

    public class Ring...
  13. Replies
    9
    Views
    3,587

    Well there two different things mainly, one was...

    Well there two different things mainly, one was just character movement and the other is just to see if anyone can help with the conversion. It's easier to keep up with replys else I'll get reply for...
  14. Replies
    27
    Views
    5,799

    My code is all over the place, this seems like it...

    My code is all over the place, this seems like it should work but how would I conbine the ring code and the hittesting code?
    My hittesting is linked via document class so putting that bit of code in...
  15. Replies
    27
    Views
    5,799

    Sorry thats understandable ok here is the code: ...

    Sorry thats understandable ok here is the code:

    This bit is on the first frame of the layer 1.



    var leftKeyDown:Boolean = false;
    var upKeyDown:Boolean = false;
    var rightKeyDown:Boolean =...
  16. Replies
    27
    Views
    5,799

    Help with game.

    Hello I've been trying to make a falling and catching game in AS3 I've managed to make the character move and make the objects fall but I cant get them to do a hittest properly. all I want it to do...
  17. Replies
    9
    Views
    3,587

    Help Game Converting to AS3

    Hello im wondering if anyone could help me convert my old game code of AS2 to AS3, Im not expecting someone to do it for me (though it would be helpful :P ) just how I would go about doing it....
  18. Finally!! I have been trying to figure out how to...

    Finally!! I have been trying to figure out how to increase a score when my char moves over an object and thanks to this I've sorted it. :D
  19. Replies
    9
    Views
    3,587

    Hi

    Hi all, thank you to those who have helped me so far, I have managed to sort out the running problem with this under the key down function:



    if(left || right)
    {
    if(walking ==false)
    {...
  20. Replies
    9
    Views
    3,587

    Heya thanks for the links they shall come in...

    Heya thanks for the links they shall come in handy :)

    So I was trying to just get the basics done first instead of doing the whole lot of code like above, this is what i've got so far.



    var...
  21. Replies
    9
    Views
    3,587

    Help converting game from AS2...

    ...to AS3.

    Hi, I am wondering if there is anyone who can help with the conversion of this code I need to convert it to AS3 but not sure what needs to be changed.
    All this code was on the...
Results 1 to 21 of 21




Click Here to Expand Forum to Full Width

HTML5 Development Center