A Flash Developer Resource Site

Search:

Type: Posts; User: FlashSmashed

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    574

    Glad it worked. I am not sure if I undrestood...

    Glad it worked. I am not sure if I undrestood your question but if you mean you want another object do the same thing as "fishy" ( increase score and hitCounter). I guess you just have to add the...
  2. Replies
    6
    Views
    574

    Hey alienplanet I have made a mini example for...

    Hey alienplanet

    I have made a mini example for you, have a look and let me know if you had any question.

    Hope this helps.
  3. Replies
    6
    Views
    574

    Hey alienplanet where have you attached your...

    Hey alienplanet

    where have you attached your code? to the character mc itself or to its frame that does really matter, if it's attached to mc then add _root. to both object and score as well as...
  4. Replies
    5
    Views
    651

    Hey Alex That is because my code should be...

    Hey Alex

    That is because my code should be attached to frame not the button itself, attaching code to the objects in general and button in this instance is not recommended
    (read this document...
  5. Replies
    5
    Views
    651

    pretty much yes, just make sure in the library...

    pretty much yes, just make sure in the library right click on you sound and click on linkage then tick "export for action script" and give your sund an identifier name, mine for instance was sound1.
  6. Replies
    4
    Views
    524

    Ok ilollar This should fix the problem for...

    Ok ilollar

    This should fix the problem for you, after you published your html file ( make sure you set dimensions to 100%) open it in dreamweaver and go to modify then page properties and set all...
  7. Replies
    3
    Views
    658

    Glad it worked for you, about your AS I recommend...

    Glad it worked for you, about your AS I recommend to read this 6 pages of article it really teaches a lot!!

    ActionScript 2.0 Best Practices
  8. Replies
    4
    Views
    524

    Hey ilollar Do you mean the black area? if so...

    Hey ilollar

    Do you mean the black area? if so I think a simple way of fixing this is to set the your html background colour to the dark gray that you have in your swf.
  9. Replies
    3
    Views
    658

    I think because you have action script attached...

    I think because you have action script attached to your button (note:not a good practice to attach AS to objects) instead of a frame you gonna need to have _root.allClips(); so try this first, if you...
  10. Replies
    5
    Views
    651

    Hi Alex--- Try this: //sound1 is...

    Hi Alex---

    Try this:




    //sound1 is linkage name of my sound in the library
    mySound=new Sound();
    mySound.attachSound("sound1");
  11. Hi kkasserakds I found a solution to your...

    Hi kkasserakds

    I found a solution to your problem!! but first let me explain why your code doesn't load any image, answer is simple you have:

    output_str = workImg_array[inputNum];...
  12. Hey jaysunburgess Take a look at my attached...

    Hey jaysunburgess

    Take a look at my attached file this works fine ( might not be the best solution!).

    in the button timeline add a layer and place your text on that layer on a keyframe under...
  13. Thread: jigsaw

    by FlashSmashed
    Replies
    2
    Views
    442

    hey drcolby Can't you break you current movie...

    hey drcolby

    Can't you break you current movie clip apart then use line tool to divide that to smaller squares and then convert each square to a separate mc?
  14. Hey arodize can you attach your flash file...

    Hey arodize

    can you attach your flash file instead of swfs? that way I might be able to help.

    Thanks
  15. Replies
    8
    Views
    602

    I am glad it worked for you, it's a pleasure to...

    I am glad it worked for you, it's a pleasure to help others out here, cause it's been a great place for me to learn a lot (still learning). :)
  16. No problem :) :)

    No problem :) :)
  17. Hey mhafez100 Here is a very good tutorial on...

    Hey mhafez100

    Here is a very good tutorial on sound objects with almost everything you need to know about sounds. Just a tip about your code try not to attach any AS to any object, good practice...
  18. Replies
    8
    Views
    602

    No problem, glad it helped. :)

    No problem, glad it helped. :)
  19. Replies
    8
    Views
    602

    Hey NapoLoso Again I think the basic solution...

    Hey NapoLoso

    Again I think the basic solution is what I talked about in my last post but make sure when you publish your flash file (in HTML section) set the Height and Width in % ( not as a fix...
  20. Replies
    8
    Views
    602

    Hey Guys! I am not a professional but I'll try...

    Hey Guys!

    I am not a professional but I'll try to explain so hopefully a more experienced member would confirm (and improve) my suggestions.

    Basically you start by designing your web site for...
  21. I think that's because it takes a while to load...

    I think that's because it takes a while to load into your browser depeding on your swf file size, so try to keep your swfs small in size and if necessary use preloader.
  22. Replies
    4
    Views
    400

    Hi I am not 100% sure, but can't you define...

    Hi

    I am not 100% sure, but can't you define your textFormat by creating one?



    var myFormat:textFormat()= new textFormat();

    myFormat.font="myFont";
    ....
  23. Hi UberMincer you need to have a stage...

    Hi UberMincer

    you need to have a stage listener which is tied to an onResize() function, here is an example:



    // create a stage listener called sl
    var sl:Object = new Object();
    // when you...
  24. Hi MarkSensei2 I think you need to define a...

    Hi MarkSensei2

    I think you need to define a boolean which check to see if your mini game has been played or not, because as you mentioned by defualt the position of your piece is the start square....
  25. Hi nunomira Thanks for your reply, I'll have a...

    Hi nunomira

    Thanks for your reply, I'll have a look, I am sure it'll help.

    FlashSmashed
Results 1 to 25 of 84
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center