A Flash Developer Resource Site

Results 1 to 16 of 16

Thread: TypeError: Error #1009?

Threaded View

  1. #1
    Junior Member
    Join Date
    Apr 2012
    Posts
    17

    TypeError: Error #1009?

    Alright so I'm working on making a skill calculator for this a game. This one I am working on right now has multiple skill calculators in a single flash file, but for some reason that I can't figure out, the skill calculator won't actually calculate. Here is a pastebin length to the AS code

    http://pastebin.com/xB6xzJFd

    Alright, I apoligize for its length, but I really have no idea what I'm doing wrong with this one. Here is the output:

    Code:
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    	at allInOneCalc_fla::MainTimeline/changeCalc()
    	at flash.events::EventDispatcher/dispatchEventFunction()
    	at flash.events::EventDispatcher/dispatchEvent()
    	at fl.controls::ComboBox/onListChange()
    	at flash.events::EventDispatcher/dispatchEventFunction()
    	at flash.events::EventDispatcher/dispatchEvent()
    	at fl.controls::SelectableList/handleCellRendererClick()
    I get that error the second I select a calc and it goes to that frame, and when I input all the information it gives me a "0 and whatever text I had it add" for the answer. Please help, I've been stuck on this for a while.


    EDIT: I Believe I did the wrong type of event for lines 22, 25 but I'm still not sure with what type of event I should use. Any advice is greatly appreciated
    Last edited by braskez; 05-02-2012 at 03:51 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center