A Flash Developer Resource Site

Search:

Type: Posts; User: mjhardisty

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. What advantages if any, are there to using a...

    What advantages if any, are there to using a technique such as this, over say displaying a dynamic pixel font instead?
  2. Replies
    1
    Views
    484

    Basic Image Viewer

    Hi

    Does anyone know of a flash example, 8 or below that loads a JPEG and provides basic image manipulation such as Zoom, Rotate, Scale, etc. I've found plenty of gallery type which seem...
  3. That is probably the best GTA clone I've seen in...

    That is probably the best GTA clone I've seen in Flash so far. Competing with Felony. Is there any source example of the top-down building skewing in MX or the new Flash 8 functionality anywhere?
  4. Replies
    5
    Views
    775

    LeechmasterB - do you have a source .fla of the...

    LeechmasterB - do you have a source .fla of the effect you describe in code working? I'd be interested to see an example?
  5. Replies
    4
    Views
    646

    Thanks, that's useful to know.

    Thanks, that's useful to know.
  6. Replies
    4
    Views
    646

    How do I ensure the font used (Verdana) is...

    How do I ensure the font used (Verdana) is embedded? Put in a dynamic textbox that's empty with the font embedded?
  7. Replies
    4
    Views
    646

    Flash MX ComboBox Component Problem

    I have created a Flash MX ComobBox from the Components. I have populated the list from an XML file. No selected item appears in the combobox. Using the drop-down the list is populated. Select from...
  8. Replies
    2
    Views
    438

    Yes, that's what I'm trying to do for a GTA...

    Yes, that's what I'm trying to do for a GTA related game. If you check my S&H footer then you'll see my original collision engine was quite static and rigid.
  9. Replies
    2
    Views
    438

    Rectangle Wall Reactions

    Hi all

    I'm reworking my original collision engine to attempt to get more realistic reactions when hitting tiles that are walls, etc.

    Have a look at the attached graphic.

    I have implemented a...
  10. Replies
    20
    Views
    1,340

    Perhaps if Macromedia bundled two seperate...

    Perhaps if Macromedia bundled two seperate players with the application they could cater for improved performance? One reason for the poor performance of the Flash Player is due to limiting the size...
  11. Replies
    4
    Views
    592

    Hi TonyPa Any more information would be...

    Hi TonyPa

    Any more information would be appreciated. I too am working on a revelopment of the S&H game I originally planned (see signature) but this time based upon your excellent gotoAndStop...
  12. Replies
    4
    Views
    592

    I shall have a looksie at those for inspiration....

    I shall have a looksie at those for inspiration. Thanks TonyPA.
  13. Replies
    0
    Views
    285

    Flash MX - Object Following A Path

    Hi all

    Has anyone any examples of a movieclip object that follows a path on screen?

    Say I have drawn an 'S' or similar line shape, I now want an arrowhead object to follow the path. I'd then...
  14. Replies
    4
    Views
    592

    Arrow Object Following A Path

    Hi all

    Has anyone any examples of a movieclip object that follows a path on screen?

    Say I have drawn an 'S' or similar line shape, I now want an arrowhead object to follow the path. I'd then...
  15. Replies
    1
    Views
    468

    Optimisation - _root Functions

    Is it better to define functions that lay upon the main timeline as

    _root.name = function

    or

    _global.name = function

    or
  16. Replies
    410
    Views
    151,425

    Anyone any comments on the single read of a key...

    Anyone any comments on the single read of a key to a global variable idea?
  17. Thread: Car physics

    by mjhardisty
    Replies
    8
    Views
    915

    That's a little like driving on ice if the Java...

    That's a little like driving on ice if the Java version is anything to go by.

    I found the attached a while ago, which I think is a little more basic but the behaviour seems more realistic (146k)
  18. Thread: Car physics

    by mjhardisty
    Replies
    8
    Views
    915

    That's neat TeroLebe - is the source fla...

    That's neat TeroLebe - is the source fla available in MX format?
  19. Replies
    14
    Views
    877

    Thanks for those tips. I think I'll go with...

    Thanks for those tips. I think I'll go with TonyPa's idea of holding an array of all objects.

    Thanks for your input guys.
  20. Replies
    14
    Views
    877

    Tonypa, How do you add the call to the dynamic...

    Tonypa,

    How do you add the call to the dynamic objects to the main function?

    M.
  21. Replies
    14
    Views
    877

    I understand the principal of calling all the...

    I understand the principal of calling all the game functions from one main onEnterFrame, but what if we are creating dynamic objects on the stage. For example in a tile based world we can change...
  22. Replies
    14
    Views
    877

    Would it be to use the ASBroadcaster methods? But...

    Would it be to use the ASBroadcaster methods? But obviously broadcast a different message to every moviecip? Turn on and off the broadcaster? Anyone got any working examples of this where objects are...
  23. Replies
    410
    Views
    151,425

    Following on from the tips in this thread - would...

    Following on from the tips in this thread - would it be quicker to define all the built-in functions as global variables, say for an tile engine that uses onEnterFrames?

    _global.k = keyDown;

    If...
  24. Replies
    14
    Views
    877

    Strille Thats a nice idea - so, I should...

    Strille

    Thats a nice idea - so, I should dispense with any other movieclips possessing their own onEnterFrame ?
  25. Replies
    14
    Views
    877

    Pausing Tile Based Engine

    Hi all,

    I'm using a modified tile engine, based upon the excellent tutorials by Tonypa.

    My question is this, what are the best ideas for implementing a "PAUSE" key whilst the engine is running,...
Results 1 to 25 of 96
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center