A Flash Developer Resource Site

Search:

Type: Posts; User: AntBirch

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,803

    Hey sorry yes I'm getting and error about not...

    Hey sorry yes I'm getting and error about not finding the link
  2. Replies
    2
    Views
    1,803

    AS3 parsing JSON

    Hey all,

    I'm currently trying to use AS3 to check a JSON file found at : http://furydivine.net/api/hunt-dice/active

    I want to check if players are online and if they are playing on xbox I want...
  3. Replies
    1
    Views
    949

    AS3 Checking webpage

    Hey all,

    A quick question ... say that I wanted to use AS3 to check if a certain phrase is present on a website e.g. "Player is online" how would I go about this?
  4. Replies
    2
    Views
    748

    hey have tried to do what you've said here but...

    hey have tried to do what you've said here but now as you can see by my edit of my original post I just get a white screen.
  5. Replies
    2
    Views
    748

    Loading external SWF files

    I'm using this code to unload a swf file and go back to the main menu. The main menu has no trouble loading the external swf files but for some reason unloading just doesn't work :s

    function...
  6. Thread: Max/MinChars

    by AntBirch
    Replies
    2
    Views
    739

    Hey I'm sure this would work but how could I use...

    Hey I'm sure this would work but how could I use it to check when the player pushes the submit button to send their name by a dispatched event that their's something written in the text field...
  7. Thread: Max/MinChars

    by AntBirch
    Replies
    2
    Views
    739

    Max/MinChars

    Hey all,

    I've noticed that AS3 doesn't seem to contain a way of defining a minimum amount of characters required but does have a maximum.

    Any way to do this with a textfield?
  8. Replies
    1
    Views
    963

    Posting from AS3 to Twitter

    Hey all,

    I've got a main menu and a game which loads as a separate swf from that menu. So far when the player enters their name at the start on the main menu I can get this name to post to...
  9. Replies
    1
    Views
    623

    Saving textfield input

    Hey,all.

    I'll explain a little before asking my question ... I've created numerous games which load and unload off a main menu.

    The player enters their name on the main menu before playing any...
  10. Replies
    1
    Views
    1,590

    Mouse Over Menu

    Hey All,

    I'd image the answer to this question is very simple.

    I have a menu inside flash. It's a drop down menu and it only shows options when it is hovered over with the mouse.

    Frame 1 is...
  11. Replies
    5
    Views
    2,478

    Mouse over

    Sorry please delete this.
  12. Replies
    5
    Views
    2,478

    I've put this code in the continue button for the...

    I've put this code in the continue button for the game.


    this.totalTime = MyTimer;

    and then in the main menu I'm a little lost as I'm not sure what I put in the place of gameInstance? Am I...
  13. Replies
    5
    Views
    2,478

    That's the only way I could think of doing this...

    That's the only way I could think of doing this as not sure if I've created a property before. Is it straight forward to do?
  14. Replies
    5
    Views
    2,478

    dispatchEvent timer

    Hey all,

    Iv'e got a game with a stopwatch timer in it which stops when the game is complete.

    The game swf is loaded when a button is clicked in the main menu swf.

    I want to be able to take...
  15. Replies
    1
    Views
    1,118

    Loading and Unloading SWF's

    Hey All,

    I've got a games menu and have the code to load games when a button is clicked.

    So far say you want to play GameA...

    The player clicks the button to Play GameA and that game is...
  16. Thread: Stats bars

    by AntBirch
    Replies
    4
    Views
    1,899

    Already had a look but didn't see what code I'm...

    Already had a look but didn't see what code I'm looking for. Searching on my mobile as just moved house and sky have quoted me a month to get broadband back up.
  17. Thread: Stats bars

    by AntBirch
    Replies
    4
    Views
    1,899

    Already had a look but didn't see what code I'm...

    Already had a look but didn't see what code I'm looking for. Searching on my mobile as just moved house and sky have quoted me a month to get broadband back up.
  18. Thread: Stats bars

    by AntBirch
    Replies
    4
    Views
    1,899

    Stats bars

    Hey guys,

    I'm currently working on a sniper rifle game, well the menu and stats screen at the moment and have 4 stats bars for each rifle (range, recoil, mag size and mobility) will be 5 soon...
  19. Replies
    1
    Views
    1,028

    Sorry EDIT: The second piece of code is inside...

    Sorry EDIT: The second piece of code is inside the following function.

    function ShowAbsolutVodka(event:MouseEvent):void
    {

    This could be why it can't access DrinkInput?
  20. Replies
    1
    Views
    1,028

    Reading XML and displaying value

    Hey Guys,

    I'm creating a interactive 'thing' where I've got buttons which when clicked show a an image and display text relating to the value in the XML file.

    The XML is working and I can trace...
  21. Replies
    11
    Views
    1,735

    I think I've got it now :)

    I think I've got it now :)
  22. Replies
    11
    Views
    1,735

    Thanks for going over that. I'm struggling to...

    Thanks for going over that.

    I'm struggling to work out which part of the code actual needs to happen to start the game ... whenever I put some of the code into the startgame function it always...
  23. Replies
    11
    Views
    1,735

    StartButton.addEventListener(MouseEvent.CLICK,...

    StartButton.addEventListener(MouseEvent.CLICK, StartGame);
    //ContinueButton.addEventListener(MouseEvent.CLICK, ContinueGame);

    function StartGame(event:MouseEvent):void

    {

    var...
  24. Replies
    11
    Views
    1,735

    Hey thanks for quick reply, The indentations...

    Hey thanks for quick reply,

    The indentations have been sorted I honestly missed that I hadn't sorted that.

    I don't see any way of putting the selection buttons (SpeedSelection) outside the...
  25. Replies
    11
    Views
    1,735

    This is the entire InGameScript code ...

    This is the entire InGameScript code


    StartButton.addEventListener(MouseEvent.CLICK, StartGame);
    //ContinueButton.addEventListener(MouseEvent.CLICK, ContinueGame);

    function...
Results 1 to 25 of 42
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center