A Flash Developer Resource Site

Search:

Type: Posts; User: Pancreasboy

Page 1 of 4 1 2 3 4

Search: Search took 0.07 seconds; generated 28 minute(s) ago.

  1. Replies
    2
    Views
    5,900

    Multiple Flash files for web and iPad

    Hey there,

    if I've deliberately made multiple flash files which link to each other for the web, how would I export these as one App for the iPad?

    eg one flash file might be an...
  2. Looks like it was a memory problem with the...

    Looks like it was a memory problem with the jvm.ini file.

    Pumped it up to 256 and it works now.

    Hope this helps anyone else in the future if they come across it.

    Thanks.
  3. stop(); not working when exporting AIR for iOS from Flash CS5.5

    Hey there I've tried to do a simple 5 frame animation in Flash CS5.5 each with a stop(); action but when viewed on the iPad the animation doesnt stop, it cycles through the 5 frames instead of...
  4. It seems the only way to work it all out is to...

    It seems the only way to work it all out is to export out with no compression :(

    I wish I knew why :(
  5. Hmm it seems to be the Animation setting for...

    Hmm it seems to be the Animation setting for compression.

    Why would that be adjusting the FPS?

    Anyway even if i export out as no compression it's still importing into Premiere as 10FPS :(
  6. exporting 25 fps into quicktime player changes???

    Hey all, hopefully this is a quick question...

    When you export a flash movie that is set up at 25fps out as a QT movie at 25fps, shouldn't it open up in Quicktime player with FPS equalling 25?
    ...
  7. make that...

    make that http://www.twistedpancreas.com/test/costProblem.fla
  8. well it looks like strongStr =...

    well it looks like

    strongStr = (Number(_root.myStrTxt.text)) + (Number(myStrongTxt.text))

    _root.myStrTxt.text = strongStr;

    does the trick to adjust the Str Lvl stat, see...
  9. Ok someone on another forum suggested I put a...

    Ok someone on another forum suggested I put a trace in "traits_mc" at frame 21 AS and I got

    gStrCost = 0 : myStrongTxt.text = 0

    which seems fine and then they said to replace Number() with...
  10. any thoughts? or am I not making sense?

    any thoughts? or am I not making sense?
  11. i would have thought the Strong button code...

    i would have thought the Strong button code inside "traits_mc" would have this:

    gStrCost = Number(gStrCost) + (Number(myStrongTxt.text));

    but that doesnt seem to work :(
  12. ok looks like it should be myRefTxt.text...

    ok looks like it should be

    myRefTxt.text =Number(myRefTxt.text)+ Number("2");

    Ok now hopefully here's one of my last problems, and I've uploaded it to here...
  13. Well someone else from another forum suggested...

    Well someone else from another forum suggested this (which seemed to do the trick):

    _global.gFinalCost = 0;

    onEnterFrame = function(){
    finalCost.text = gFinalCost;
    }
    var...
  14. ok well I got that working, ie ...

    ok well I got that working, ie

    datagridName.addItem({Name:"Sword", Type:"Cuts"});

    datagridName.dataProvider.removeItemAt(datagridName.selectedIndex);

    when removing an item it should also...
  15. add or remove rows to a datagrid with AS2?

    Hi there I've been trying to find a tutorial on how to add or remove rows to a datagrid and have only found this tutorial...

    http://proquest.safaribooksonline.com/0131484753/ch50

    which is great...
  16. You sir are a legend. And a fellow aussie too...

    You sir are a legend.

    And a fellow aussie too by the looks of your email address.

    The 50% transparency seems the way to go (which beats me why).

    Thanks a million for that and i'll definitely...
  17. Thanks BlinkOk, you're about the first person...

    Thanks BlinkOk,

    you're about the first person to give me a decent suggestion on the whole web :)

    ok i tried your suggestion and then realised I needed Flash 8 on a mac for the Importer (lucky I...
  18. Replies
    0
    Views
    446

    Shared Library

    Hi there all, long time member, but thought Flash Kit died so have been elsewhere, but I'll test and see if I get any answers to this.

    I'm trying to use the Shared Library process for the first...
  19. Invert Mask - for complex camera moving animation

    Hi there all, long time member, but thought Flash Kit died so have been elsewhere, but I'll test and see if I get any answers to this.

    I'm wanting to render this character as a flash animation...
  20. Whats wrong with my multiple drag and drop code?

    I've got ParaA, ParaB, and ParaC ( http://img.photobucket.com/albums/v292/pancreasboy/misc/para.gif ) which are dragable mc's (ie they have buttons inside them with the code below), they can be...
  21. ok here's what I've worked out so far with the...

    ok here's what I've worked out so far with the C++ programmer here at work.

    http://home.exetel.com.au/twistedpancreas/images/commas.fla

    not sure if this is going in the right direction
  22. Turn off certain mc's and then check if they were done correctly

    Hi there.

    I have a small job where a student has to select any commas in a "dummy" sentence and remove those commas that they think don't belong there.

    Then they click a check button to see if...
  23. ok so heres the code im using atm function...

    ok so heres the code im using atm

    function shuffle(){

    return Math.floor(Math.random() * 2);

    }

    var allNumbers=[];
  24. Generate a random number, to a certain decimal point

    Howdy is there anyway to generate a random number (within a range), to a certain decimal point and then display it in a text box?

    I know how to do a full number, but am struggling to find out how...
  25. ok i've got on(release) { _root.toLoad =...

    ok i've got

    on(release) {
    _root.toLoad = "contact.swf";
    _root.mc1.gotoAndPlay(2);
    }

    on my button, which is playing the animation now (thx)

    but on the last frame inside the mc1, this code...
Results 1 to 25 of 77
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center