Return-Path: X-Original-To: apmail-flex-users-archive@www.apache.org Delivered-To: apmail-flex-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 050BB10C8F for ; Thu, 11 Jul 2013 02:07:29 +0000 (UTC) Received: (qmail 65093 invoked by uid 500); 11 Jul 2013 02:07:28 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 64885 invoked by uid 500); 11 Jul 2013 02:07:28 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Received: (qmail 64876 invoked by uid 99); 11 Jul 2013 02:07:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jul 2013 02:07:28 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dennis.raddle@gmail.com designates 209.85.219.54 as permitted sender) Received: from [209.85.219.54] (HELO mail-oa0-f54.google.com) (209.85.219.54) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jul 2013 02:07:21 +0000 Received: by mail-oa0-f54.google.com with SMTP id o6so10758766oag.27 for ; Wed, 10 Jul 2013 19:07:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=pn0+V0xhPXlW1667zSuefXPEMXuHfEaUKs4Higcc/tU=; b=fqRgvsMeLYB4psXrMT5G0I/vRaVYQbFwWpt6QEvz7L6cP7XyCQ3EUbc3oD6m+vprZY n6wRNZjMzs2ngb8nLKCdSn2s3YQTIMkXcWqCADBvwuIe6DX8WUeQ17UoTHte+9cVdKj8 yNnyM6G9h4svJXVFyXcBshfcOfc8UEhK8q6Ayt806a+Ve/lCAyv6O1RBvCd/qc0fazi4 rZhFaWcSo9PD1DeNZBbI5hlsGFRK+Txh1sZbvzg7yO5jeLIG3FgQZM3ClE+VKGJq5Z5f vx4rD2buJx0vwoDlvggs+VlKHtsG+0oBYMGgcFJONbnh2FAF3ZYJ9c7HSBPbNpfkI//w tKYQ== MIME-Version: 1.0 X-Received: by 10.60.140.168 with SMTP id rh8mr30155064oeb.17.1373508420198; Wed, 10 Jul 2013 19:07:00 -0700 (PDT) Received: by 10.76.119.3 with HTTP; Wed, 10 Jul 2013 19:07:00 -0700 (PDT) Date: Wed, 10 Jul 2013 19:07:00 -0700 Message-ID: Subject: educational software development From: Dennis Raddle To: users Content-Type: multipart/alternative; boundary=047d7b2e4c467b6da804e132d9c8 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b2e4c467b6da804e132d9c8 Content-Type: text/plain; charset=ISO-8859-1 I know very little about Flex, ActionScript, Flash, or AIR. I'm taking some educational software I developed in Python/Qt on Windows, and I want to rewrite it with Adobe's stuff so it can run on iOS and Android. I'm trying to get a feel for which tools will be useful to me. Right now I'm working with the book "Flex 4.5 Fundamentals: Training From the Source." I notice that the examples in the book are geared toward RIA's, while my software will not have any Internet features to speak of. It's more like a very simple game (some 2D animation, drawings, fonts) on a desktop. At this point I'm not sure if Flex is even useful to me, or if I will end up writing this purely in ActionScript. I don't know if Flash Builder will be useful to me for that. So, given that my app uses fonts, some simple graphics and 2D animation, and given that I want it to run on iOS and Android, which of the Adobe tools do you think I'll end up using? Dennis --047d7b2e4c467b6da804e132d9c8--