A Flash Developer Resource Site

Search:

Type: Posts; User: jide

Page 1 of 20 1 2 3 4

Search: Search took 0.10 seconds.

  1. Here's another take: var bob bob = "+"...

    Here's another take:



    var bob
    bob = "+"
    trace ( op( 3, bob, 2 ) ) // 5
    bob = "-"
    trace ( op( 3, bob, 2 ) ) // 1
    bob = "*"
  2. Thread: Tabbing

    by jide
    Replies
    1
    Views
    1,220

    Tabbing

    I have a form made up of textfields nested within Movie Clips and when I hit tab, it doesn't go to the next textfield, but instead hops all around the interface. Is there any way to control this?...
  3. Thread: Is this a glitch?

    by jide
    Replies
    1
    Views
    731

    Is this a glitch?

    My Flash CS5 IDE always hangs when I have MovieClips in the timeline, and to some extent also for textfields. For some reason, it doesn't screw up like that when I'm just animating graphics. I do a...
  4. Thread: Flash CS5 Hanging

    by jide
    Replies
    1
    Views
    1,660

    Flash CS5 Hanging

    My Flash CS5 IDE always hangs when I have MovieClips in the timeline, and to some extent also for textfields. For some reason, it doesn't screw up like that when I'm just animating graphics. I do a...
  5. Replies
    3
    Views
    700

    Good, I cracked it, but without really figuring...

    Good, I cracked it, but without really figuring out what exactly was the problem (it was some kind of early loading issue, it was trying to access object before they were loaded to stage).

    How do...
  6. Replies
    3
    Views
    700

    Debugging Err1010 - Term is undefined

    I've been trying my hand at web applications for almost a year now and I've found this to be a really tough bug sometimes. Like a needle in a haystack. I use MonsterDebugger but it doesn't trace...
  7. Replies
    2
    Views
    652

    Hey, just came back to post my solution so that...

    Hey, just came back to post my solution so that others dont get misled.

    The issue was the different security domains. I not only had to allowSecureDomain() but also when I load() the URLLoader,...
  8. Replies
    2
    Views
    652

    Drag and Drop Issue

    I'm really hoping someone has run into this before. I just moved my files over to Amazon Cloudfront and now I have like 3 levels of loaded SWFs. I ran into a few sandbox errors, but I was able to...
  9. Replies
    20
    Views
    5,177

    Right away there was something to the visual...

    Right away there was something to the visual style which reminded me of this: http://www.kongregate.com/games/weremsoft/vox-populi-vox-dei-a-werewolf-thriller.

    I only played a few levels, I know...
  10. Replies
    2
    Views
    476

    XML Node referencing a MovieClip

    Is it possible to make a reference to a MovieClip in an XML object. It doesn't seem to be working with this code.


    myXML.node1.visualLink = mcObject
    myXML.node1.visualLink.alpha = 0.50
    ...
  11. Replies
    2
    Views
    790

    Solved, Swapped the FLV component for combined...

    Solved,

    Swapped the FLV component for combined use of NetStream and Video classes.
  12. Replies
    2
    Views
    790

    Unloading FLV Memory

    I am having some trouble with the FLVPlayback component with regards to memory. The videos are being loaded in from a server in quick succession. The user has the ability to go from video to video,...
  13. Replies
    2
    Views
    756

    Repeating Grid Pattern

    I'm trying to make an effect resembling scanlines to go on top of online video (to hide the poor quality!). I got this idea from seeing lots of sites doing the same. I remember the first time I saw...
  14. Replies
    4
    Views
    467

    Sorry I meant I load in the MovieClip which...

    Sorry I meant I load in the MovieClip which contains a function. I will take your advice and post some of the code.


    The following code is on the first frame of a MovieClip in my library. This...
  15. Replies
    4
    Views
    467

    Function Declaration Difficulties

    I am trying to access a function in a MovieClip that has been added to the stage. Right after loading in the function, I create a function that calls the function in the recently added MovieClip. ...
  16. Replies
    1
    Views
    394

    Assigning functions to a child

    I was able to do this in AS2, but I'm having trouble with this in AS3.

    When I try assigning a function to MovieClip or class from outside, it gives me an error on compilation where I call on that...
  17. Thread: Synchronized Mice

    by jide
    Replies
    6
    Views
    1,880

    Nice to see some of you guys are familiar with...

    Nice to see some of you guys are familiar with the program.

    Anyone know how I can do something similar (parallel mouse)?
  18. Thread: Synchronized Mice

    by jide
    Replies
    6
    Views
    1,880

    Synchronized Mice

    Hey people, its been a while

    I recently discovered this program called Synergy. It allows you to use one mouse on several different computers (sort of like when you go dual screen, except way...
  19. [OOP Basics] Grabbing the parent of a function

    I'm having trouble adjusting to the way functions pass in AS3.
    How come when I say "this" it doesn't know I'm refering to AudioTrack?




    var AudioTrack:Object = new Object();...
  20. Replies
    1
    Views
    322

    Object Links to Property

    I am using AS2.

    I can get an object to link to another object.


    var whatever = myMC


    But how could I get an object to link to a property within that object.
  21. Replies
    15
    Views
    1,603

    These graphics remind me of your game: ...

    These graphics remind me of your game:

    http://theresaneil.files.wordpress.com/2008/12/md_ex111.png
  22. Replies
    23
    Views
    2,432

    So presidents shouldnt be able to make good...

    So presidents shouldnt be able to make good speeches?

    I think its good that Obama can talk well. The idea is that a president should be able to inspire the people to action. A lot of the time,...
  23. Replies
    23
    Views
    2,432

    you Americans are getting WAYYYY too mushy with...

    you Americans are getting WAYYYY too mushy with your ideologies
  24. Replies
    2
    Views
    1,021

    Dynamic Text Looks All Jaggedy

    I do believe there is a way around this since I've seen other sites use Flash for text. For some reason, when I change the text in a dynamic text field to something dynamic, the font goes a little...
  25. Replies
    7
    Views
    742

    very nice find, renderhjs I'm happily surprised...

    very nice find, renderhjs
    I'm happily surprised that its free.
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center