A Flash Developer Resource Site

Search:

Type: Posts; User: Dirge2000

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    2,085

    Help!

    Hello!

    How do you set variables dynamically with actionscript2?

    Say I'm trying to create 5 variables on the main timeline:

    for (i=1; i<6; i++) {
    var ["myVar"+i]:String = "This is...
  2. Replies
    6
    Views
    555

    Hey! Thanks for the reply... So can "this"...

    Hey! Thanks for the reply...

    So can "this" only refer to an object in AS2? When I've done stuff in the past, I always stick a relative path on my variables to help me remember where everything...
  3. Replies
    6
    Views
    555

    The problem was the "this" part. What does that...

    The problem was the "this" part. What does that mean?
  4. Replies
    6
    Views
    555

    Probably something silly...

    I'm just learning Actionscript 2. And trying to do some code. I've got to grips with the strict data types, but for some reason, when I type:

    var this.isloaded:Boolean = false;

    It doesn't like...
  5. Replies
    1
    Views
    949

    Font Aliasing Problem

    Hey people,

    I've got a problem with text legibility and it's kind of a viscious circle, but here goes. I tried asking the same question in the main forum yesterday, and only got a reply about...
  6. Replies
    1
    Views
    313

    Problem with Aliasing

    Hey people,

    I've got a problem with text legibility and it's kind of a viscious circle, but here goes.

    The text I am dealing with is part of a pop up that appears with a little masked...
  7. Replies
    1
    Views
    319

    Dynamic Control of Arrays

    I'm trying to set a number of arrays at once, and have come across a problem. The code below is supposed to set the arrays, and then set all their values to the string "bottom". It doesn't though. ...
  8. Replies
    4
    Views
    458

    Well the code is checking if the movie loaded...

    Well the code is checking if the movie loaded into level1 is completely loaded. If you want to check that it's completely loaded AND it's reached the end of its timeline then...

    if...
  9. Replies
    4
    Views
    458

    If you have loaded it into a level (say level1),...

    If you have loaded it into a level (say level1), you can do a _framesloaded action on it...

    So something like:

    if (_level1._framesloaded >= _level1._totalframes){
    _root.gotoandPlay(1)
    }

    Is...
  10. Replies
    1
    Views
    307

    Syntax For Dynamic Naming

    Hey there,

    I'm trying to set a number of arrays dynamically using FOR... loops.

    I've got to the stage where I need to run two FOR loops (one within the other, one has initial i=1, the other...
  11. Replies
    2
    Views
    387

    jameslattimore.com

    It's a portfolio site! What do you reckon?

    http://www.jameslattimore.com/

    :D
  12. Thread: twatted.com

    by Dirge2000
    Replies
    4
    Views
    652

    twatted.com

    I have to say - it made me laugh until I turned a sorta blue colour. You will need your speakers turned on to experience the fun though.

    http://www.twatted.com/

    :eek:
  13. Replies
    6
    Views
    957

    Erm...I think that's all it does, but it's cute...

    Erm...I think that's all it does, but it's cute anyway. :)
  14. Replies
    6
    Views
    957

    www.sevenpeas.com

    It's so sweet - make sure you have your speakers on though...

    http://www.sevenpeas.com/

    :mrpimp:
  15. Replies
    1
    Views
    333

    ...that i know the answer to this question. ...

    ...that i know the answer to this question.

    But I'm going to ask anyway in the hope that I am wrong.

    I'm in the middle of creating a shoot-em-up game in Flash 5, but have just realised that the...
  16. Replies
    1
    Views
    412

    In the past few months, I've started to expand my...

    In the past few months, I've started to expand my knowledge of Flash and actionscripting to levels that make me happy, joyful and altogether smug :) in my ability to create shiney and interesting...
  17. Replies
    1
    Views
    366

    I'm trying to dynamically set a movieclip's _x...

    I'm trying to dynamically set a movieclip's _x co-ordinate, but I'm having trouble returning a numerical value from an expression...

    Here's my code:

    for (i=0; i==6; i++) {
    setProperty...
  18. Replies
    1
    Views
    486

    I know it sounds bizarre, but has anyone had a...

    I know it sounds bizarre, but has anyone had a problem whereby a flash movie malfunctions when it is viewed from within Internet Explorer?

    I've got a very strange thing going on (strange even for...
  19. Replies
    3
    Views
    595

    Thank you both! That's great! A million...

    Thank you both! That's great!

    A million blessings on you! Haha! Cheers! :)
  20. Replies
    3
    Views
    595

    Hey there, My problem is an odd one, but here...

    Hey there,

    My problem is an odd one, but here it is:

    I'm importing in a variable from a .txt file but for some reason it doesn't import in speech marks ( " ) and then think of them as marking...
  21. Thread: Big Problem

    by Dirge2000
    Replies
    0
    Views
    343

    Hey there.... This problem is causing me quite...

    Hey there....

    This problem is causing me quite a headache, so I wondered if there was anything anyone could do to help. Let's see:

    I'm making a file that pulls a variable from a .txt file on a...
  22. Thread: SWF extreme!

    by Dirge2000
    Replies
    2
    Views
    534

    I don't know about cookies and java, but one way...

    I don't know about cookies and java, but one way to do it is to use a seperate.txt file.

    Flash can easily import variables in from a .txt file with the LoadVariables command. But the saving of...
  23. Thread: Bloody Hell!

    by Dirge2000
    Replies
    1
    Views
    422

    Simple Question Really...

    Right,

    I'm trying to do a telltarget command that sends a movie to a variable scene, generated by adding the number of attempts made in a game to the suffix "off" (I'm turning window lights off...
  24. Replies
    0
    Views
    403

    Does anyone know of a good 'simon says' game...

    Does anyone know of a good 'simon says' game tutorial / fla?

    You know the game - where you copy a sequence that is generated randomly one bit at a time....

    Ay vayese!
  25. Replies
    1
    Views
    527

    Argh! Help! I have a file that I have created...

    Argh! Help!

    I have a file that I have created on a Macintosh. Which works fine on a macintosh - but not on any of the other PCs around the office.

    Essentially, the crux of the problem is...
Results 1 to 25 of 37
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center