Search Unity

normal methods don't work

Discussion in 'Flash' started by jstriedinger, Aug 31, 2012.

  1. jstriedinger

    jstriedinger

    Joined:
    Apr 19, 2011
    Posts:
    58
    Hi guys,

    I was wondering if someone can answer me this:
    Having a int.Pàrse() (for example) in a .CS script works fine when it turned into .AS BUT, if I have like Double.Parse or uint.parse or anu "TryParse" it says it's an udentified method. Why?????????

    Thanks!
     
  2. RalphH

    RalphH

    Administrator

    Joined:
    Dec 22, 2011
    Posts:
    592
    Due to the nature of ActionScript, c# and the way we have to do crosscompilation, these type of methods need to be hand implemented. The best way to get more support throughout is to submit bugreports with what you are missing. There are things we simply can't support on the Flash Player, but the best way to gauge what is generally needed would be through your feedback; the forums are not the best place for this.