Mark Forums Read
Vevmo

 


Open Forum A place to have fun and just talk about anything.

Reply
Thread Tools
Flash: Action Script
 
  #1  
Old 10-02-2008
Elite Member
 
Join Date: Nov 2007
Posts: 1,295
Flash: Action Script

Make this work pleeeeease:

var buffyArray:Array = ["Buffy", "Willow", "Xander", "Giles", "Oz", "Tara," "Anya", "Spike"];
var buffyArray:uint = buffyArray.length;
for (var i:uint = 0; i < numContacts; i++){
trace(buffyArray[i];
{

This is my weak showing for my homework assignment which is to create an Array with a For Loop attached.

And I'm just ASSUMING you know ActionScript 3.0 haha
Reply With Quote
  #2  
Old 10-02-2008
Administrator - Editor in Chief
 
Join Date: Aug 2007
Location: Mt Olympus
Posts: 6,523
re: Flash: Action Script

Originally Posted by RockSteadyVybes View Post
Make this work pleeeeease:

var buffyArray:Array = ["Buffy", "Willow", "Xander", "Giles", "Oz", "Tara," "Anya", "Spike"];
var buffyArray:uint = buffyArray.length;
for (var i:uint = 0; i < numContacts; i++){
trace(buffyArray[i];
{

This is my weak showing for my homework assignment which is to create an Array with a For Loop attached.

And I'm just ASSUMING you know ActionScript 3.0 haha
I know a little action script but not enough to help you. I took a course on Flash a few years ago but being I never, ever use it - my sieve of a brain has lost it.

Spending all my time with Ruby these days.
Reply With Quote
  #3  
Old 10-02-2008
Member
 
Join Date: Jul 2008
Posts: 334
re: Flash: Action Script

computer science course or something like that?
Reply With Quote
  #4  
Old 10-02-2008
Elite Member
 
Join Date: Nov 2007
Posts: 1,295
Re: Flash: Action Script

Yeah...its a course called Information Animation and we're studying ActionScript 3.0. i HATE it. no, no...i LOATHE it.

Also...this course really should have a pre-req attached to it...because none of this is making sense to any of us in the class.

Can't I just go back to Photoshop or FinalCutPro? argggg
Reply With Quote
  #5  
Old 10-02-2008
Member
 
Join Date: Jul 2008
Posts: 334
Re: Flash: Action Script

Originally Posted by RockSteadyVybes View Post
Yeah...its a course called Information Animation and we're studying ActionScript 3.0. i HATE it. no, no...i LOATHE it.

Also...this course really should have a pre-req attached to it...because none of this is making sense to any of us in the class.

Can't I just go back to Photoshop or FinalCutPro? argggg
Ahh yea that sucks. A computer course I took last semester including some animation assignments with the program Python and I hated it...lol. Even though I heard Python was easy to use.
Reply With Quote
  #6  
Old 10-02-2008
Elite Member
 
Join Date: Nov 2007
Posts: 1,295
Re: Flash: Action Script

i've never taken a programming course in my LIFE and they throw us into ActionScript 3.0.

Its REQUIRED for my Masters program too. UGH
Reply With Quote
Reply

Tags
actionscript makes me want to hang myself

Thread Tools