A Flash Developer Resource Site

Search:

Type: Posts; User: rawbot

Page 1 of 5 1 2 3 4

Search: Search took 0.06 seconds.

  1. Thread: popup

    by rawbot
    Replies
    2
    Views
    464

    HUH. what are you talking about.

    HUH. what are you talking about.
  2. NOT THE _ROOT

    AHH NOT THE _ROOT !!!! ... how can you make a prototype and use _root ???? What is the point of a component then ? It wont run if you load it externally....

    use:

    this._parent...
  3. Replies
    34
    Views
    2,163

    Hmm interesting, did the page FLIP ? or nothing...

    Hmm interesting, did the page FLIP ? or nothing happened ?
  4. Replies
    34
    Views
    2,163

    "Cool sites is a forum designed to showcase...

    "Cool sites is a forum designed to showcase what's out there, the new
    and the innovative. " I read THIS and posted the site... i am not promoting! This is a site i made for someone else and its...
  5. Replies
    34
    Views
    2,163

    Thats rather silly... ok then its not my site....

    Thats rather silly... ok then its not my site. satisfied ?
  6. Replies
    34
    Views
    2,163

    WHo said anyone is promoting...

    WHo said anyone is promoting...
  7. Replies
    34
    Views
    2,163

    Awsome Flash Site

    I just finished this up. This is a magazine for Princeton Alumni, current issue is dedicated to a DNA topic. Great page curl effect is beeing used through out which encourages a feeling of a real...
  8. Replies
    9
    Views
    796

    Your livepreview can trace stuff inside flash....

    Your livepreview can trace stuff inside flash. Just make one simple live preview and try it out, all you need to put is

    function onUpdate() {
    trace(this._parent[this._targetInstanceName]);
    }
  9. Replies
    9
    Views
    796

    As one of the people writes: "I haven't...

    As one of the people writes:

    "I haven't figured out how to detect or make the component lock onto a particular edge of the component."

    And that is exactly what I would love to know how to do......
  10. Replies
    9
    Views
    796

    Nope

    Nah, there is no such tutorial that tells you how the scrollbar component automatically aligns with the textfield, how it knows which side of the text field we dropped it on...

    Arseniy
  11. Replies
    9
    Views
    796

    Inside Flash Environment ?

    Wait, you mean inside flash environment you can do something like :

    this._parent[_targetinstancename]._width and get the width of a movieclip where you dropped your component ? and i Mean INSIDE...
  12. Replies
    4
    Views
    1,037

    Problem Solved. Check it out... If my component...

    Problem Solved. Check it out... If my component is empty movieclip it does not display it, but if i drop something into it, it works just fine :(
  13. Replies
    4
    Views
    1,037

    The following is when i run a function init...

    The following is when i run a function init inside of it, it creates a bubble and attaches all the movie clips you see after line.

    Variable _level0.instance1.bubble.iScalePrev = 100

    As you see,...
  14. Replies
    4
    Views
    1,037

    thats what i am saying, NOTHING SHOWS UP. I...

    thats what i am saying, NOTHING SHOWS UP. I attached movieclips into it etc... and none of them show up ! Its in memory, on stage in swf, working... but things wont show ! thats ONLY if i drop it on...
  15. Replies
    4
    Views
    1,037

    _targetInstanceName bug

    I found a bug, if u know what _targetInstanceName is, then ull understand the following. I have a component works fine when i drop it on a stage and not on any movieclip. As soon as i drop it on a...
  16. Replies
    9
    Views
    796

    interaction: COMPONENT STAGE

    Hey guys, I am pretty good at this component stuff and I can not figure out how the hell does Macromedia scroll bar component knows where to align itself when you drop it on a text field. It must be...
  17. Replies
    0
    Views
    422

    Component and Stage Interaction

    How can i pass my CURRENT FRAME on the Stage inside flash to my component's livew preview or custom UI. That would kick lots of butt. No more keyframes for a lot of things !

    I am pretty advanced...
  18. Replies
    4
    Views
    536

    Ok... you can store your stuff in a text...

    Ok...

    you can store your stuff in a text file... or have backend script generate that code, doesnt matter... use loadVars.. look that up in reference...

    so you load ur titles with loadVars...
    ...
  19. Replies
    4
    Views
    531

    do this

    You have to do it by script...

    the same way you check to load one movie...

    movieclip.getBytesLoaded() and movieclip.getBytesTotal()

    instead of checking for one movieclip you check for many....
  20. Replies
    3
    Views
    468

    Tutorials

    Flash kit has a tutorial for a preloader, id suggest using it...
  21. Replies
    4
    Views
    536

    No one to help

    I dont think you will ever get a response for something that you are asking for. People read... and if their answer is 5-10 sentences long you will most likely get an answer. What you are asking for...
  22. I have worked with Japanese, build a few...

    I have worked with Japanese, build a few exercises... I would have people build XML inside Word... then i would copy and paste the content into Note pad... then you SAVE AS and choose UTF-8 in the...
  23. THANKS YOU GUYS HAVE BEEN GREAT HELP. WOW !!! SO...

    THANKS YOU GUYS HAVE BEEN GREAT HELP. WOW !!! SO MUCH HELP I HAVE RECIEVED.
  24. Replies
    10
    Views
    442

    Also...

    TO understand my code in the reference go to Operators / Miscelaneous Operators / ?:

    check it out, its pretty cool.... i love that function its a short way of writing code...
  25. Replies
    10
    Views
    442

    see where it says this.iFlag=this.iInterval=3; ...

    see where it says this.iFlag=this.iInterval=3;

    just change 3 to whatever interval u want...
Results 1 to 25 of 118
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center