A Flash Developer Resource Site

Search:

Type: Posts; User: Teonnyn

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. [RESOLVED] N-way tile-based blit fine scrolling tilemap not working correctly

    I'm trying to build a tile map engine using this tutorial as the basis:

    http://www.8bitrocket.com/2008/9/27/Tutorial-N-way-tile-based-blit-fine-scrolling-in-AS3-part-1/

    So far, all the code...
  2. Replies
    0
    Views
    595

    XML Display issues driving me crazy

    Here's the brief rundown.. I've developed a tile-map based game that loads dynamic, unique maps based on the player's game board through XML. The player interacts with the game board by clicking on...
  3. Replies
    9
    Views
    803

    Where should I put the load statement in order to...

    Where should I put the load statement in order to get this working?
  4. Replies
    9
    Views
    803

    Sorry about the delay, RL stuff to attend ...

    Sorry about the delay, RL stuff to attend



    public var xmlData:XML;
    public var userList;
    public var listLoader:URLLoader = new URLLoader( new URLRequest("targetXML.php") );
    public var...
  5. Replies
    9
    Views
    803

    Setting randomUser to userList in the function.....

    Setting randomUser to userList in the function.. it keeps coming back null when I try a trace.
  6. Replies
    9
    Views
    803

    Trying solution now..and it is, even if it...

    Trying solution now..and it is, even if it weren't it's been edited for security.

    Hmm. What I want to do, is get "user" and use it outside gotList.
  7. Replies
    9
    Views
    803

    XML Issues - Using outside event function

    Help! I'm having a major issue with my XML.. I want to load it up and then be able to use it elsewhere outside the function that is called by the loader.. but so far haven't had any luck on this...
  8. Replies
    1
    Views
    434

    Speeding up Gunfire

    Hey to Flashkit!
    I've gotten this mostly working, but I'd like to speed my bullets up.

    bulletGo.x+=Math.cos((bulletGo.currentcannonRotation)*bulletDegreesToRadians);...
  9. Replies
    5
    Views
    697

    Okay, it's partially fixed. It no longer crashes,...

    Okay, it's partially fixed. It no longer crashes, and the bricks get removed..somewhat, but my "blank" bricks still get bounced against. I may just remove them and try to have a simple level...
  10. Replies
    5
    Views
    697

    Little bit confused, how is this supposed to...

    Little bit confused, how is this supposed to work? .. Tried it without luck... "as rectangle" caused the same issue.



    Here is the full code.
  11. Replies
    5
    Views
    697

    Outside of the for, it counts to 28 from 0....

    Outside of the for, it counts to 28 from 0. Inside the for, it fails along with that entire sequence.

    I tried to trace values but the for itself seems to be stopping the whole thing from working....
  12. Replies
    5
    Views
    697

    Major collision detection issues

    Hello, I'm currently building a Breakout style game - however, this is not a game design question.

    I have almost everything working except for collision with the bricks. This is based heavily off...
  13. Replies
    2
    Views
    908

    Thank you much. I am going to attempt a one - two...

    Thank you much. I am going to attempt a one - two frame version of this, second frame just for the "disconnection" or other notices.
  14. Replies
    2
    Views
    908

    Huge Player.IO Questions

    This is a question for any and all who might be using Player.IO for multiplayer Flash games..

    I really want to know if it's possible to build a game using an external .as file and multiple frames...
  15. Replies
    6
    Views
    2,624

    CS3 No such luck. Variables still refuse to be read...

    No such luck. Variables still refuse to be read outside the onLoad method.
  16. Replies
    6
    Views
    2,624

    CS3 So I should try setting up licenseData as an...

    So I should try setting up licenseData as an outside global, like doing this?

    _global.licenseData;

    (inside function) {

    licenseLoad = licenseData;

    }
  17. Replies
    6
    Views
    2,624

    CS3 I tried to set up variables for the functions...

    I tried to set up variables for the functions outside the function, but as the manual explains they were just "cloaked" by the functions inside the variables.
    I also attempted to use _root. to...
  18. Replies
    6
    Views
    2,624

    CS3 AS2 - Flashvars Scope

    I'm trying to figure out a massive scope issue with AS2 Flashvars. So far, I've gotten all of my scripts working within "on success" load. However, the program I'm writing calls for the occasional...
  19. Replies
    0
    Views
    530

    CS3 Textfile not loading into Flash

    Okay, I'm trying to load a textfile so that my client doesn't have to go back and edit the FLA itself. So far, I have this same method working on two pages with a third section as well on all pages....
  20. Replies
    1
    Views
    1,717

    CS3 Okay, I figured out part of the problem - I have...

    Okay, I figured out part of the problem - I have two music files, one a loop and the other the menu sound, set for export into the first frame. However, while removing that setting lets the preloader...
  21. Replies
    1
    Views
    1,717

    CS3 AS2 - Preloader in Trouble

    Okay, I've gotten my preloader -mostly- working. It's on the very first frame, and does indeed show up as it should. Except... it only shows up when the rest of the file is 80% loaded. I want it to...
  22. Replies
    0
    Views
    398

    CS3 [AS2] Create and Drag movieclip

    Help please! I'm building a game for a website project. The objective is to beat an enemy marble. Players choose attacks, then click on their own marble and drag. When they click, an indicator should...
  23. Replies
    6
    Views
    2,302

    CS3 Okay, I feel sort of silly reviving this, but I...

    Okay, I feel sort of silly reviving this, but I need a little more help. How do I send the selected item in a list component to a variable?
  24. Replies
    6
    Views
    2,302

    CS3 Perfect! That works amazingly well. Been looking...

    Perfect! That works amazingly well. Been looking for solutions for the past couple of days now :cap:
    Thank you so much, all I have to do now to finish the program is write a snippet to show the...
  25. Replies
    6
    Views
    2,302

    CS3 This is my LoadVars code in the Flash file: ...

    This is my LoadVars code in the Flash file:

    stop();
    var pictures:LoadVars = new LoadVars();
    pictures.onLoad = function(success:Boolean):Void {
    if (success) {

    } else {
    echo.text =...
Results 1 to 25 of 82
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center