A Flash Developer Resource Site

Search:

Type: Posts; User: Scifo

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    230
    Views
    512,319

    Sticky: Gaelic Football Challenge

    Gaelic Football Challenge


    If you head to this link

    http://gaa.ulsterbank.com/game.html

    There's an actual full gaelic footaball game, the first one I've seen on the net. And best of all I...
  2. Replies
    2
    Views
    711

    If I'd made this game for myself I might be a...

    If I'd made this game for myself I might be a little more open to opening out the code, but because it was for a company I'm not sure if that would go down too well

    As well, nearly all of the code...
  3. Replies
    2
    Views
    711

    Double Dragon style game

    I made this recently for Sprite (I did the coding, can't take any credit for the design). I assume I'm allowed to post it here. Let me know if there's a problem.

    It's the biggest thing I've done...
  4. I've just noticed the sticky at the top of the...

    I've just noticed the sticky at the top of the page on OOP. I'll have a read through that to see if it covers what I need
  5. 'Object-Orientated Programming', can you explain what this means in ActionScript term

    I'm fairly competent at programming ActionScript but i've always been better at making things work than understanding technical jargon for why things work.

    I'm applying for a job now that asks...
  6. That's it. Cheers!

    That's it. Cheers!
  7. Flex Builder 2 - No default arguments are expected - Why? (a 3.0 tutorial problem)

    I'm going through the 'Friends of Ed' book, 'Foundation Actionscript 3.0 Animation Making Things Move'.

    I like to keep on top of what they're telling me and they appear to be advising me to use...
  8. Thanks. I'll have a look there.

    Thanks. I'll have a look there.
  9. How can I hitTest a diagonal Line (Not the square surrounding it)

    I'd given up on this for a while but it keeps coming back to me. If anyone can help me out with a simple method, an extremely complicated method, or just tell me if i'm wasting my time please let me...
  10. that's an interesting one anyway. I take it it's...

    that's an interesting one anyway. I take it it's the sky sports one.
    On one hand it's running quite slowly on my machine but on the other it has much better graphics than I had ever intended
  11. At the moment I'm hoping to emulate Sensi....

    At the moment I'm hoping to emulate Sensi. Realistically I know i'll end up hitting a wall with getting the playing side right, but I want to get a basic game in place before finding that out the...
  12. Is a 22 man soccer game impossible or just difficult?

    Nearly all of the Flash soccer games I've seen involve just one element of the sport (e.g. penalties and free kicks) except one game from the bbc based on Sensible Soccer (which the same game as I'd...
  13. Replies
    104
    Views
    5,660

    Is there much money in Flash games?

    If I'm honest I'm a pretty poor designer but I like putting the effort into complex programs (I'm still really starting out past university though). There's a fair few people on here talking about...
  14. Replies
    0
    Views
    321

    Importing GPS data into Flash?

    Has anyone any idea where I would go to start this?
    I've been reading up on GPS a little and I've found plenty of information on What GPS is and how it works. What I don't know is how I could...
  15. cheers for that.

    cheers for that.
  16. Can I determine my movies Frames Per Second via ActionScript?

    Is there a command like 'Stage.height' which finds the height of the stage which can be used to determine the Frames Per Second (FPS) I have set for the document?
  17. I got a response for this on another forum which...

    I got a response for this on another forum which sorts out my problem for tonight

    He pointed out that


    this["array"][0]

    would work instead of

    this["array[0]"]
  18. this["array[0]"]=newData; doesn't work. Please tell me why?

    I was on here a good few months back asking about this but never got it working so I gave up on it. Then last night I thought I'd stumbled over a solution, after working on it today it has come to...
  19. I'm not having any joy with delete. delete...

    I'm not having any joy with delete.

    delete prevents any lines of code that follow the delete mylistener from referencing the listener but I think my problem is different because

    after I've...
  20. Can you elaborate, I don't really know that...

    Can you elaborate, I don't really know that method.


    I'm having a bit of trouble with mine again now so an alternative would be appreciated.
  21. apologies. Whenever I was writing this out...

    apologies.


    Whenever I was writing this out it started me thinking about a solution. I went into the flash help, did a bit of tweaking with their code an came up with:



    var...
  22. If I use an .swf's inbuilt rewind function how do I turn off a key listener?

    If I start a keylistener in a program I know how to turn it off during the program, but what if I, or the user, decide to use the "right click"->rewind function on the .swf player.

    when I do this...
  23. Cheers mate. You've been a great help.

    Cheers mate. You've been a great help.
  24. I see how this works but I'm running into trouble...

    I see how this works but I'm running into trouble whenever I apply it to boxes whose names I haven't written into actionscript.

    For example if I want to write to a text box ("text1") where I have...
  25. How do I make input text change to uppercase as soon as the key is pressed?

    The method I am working from writes each letter in lowercase then when the next key is pressed the preceding letter changes to uppercase.



    newkey = 1;
    Selection.setFocus(letter1);
    var...
Results 1 to 25 of 49
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center