A Flash Developer Resource Site

Search:

Type: Posts; User: ukspudnie

Page 1 of 7 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    844

    Hi

    Ok I'm still slightly stuck..

    Could anyone point me at a resource that deals with this issue?
  2. Replies
    2
    Views
    844

    anyone?

    anyone?
  3. Replies
    2
    Views
    844

    [F8] Throw Curve..

    Hi guys.. i'm coding up a throwing game and have run into a problem in regards to the curve .. ie the object (Jav) goes up and then comes back down... problem is this doesn't look smooth.. and i'm...
  4. [F8] AS2.. Load Movie and referencing.. woes

    Hi I can't for the life of me remember if this is possible.. if not I'm barking up the wrong tree but I remember doing something similar in the past..

    I'm trying to reference a mc in an externally...
  5. Thread: [cs3]

    by ukspudnie
    Replies
    1
    Views
    1,132

    Just realized i forgot to put a subject name doh.

    Just realized i forgot to put a subject name doh.
  6. Thread: [cs3]

    by ukspudnie
    Replies
    1
    Views
    1,132

    [cs3]

    Hi guys .. I'm having a strange problem with my new game.. it's basically volleyball but it's in first person perspective, well kind of.. basically the idea of the game is to return the cpu's...
  7. Replies
    17
    Views
    3,194

    [CS3] Flash Game Hacks how to beat

    I've been coding games for a while now..

    and well my latest effort with a high score table if being hacked, I've done everything to try and beat the hackers.. remote server side php calls, etc...
  8. Replies
    10
    Views
    1,118

    sorry that didn't seem to work grrr. lol it...

    sorry that didn't seem to work grrr.

    lol

    it just crashed my flash instead.
  9. Replies
    10
    Views
    1,118

    i'm not sure I tried your methods.. but they...

    i'm not sure I tried your methods.. but they didn't work either.. so i was just playing with the var to see what would work.. ov nothing did.

    i've tried




    !so.data == null
    so!.data = null...
  10. Replies
    10
    Views
    1,118

    here's what i've got

    I've tried both thoose methods without luck.. I know the theory behind it, but for some reason I can seem to get it to work..

    any ideas? just getting this error




    TypeError: Error #2007:...
  11. Replies
    10
    Views
    1,118

    The fill in data where it trys to set the form...

    The fill in data where it trys to set the form text cashes the script to break, as it it won't progress any futher here's more of the script.

    Basically when the user first comes into the game, no...
  12. Replies
    10
    Views
    1,118

    Shared Object problem.

    Hi i've building this game in as3 for a while now, and well i'm trying to save some form data so when a player returns he / she has the form auto filled in.

    Only problem is while I can get it to...
  13. Replies
    21
    Views
    2,712

    Thanks for your help got it almost working now...

    Thanks for your help got it almost working now just some scripted animation to do and then some php data pasing and we are done.. will post the full source and fla when completed.

    Andy.
  14. Replies
    21
    Views
    2,712

    Worked it out.. I pressed the tick and it messed...

    Worked it out.. I pressed the tick and it messed with my syntax, moving a vital bit of code.. Think i've just found my first editor bug.
  15. Replies
    21
    Views
    2,712

    Cool thanks.. only problem I now get an Syntax...

    Cool thanks.. only problem I now get an Syntax error : extra characters found after the end of the program.

    Funny thing is it works when i remove that last chunk of code, no syntax errrors.. how...
  16. Replies
    21
    Views
    2,712

    thankyou for that.. I'm learning something new...

    thankyou for that..

    I'm learning something new everyday.. well when ever you reply ;) didn't realise as3 was so picky something i'm quickly learning as it often doesn't let you compile without...
  17. Replies
    21
    Views
    2,712

    The game so far - code and and a question.

    Quick update and a call for help

    Right I've now got a fully working small game, but my problem is now that I can't seem to get Duration to display in a text field within the movie clip...
  18. Replies
    21
    Views
    2,712

    Update.. moving boxes.

    Hey there.. thought I would give you guys an update.

    After playing about a bit i've managed to make my boxes hit test all of the walls.. although I would of perfered to do this dynamically on the...
  19. Replies
    21
    Views
    2,712

    FYI This is the game i'm trying to construct...

    FYI

    This is the game i'm trying to construct in flash as3.. thought it would be a nice easy task to get me into as3

    Ugly Box Game


    Much thanks
  20. Replies
    21
    Views
    2,712

    hey thanks for that.. Only problem with that...

    hey thanks for that..

    Only problem with that method is how on earth do i get the pieces in different places.

    Or do I have to move them after they have been generated..

    I guess the best way...
  21. Replies
    21
    Views
    2,712

    And how in as3 would I go about doing that. ...

    And how in as3 would I go about doing that.





    var numEnemys = 4
    var xpos = 0;
    var ypos = 0;
    var targetArray:Array = [];
  22. Replies
    21
    Views
    2,712

    thanks for that, woud it be quicker to reference...

    thanks for that, woud it be quicker to reference them to the number rather than storing them in an array.

    as in


    function enemyhitB(event:Event):void {
    //
    //
    for (var i:int;i<5;i++) {...
  23. Replies
    21
    Views
    2,712

    ummm

    target 1 - 4 are spites generated when the movie loads..

    I'm trying to get the the circle hit testing against all four targets using a loop.. i've tried different ways.. maybe I just don't get...
  24. Replies
    21
    Views
    2,712

    Ok another problem which I don't understand.....

    Ok another problem which I don't understand.. I've coded this function to loop through all 4 badies on screen, so I don't have to repeat the function for times..

    All i'm getting is .. error...
  25. Replies
    21
    Views
    2,712

    Thank you..

    Can't thankyou enough.

    Was driving me crazy.. you would think they would reference it some where in the doc on how to make a simple session timer.

    Migrating to AS3 is fun.. I can see a lot of...
Results 1 to 25 of 151
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center