A Flash Developer Resource Site

Search:

Type: Posts; User: Austin

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    691

    ahhh

    According to Colin Moocks book 'ActionScript The Definitive Guide' this is a bug. According to ECMA-262, and empty string delimiter should do what I wanted but, nay...

    bummer
  2. Replies
    2
    Views
    691

    ooops...

    I pasted that code was wrong...

    there was a [1] indicating the element number...I accidentally left it out. It still doesn't work...
  3. Replies
    2
    Views
    691

    I'm just doing this simple test to try and get an...

    I'm just doing this simple test to try and get an array made of individual letters from what once used to be a whole word, i.e:



    onClipEvent(load){

    test = new String("work")
    var chopped =...
  4. Replies
    3
    Views
    488

    hmm...

    I can't get this to work...although I think I understand the logic behind it. Essentially...are you creating a variable from the level 1 into the level 0, and then the level 0 checks if that...
  5. Replies
    3
    Views
    488

    Alright...what I'm trying to do here is use the...

    Alright...what I'm trying to do here is use the same preloader from level 0 for several .swf's that will be loaded. There are several buttons. Each button will load a different .swf into level 1. ...
  6. Replies
    1
    Views
    958

    but another problem

    So...I've got the HERO mc which has within it the script for movement:
    ------------------------------------------------------
    onClipEvent (enterFrame) {
    if (Key.isDown(Key.UP)) {
    ...
  7. Thanks

    That worked great!
  8. I have a little character that moves in a...

    I have a little character that moves in a direction depending on what arrow key you press...and it works fine. Here's the code:

    on (keyPress "<Up>") {
    pos = _root.mover._y;
    ...
  9. Replies
    4
    Views
    479

    I know nothing

    Thanks for replying!

    Well...here's what I'm going for...

    This will be a simple example:

    Firstly, let me ask...can you store cookies anywhere on your computer? and can a cookie only be read...
  10. Replies
    4
    Views
    479

    Now when you say backend script you are referring...

    Now when you say backend script you are referring to the server side, correct? Like I said: I'm just getting into this. If you are referring strictly to communicating to a server, would it be...
  11. Replies
    4
    Views
    479

    ok...I'm just getting into action scripting,...

    ok...I'm just getting into action scripting, loading variables, etc. so i'm still a bit naive to this all so bear with me...

    Would it be possible to have instanced movie clips that when they are...
  12. Replies
    0
    Views
    685

    ok...I'm just getting into action scripting,...

    ok...I'm just getting into action scripting, loading variables, etc. so i'm still a bit naive to this all so bear with me...

    Would it be possible to have instanced movie clips that when they are...
  13. Thread: Making Tetris

    by Austin
    Replies
    2
    Views
    1,550

    Thanks! I'll look into it.

    Thanks!

    I'll look into it.
  14. Thread: Making Tetris

    by Austin
    Replies
    2
    Views
    1,550

    I would be VERY much interested to know if anyone...

    I would be VERY much interested to know if anyone here would know how to go about making the game Tetris or where to find the resources in learning how.

    Thanks--
  15. Replies
    5
    Views
    1,042

    sweet

    Thanks!

    You guys rule!

    I'll look into it.
  16. Replies
    5
    Views
    1,042

    I need Flash to remember which frame it left off...

    I need Flash to remember which frame it left off on when the user closed the movie so that when the movie is loaded again it starts at the frame it left off at.

    Should this be done with generator...
  17. Replies
    3
    Views
    662

    Thanks for the suggestions

    Thankfully, I figured it out.

    Here was the problem:

    On the first frame of my timeline I have a bunch of buttons.
    All of these buttons are instances in the movie that have the instruction to go...
  18. Replies
    3
    Views
    662

    Anyone have the problem where they assign a...

    Anyone have the problem where they assign a button to jump further down the timeline or into a another scene and it just wont!? I need my button to jump to a section where I can alpha fade out some...
  19. Replies
    1
    Views
    838

    A problem I noticed in some Flash sites that I...

    A problem I noticed in some Flash sites that I plan on avoiding in my own is where someone will click the browser back button rather than the back button provided for them within the flash movie and...
  20. Replies
    6
    Views
    782

    Problem solved!

    Thanks for taking the time to reply. I came to the same conclusion regarding the load/unload movie function. It has worked for me I am happy to say. There are so many different ways to go about...
  21. Replies
    6
    Views
    782

    Quick question regarding load/unload movie

    When you load a SWF into your main SWF does the main SWF re-use some of the symbols that may exist in the new SWF that also exist in the main SWF, thus cutting down download time?
  22. Replies
    6
    Views
    782

    My loading problem in detail

    I am working on a project where there is a window on the left side of the movie and a window on the right side of the movie. In the left window there are various buttons. In the right window there...
  23. Replies
    6
    Views
    782

    Maybe it's me or maybe's it's Flash but knowing...

    Maybe it's me or maybe's it's Flash but knowing which would make me a little bit more sane. First of all let me ask if anyone here has had the problem where the SWF will run just fine, meaning...
  24. Replies
    0
    Views
    391

    Maybe it's me or maybe's it's Flash but knowing...

    Maybe it's me or maybe's it's Flash but knowing which would make me a little bit more sane. First of all let me ask if anyone here has had the problem where the SWF will run just fine, meaning...
  25. Thread: Making Fonts?

    by Austin
    Replies
    2
    Views
    1,357

    Thank you very much! That site was quite...

    Thank you very much!

    That site was quite helpful! It was used and bookmarked

    ---Austin
Results 1 to 25 of 33
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center