A Flash Developer Resource Site

Search:

Type: Posts; User: Schenkius

Page 1 of 12 1 2 3 4

Search: Search took 0.08 seconds.

  1. Well said! I stayed at AS2 by the way, it worked...

    Well said! I stayed at AS2 by the way, it worked well for my projects ;)
  2. Replies
    3
    Views
    1,761

    Hi Whispers, Thank you for your reply. Your...

    Hi Whispers,

    Thank you for your reply. Your solution might be the most efficient but I resolved it by breaking the biggest part of the code into 3 major functions (create about 200 arrays, push...
  3. Replies
    3
    Views
    1,761

    Reducing lines of Actionscript...

    Hi,

    I need to load a very big xml-feed, that has lots of nodes in it. Now I've reached some limit in actionscript that prevents the code working correctly. I've already seperated lines of code...
  4. Replies
    0
    Views
    1,165

    Calculating with contents of an array...

    Hi,

    I have an array called "details" that receives data like this:
    details.push({Pk:datos.Name, Shipment:datos.shipment, Weeknumber:datos.Weeknumber, Qty:datos.Qty});

    I would like to calculate...
  5. Replies
    3
    Views
    550

    AS 2 Thank you Paul, one can always rely on the...

    Thank you Paul, one can always rely on the Scottish :)!
  6. Replies
    3
    Views
    550

    AS 2 Syntax problem...

    Hi,

    This works:
    _level0.section_19_mc.editingPane2.spContentHolder.hold.cat0.e.label.text;
    Now, the 0 (after cat) could also be 1, 2, 3 and so on. But when I try to pass [this.id] (so that could...
  7. Replies
    1
    Views
    1,234

    Flash8 Make label of RadioButton multiline

    Hi,

    I can't find on FK (or other sites) the solution to make the labelfield of the RadioButton component in Flash 8 (not earlier versions!) multiline. Do you know how?

    Thanx in advance!
  8. Replies
    7
    Views
    1,672

    Flash8 That's true Whispers, that's the best solution....

    That's true Whispers, that's the best solution. However, I couldn't work it out... could you help me (and future visitors) out?

    Thanx!!
  9. Replies
    7
    Views
    1,672

    Flash8 Solved

    links_array = new Array ();
    width_array = new Array ();
    myXML = new XML ();
    myXML.ignoreWhite = true;
    myXML.onLoad = function () {
    var imageXOffset = 0;
    var levelOne =...
  10. Replies
    7
    Views
    1,672

    Flash8 Loading external jpg's with various widths

    Hi,

    I'm trying to load external jpg's with various widths through an xml-file. Now, I want to place them in a horizontal strip next to each other. The problem lies in the various widths of the...
  11. Hi, I'm really not an expert on this, but in...

    Hi,

    I'm really not an expert on this, but in my sample I somehow found the solution, I hope this gives you an idea. I used in the php-file at some point:


    $selCats = $_POST['selectCat'];...
  12. Replies
    5
    Views
    877

    No, actually not, I use it for 9 images to change...

    No, actually not, I use it for 9 images to change position at fixed points. Although I think you can use this as a basis for such a game indeed.
  13. Replies
    5
    Views
    877

    For future reference: if you would like to...

    For future reference: if you would like to accomplish this with the mc's already placed on the stage, the code is:


    function shuffle() {
    aPos = [{xp:25, yp:25}, {xp:185, yp:25}, {xp:345,...
  14. Replies
    5
    Views
    877

    Beautiful! Thanx a lot!

    Beautiful! Thanx a lot!
  15. Replies
    5
    Views
    877

    Randomly change position of 9 MC's

    Hi,

    I have a movie with on stage three rows of three movieclips, so 9 in total. I would like to change their positions randomly (time interval function) to x- and y-coordinates in the way that...
  16. Replies
    0
    Views
    399

    Pixeldissolve In instead of OUT

    Hi,

    Followiing script dissolves a linked partial transparent bitmap from the library called "photo" "out" instead of "in". My question: how can you reverse it so that it appears instead of...
  17. Maybe try adding in the imported swf: ...

    Maybe try adding in the imported swf:

    this._lockroot = true;
  18. Replies
    7
    Views
    771

    By the way, how does yourvar text1 looks like?...

    By the way, how does yourvar text1 looks like? Maybe it contains strange characters?
  19. Replies
    7
    Views
    771

    Try this: place on a keyframe: text1="test"...

    Try this:
    place on a keyframe:

    text1="test"
    If you leave the variable empty, then the player outputs "undefined".
    The button-action is (again):

    on (release) {
    ...
  20. Replies
    7
    Views
    771

    It worked for me on a pc with Outlook, what goes...

    It worked for me on a pc with Outlook, what goes wrong at your end?
  21. Interesting. I could imagine that you store all...

    Interesting. I could imagine that you store all html-codes in one variable in Flash, using send that variable to a php-scrip and on the html page, you only embed the php code that _GETS or _POSTs it...
  22. Replies
    7
    Views
    771

    on (release) {...

    on (release) {
    getURL("mailto:mymail@mydomain.com?subject=List1&body="+text1+"%0A%0A Thnks.");
    }
  23. Replies
    1
    Views
    563

    Hi, I don't think it's possible; images are...

    Hi,

    I don't think it's possible; images are loaded into movieclips at 0 , 0 by default.
    But there's a workaround: after the image has loaded en the (not empty anymore) movieclip appears on the...
  24. Flash8 Thanx for your help. The thing is that my actual...

    Thanx for your help. The thing is that my actual array is:


    my_Array = new Array();
    my_Array.push(50, 51, 52, 53)

    So no string values but numbers. How to handle this?

    Thank you again!
  25. Flash8 Retrieve index-number of a value in an array

    Hi,

    For instance:

    my_Array = new Array();
    my_Array.push("one", "two", "three", "four")
    Here's the catch: another variable (for instance) called "three" is loaded. I want to look up "three" in...
Results 1 to 25 of 286
Page 1 of 12 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center