A Flash Developer Resource Site

Search:

Type: Posts; User: DaZ

Page 1 of 12 1 2 3 4

Search: Search took 0.17 seconds.

  1. Thread: 13 years..

    by DaZ
    Replies
    46
    Views
    82,269

    Hehe, yep its funny to see all the old farts that...

    Hehe, yep its funny to see all the old farts that are still active and that some accounts ( mine included) are older than my teenage kids now LOL

    Time for a peruse me thinks, and see what i've...
  2. Replies
    1
    Views
    2,682

    AS3 : CS4 : removeChild(), not child of caller

    Morning All,

    Been a while since ive been on, but ive returned to see what CS4 is all about.
    I was going to put this in the Newbie Section but thought id keep it here in the AS3.
    so apologies if...
  3. var myClips:MovieClip = new MovieClip(); the...

    var myClips:MovieClip = new MovieClip();

    the object type of variable you create, needs to be the same as the new object you create.

    var myArray:Array = new Array();
    var myHeight:Number = new...
  4. Replies
    107
    Views
    122,899

    very nice indeed! heh, its been a while since...

    very nice indeed!

    heh, its been a while since ive been on the flash scene, but i am way impressed by what ive been reading and looking at by everyone.

    some very nice work, just be sure to keep...
  5. Thread: fireball game

    by DaZ
    Replies
    1
    Views
    503

    how have you gone about testing? ok it works...

    how have you gone about testing?
    ok it works with the fireballs alone, and the mouse trails work ok, yes?
    ignore hittest (rem out for time being)
    does the water show on movie ok without hittest...
  6. Replies
    20
    Views
    2,490

    i remember the days well lol , well im still...

    i remember the days well lol , well im still alive :)

    sorry bud dont have the fla file no more, as it was stored on a site that kinda went bust, and they deleted everything. old flash 5 too.
    ...
  7. Replies
    11
    Views
    438

    what about trying to use return x; just to see if...

    what about trying to use return x; just to see if the function is feeding back values or not?

    its been a while since ive been playing with actionscript so im probably a bit off topic here, ill...
  8. Replies
    23
    Views
    1,191

    oh boy, this is frightening, lol seen the first...

    oh boy, this is frightening, lol seen the first one in the pictures all those moons ago :)

    just about to take my kid to see it :) lookin forward to it

    (btw, first post on flashkit for a couple...
  9. Thread: multiple MC's

    by DaZ
    Replies
    3
    Views
    914

    if you use that code it should work wherever the...

    if you use that code it should work wherever the button is, this should work as you are specifying an absolute reference, rather than a relative one within the telltarget command, just change the...
  10. Thread: multiple MC's

    by DaZ
    Replies
    3
    Views
    914

    on (release) { tellTarget...

    on (release) {
    tellTarget (_root.MC1.MC2.MC3) {
    gotoAndStop (_root.MC1.MC2.MC3._framenumber=3);
    }
    }


    something like that should do it..
  11. Replies
    5
    Views
    553

    yeah i suppose, never thought about it too much...

    yeah i suppose, never thought about it too much to be honest, its just that some things seem to start Bottom left, and others the T\left.

    ah well, another one of those niggly questions of mine...
  12. Replies
    5
    Views
    553

    i was just having a little think about a couple...

    i was just having a little think about a couple of daft things over a coffee this morning..

    i know this must have been asked before but i cant find it..


    all the versions of flash that ive...
  13. Replies
    3
    Views
    901

    yeah no bother just shout or drop a mail, see...

    yeah no bother just shout or drop a mail, see what we can do :>
  14. Replies
    4
    Views
    903

    as far as i can remember, its just

    as far as i can remember,

    its just <% request.form("somevariable") %>


    what about takin away the quotes from the target path in the load variables statement?

    or just replace it with a 0...
  15. Replies
    1
    Views
    482

    ive done something similar a while ago, but the...

    ive done something similar a while ago, but the way i done it was to call an asp page and have that do the work.

    i havent got my original code handy but here a page that might help for this using...
  16. Replies
    5
    Views
    678

    sorry if i was a little more awake yesterday i...

    sorry if i was a little more awake yesterday i might have spotted it .....

    the hit tests were fine, its just that the rest of my code was scrappy and thats how it never worked :>

    sorry bout...
  17. Replies
    5
    Views
    678

    yeah ive got this problem as well, i think its...

    yeah ive got this problem as well, i think its the same..

    ive got a few horizontal wall objects names hwall1,hwall2,,,,hwall6
    and the same for vertical walls, vwall1,,,, etc

    ive put in a snip...
  18. Replies
    1
    Views
    430

    Have a look at this, ...

    Have a look at this,

    http://www.actionscript.org/tutorials/intermediate/advanced_pathing/index.shtml


    clip taken from page:

    for (var j = 0; j<x; j++) {
    _root["duplicate"+j]._xscale = 50;}
  19. Replies
    1
    Views
    805

    are you getting any ASP errors? does it work...

    are you getting any ASP errors?

    does it work without the flash interface, ie, from an HTML based form?


    if your getting some asp errors, is the default language on your server VBscript or...
  20. Replies
    1
    Views
    557

    This might help

    hi, i did have a page bookmarked but i cant seem to find it :<

    but heres one that i found that might do the job.

    http://www.dissymmetry.com/tutorials/FlashNav.html
  21. Replies
    4
    Views
    478

    Sometimes i find this handy

    this probably wont solve your problem, ive never came accross it, but this is a handy thing i sometimes do just for testing.

    i pick an MC that im using, and put this code in it;

    like what...
  22. Replies
    4
    Views
    800

    ah, sorry i was off on a completely different...

    ah, sorry i was off on a completely different tangent there.

    think ill need my chalk and slateboard, sounds pretty complicated :<

    if no one has any ideas, ill have a wee look tonight see what i...
  23. Replies
    4
    Views
    800

    yeah took me a while to figure that one out too,...

    yeah took me a while to figure that one out too, but i used it for a game i did, basically i took a max speed of say 5,

    if the player was pointing right then the x speed would be 5, and the y...
  24. Thread: With action

    by DaZ
    Replies
    3
    Views
    653

    ahhhh, thanks for clearing that up, that...

    ahhhh,

    thanks for clearing that up, that makes sense to me now :>

    i was way of track with that then. i apologise.
  25. Replies
    1
    Views
    437

    ive found that the goto and play scene command is...

    ive found that the goto and play scene command is not as friendly as it should be, instead of telling the movie to goto a scenename, use frame labels instead, this seems to work ok.
Results 1 to 25 of 278
Page 1 of 12 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center