A Flash Developer Resource Site

Search:

Type: Posts; User: elioacm

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,520

    if (stage) { ...

    if (stage)
    {
    init();
    }
    else
    theres an error there in init() it says incorrect number of arguments, and what do you mean by embed the font...
  2. Replies
    2
    Views
    1,520

    snake AS3 found on web but somethings wrong

    http://www.youtube.com/watch?v=-PJczdqs-w8
    7475774759

    there is the Main.As you should as a script.


    my error is this, 74761
    could you fix it?
  3. Replies
    4
    Views
    2,175

    hi angelhdz it doesnt seem to be wirking or im...

    hi angelhdz it doesnt seem to be wirking or im doing it wrong.. the attack1 is in movie clip so i did this..

    if (Key.isDown(65))
    {
    this.attack1.play();
    }

    do you have or could you give me a...
  4. Replies
    2
    Views
    4,779

    its the same, it has the with border square and...

    its the same, it has the with border square and bitmap.. i have to use magic wand to clear it.. any other suggestion?
  5. Replies
    2
    Views
    4,779

    drag photoshop image/layer to flash

    could it be possible that when i drag a layer or image from photoshop to flash, the image that i will have on flash is without a white box surrounding it? i like it to be transparent or selected as a...
  6. Replies
    4
    Views
    2,175

    yes it will go to the character stand or idle.....

    yes it will go to the character stand or idle.. what should i replace the "this.gotoAndStop".

    btw. i tried isToggle instead of isDown so it will finish the frame but i dont know how to toggle it...
  7. Replies
    4
    Views
    2,175

    Flash CS5.5 AS2 Key question

    onClipEvent (enterFrame) {
    if (Key.isDown(65)) {
    this.gotoAndStop("attack1");

    The problem is, when i press letter "a" (key.isDown(65)"" it will animate "attack1" but it will not finish the...
Results 1 to 7 of 7




Click Here to Expand Forum to Full Width

HTML5 Development Center