topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 23, 2024, 4:52 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Difficulty curve of the flash assignments  (Read 7602 times)

mediaguycouk

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 247
    • View Profile
    • Mediaguy
    • Donate to Member
Difficulty curve of the flash assignments
« on: March 16, 2008, 06:52 AM »
Is it just me that wonders whether the difficulty in the flash assignment (I've only seen #1) is massively harder than the other assignments here?

I can write in Actionscript and PHP also I'm learning c#. I've created a flash movie that has a security module to authenticate a user of a domain before sending an key to a flash media server. which then allows a video file to play.

But whereas the c# assignment one is basically writeline, readline and a for loop (chapter 1 of this c# 2005 for dummies book) designing a ship (graphics and creating symbols), listening for keypresses (buttons that pass instructions to movies plus checking over time that the button is still held down and how that creates acceleration) seems to go through the whole of my Flash 8 for Dummies book, into advanvced Flash 8 Actionscript and even into programming flash gaming book (which I never did read).

Shouldn't step one be something more like creating a menu system where you make 3 buttons and use gotoAndPlay(scene, frame)? You know, something that is Flash 101?

Graham's 2 cents.
Learning C# - Graham Robinson

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,901
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Difficulty curve of the flash assignments
« Reply #1 on: March 16, 2008, 11:24 AM »
i think you have a good point.  maybe i'll move what is #1 to maybe #3 and add a couple before it like:

Assignment 1: make a button that can be clicked.
Assignment 2: make the button move around on screen and play a sound when clicked.