A Flash Developer Resource Site

Search:

Type: Posts; User: JediMind

Page 1 of 17 1 2 3 4

Search: Search took 0.12 seconds.

  1. Replies
    1
    Views
    3,262

    Try my new Design tool

    http://www.graffiticreator.net/img/graffiticreator.jpgThe brand new version of The Graffiti Creator is now Live!!!
    We call it Kodiak for it's robust, powerful engine.

    This is a free, online...
  2. Replies
    1
    Views
    663

    Newbie question

    So I have a button on which I create an instance of a symbol,
    I'd like to have a listener for the new symbol but I get a reference error because it compiles the listener before I get to create the...
  3. Replies
    2
    Views
    1,313

    Event that updats all the time?

    Hey,

    Complete newbie question.

    I'm looking for an Event or something that will update all the time.
    If I do a stage.addEventListener(Event.ENTER_FRAME, Blah);
    I'll will just get that one...
  4. Replies
    2
    Views
    1,355

    thx. Understand completely

    thx. Understand completely
  5. Replies
    2
    Views
    1,355

    [RESOLVED] Hi, newbie question about concat

    Hello.

    I was a great flash programmer in Flash 4.0 :) But things have changed and I'm not back to the newbie category.


    So I'm wondering if I can concatinate variable names so I can make a...
  6. Replies
    7
    Views
    724

    Doh! this["test"+1+"value"] worked. and I...

    Doh!
    this["test"+1+"value"] worked.

    and I have that in my snippet and still it doesnt work when I do it.
    So it gotta be something else.
    I guess you get codeblind after a while, I'll keep...
  7. Replies
    7
    Views
    724

    "extract" is just my fancy name for getting the...

    "extract" is just my fancy name for getting the value the variable holds.

    However,


    trace("test"+i+"value");
    and trace(this["test"+i+"value"]);

    gives the same result, the name of the...
  8. Replies
    7
    Views
    724

    Extracting numeric values from concats

    Yo.

    Is there a way to extract a numeric value from my variable using concatination.


    var i:Number = 1;
    var test1value:Number = 3;

    trace(this["test"+i+"value"]);
  9. Replies
    2
    Views
    801

    Why don't you want AS3? Guessing you haven't...

    Why don't you want AS3? Guessing you haven't updated your API for it yet.
    Can it be in AS1 also?
  10. Replies
    5
    Views
    1,049

    Hello. I'm just about done with the features...

    Hello.

    I'm just about done with the features in the game and everything seem to be working fine.

    What's left before shipping is bug testing and tweaking if things are slow or boring. and a few...
  11. Replies
    6
    Views
    2,504

    Say you have 3 keyframes where only the middle...

    Say you have 3 keyframes where only the middle one is called "christmas".
    You could go theoreticly like this,
    function Test()
    {
    if(currentFrameLabel != "christmas")
    {
    play();
    ...
  12. Replies
    6
    Views
    2,504

    if(MovieClipName.currentFrameLabel != "null") {...

    if(MovieClipName.currentFrameLabel != "null")
    {
    trace("well, it's not the frame called "null" anyways. And besides, you can't use Datasaved names for your vars or labels");
    }
  13. Replies
    6
    Views
    2,504

    The Layer names is just in for the developer...

    The Layer names is just in for the developer view, it's not anything that will show up or be trackable in playtime. Your Labels is the runtime version of layers.

    Inside a MovieClip you can set a...
  14. Replies
    5
    Views
    1,049

    That's a great idea adding a "force" function....

    That's a great idea adding a "force" function. We'll see about that.

    I will change the fight system somehow, maybe just increase the damage slightly because as you get some cash flow you can buy...
  15. Replies
    5
    Views
    1,049

    Good idea about the heal/rest thing. Keep the...

    Good idea about the heal/rest thing.

    Keep the ideas coming if you've got em.
  16. Replies
    5
    Views
    1,049

    Beta Test My Latest Game

    I'm at the finish line with my latest game, Medicine Dealer.
    This is the beta version and I still have a bunch of stuff to fix

    But please take a look at it and give me your constructive thoughts....
  17. Replies
    0
    Views
    1,090

    YouYouWin.com Sponsorship

    Hey, Maybe not the correct forum to post it, but nothing else seem to suit better.

    I've got a sponsoprship deal from YouYouWin.com and 7K7K.com, two major chinese game sites.
    But I'm having...
  18. Replies
    6
    Views
    1,201

    Yea, I guess I have to loop using indexOf and a...

    Yea, I guess I have to loop using indexOf and a bit complicated checking words using it too thinking about it.

    Thanx for the reply.
  19. Replies
    3
    Views
    550

    5tons. That's what I had from start and it...

    5tons.

    That's what I had from start and it just gave me all kinds of weird "progress scaling".
    But of course that's the very simple answer. It works now when I do the same :)

    Thanx!
    Resolved.
  20. Replies
    3
    Views
    550

    Life Progressbar problem

    Hiya!

    I've done this a bunch of times before but now my brain just locked up and I can't figure it out.

    So I have a progress bar showing the players health.
    so you have 100 health and gets hit...
  21. Replies
    6
    Views
    1,201

    if(textfield.text == *"swearword"*) {...

    if(textfield.text == *"swearword"*)
    {
    trace("you can't use swear words.");
    }

    That's about the thing I want...


    regbolD.
    But how does that work,
  22. Replies
    6
    Views
    1,201

    I want to check if the textfield contains swear...

    I want to check if the textfield contains swear words and then let the user know that it's not allowed.

    I know about the stars, that's for passwords and you set that up in the panel. It's not...
  23. Replies
    6
    Views
    1,201

    Textfield - Bad Language Restrictor

    Hey, can I restrict a sertain string within a textfield?

    if(textfield.text == *"****"*)
    {
    }

    type of thing?....
  24. Replies
    1
    Views
    858

    Problem importing audio files.

    Hello.


    About half the audio files I try to import give me a warning window saying "Couldn't import". That goes for both .wav and .mp3.

    Anyone else have this problem?

    What can cause this?
  25. Replies
    0
    Views
    3,333

    Listof free sound effect libraries

    So where's the obious list of free sound effect libs I was so hoping to find here?

    Anyone got some links?
Results 1 to 25 of 410
Page 1 of 17 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center