A Flash Developer Resource Site

Search:

Type: Posts; User: siriuss

Page 1 of 7 1 2 3 4

Search: Search took 0.03 seconds.

  1. It seems I had to make sure the previous image...

    It seems I had to make sure the previous image was properly unloaded before loading in the new one (which I never had to worry about when using static images). Well it works now, anyway.

    Thanks...
  2. loadMovie problem when loading jpgs from ISAPI dll

    I've got a real arse of a problem which is compounded by the fact that I can't tell exactly where the problem resides.
    Basically I've got a mapping application which flash requests map images from,...
  3. problem sorted - needed to add a terminate...

    problem sorted - needed to add a terminate character to the sent strings by adding chr(0) to the end in the VB app.
  4. XMLSocket Problem - not recieving VB server data

    Ok, I'm trying to connect up a flash movie to a VB server app using XMLSocket. I can get them to connect, and can send data from flash to the vb app fine, but whenever I send data to the flash from...
  5. Replies
    32
    Views
    2,082

    Pretty nice game! Frustrating but with a good...

    Pretty nice game! Frustrating but with a good enough hook to keep you at it.
    :cool:
    A few things:
    - In practice mode the lives are shown as "null". Maybe a better idea to set it to "" or...
  6. Replies
    25
    Views
    1,458

    When you're a Spurs supporter you're enthusiasm...

    When you're a Spurs supporter you're enthusiasm for football soon get's diminished. :)
  7. Have got around it by using a tag in the...

    Have got around it by using a <*font*> tag in the htmlText and not using the embedFonts property, but this is still not the ideal solution. Any more ideas would be much appreciated.

    S.
  8. Replies
    25
    Views
    1,458

    That's for sure. Will be surprised if it's not...

    That's for sure. Will be surprised if it's not an England or All Black title tho. Australia just don't seem to have the legs these days ...
  9. Replies
    25
    Views
    1,458

    Not round here they're not, what with England...

    Not round here they're not, what with England being world no 1 and all ... :D
  10. Dynamic HTML Textfield renders blank with embedded font

    OK, here's the problem:

    I want to create paragraphs in a flash movie using dynamic textfields, with HTML formatting. It mostly does the job, but when I set the Textfields to embedFonts = true (so...
  11. Replies
    11
    Views
    1,247

    Well if your're doing it locally the cleanest...

    Well if your're doing it locally the cleanest solution would be to forget ASP altogether and write a simple server app in VB, that you connect to via a TCP/IP socket (using XMLSocket in the flash...
  12. Replies
    11
    Views
    1,247

    No, don't listen to them! They speak the devil's...

    No, don't listen to them! They speak the devil's tongue!

    ASP! ASP! ASP!

    and a few more !!!!!'s for good measure. :D

    tho to be fair have never used phpMYAdmin
  13. Replies
    11
    Views
    1,247

    Has anyone developed a decent interface for MySQL...

    Has anyone developed a decent interface for MySQL yet? bleugh.

    I hate to promote Microsoft but if you are looking to develop a small scale back-end for a game using polling, and you have little...
  14. Maybe exact was too optimistic a word. I just...

    Maybe exact was too optimistic a word. I just trace back the vector (i px at a time I think) from the hit point until there is no hit, therefore providing a reasonable estimate of where the edge is....
  15. for my worms engine (which I haven't worked on...

    for my worms engine (which I haven't worked on for a while!) I am attempting to use a system where I work out the actual point of collision from the vector then produce two parallel vectors either...
  16. Replies
    8
    Views
    597

    what I meant was: MY_CLASS = function (p)...

    what I meant was:



    MY_CLASS = function (p) {
    this.parent = p;
    this.mc = this.parent.attachMovie("mc_title", "new_name", depth);
    // create a reference to parent class
    this.mc.base =...
  17. Replies
    8
    Views
    597

    Avoid using references to _root in classes as it...

    Avoid using references to _root in classes as it limits the scope of that class. As for accessing methods and properites in a class from an MC, include a reference back to the class object from the...
  18. Thread: New game test

    by siriuss
    Replies
    12
    Views
    985

    Beautiful. All those little touches really...

    Beautiful. All those little touches really absorb you. Ran a bit slow on my 450 but I did have quite a few other apps open as well.

    Sort out the load screen and finish screen - i.e. make look as...
  19. Replies
    13
    Views
    1,136

    There's a few ;) Can you give an example of a...

    There's a few ;)

    Can you give an example of a project and what kind of turn around you'd expect?
  20. Replies
    8
    Views
    883

    What script you use depends on your hosting, but...

    What script you use depends on your hosting, but if you have a choice ASP (my choice) is said to be a lot easier to pick up than PHP and JSP (although less portable) and linking it to an Access...
  21. Thread: enterframe

    by siriuss
    Replies
    3
    Views
    921

    Is there really much difference between having...

    Is there really much difference between having multiple enterframe handlers with the code split and having one such handler with all the code? I did a test a while back that showed that multiple...
  22. Thread: Car Game

    by siriuss
    Replies
    51
    Views
    3,468

    Now I'm disappointed, I thought Tizer was...

    Now I'm disappointed, I thought Tizer was designing a racing game for a Bondage-Sado-Masochism site. Could have been really interesting ... :D
  23. Replies
    0
    Views
    618

    interesting graph ...

    ... that has absolutely nothing to do with games (apologies) but check it out anyway. ;)

    using code:

    onClipEvent(load)
    {
    x=150;
    y=150;
    d = 1
    }
  24. Replies
    11
    Views
    833

    Created a small isometric type rpg as a...

    Created a small isometric type rpg as a development project for work a few years ago. The story's pants and the code a complete mess but it worked, albeit with a few creases left to sort out.
    ...
  25. Replies
    8
    Views
    803

    OK, how about this for capturing combos: ...

    OK, how about this for capturing combos:


    onClipEvent(load)
    {
    cycleRate = 3
    cycle = 0
    keyCatch = new Array()
    }
Results 1 to 25 of 158
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center