#1 (permalink)  
Old 11-04-08, 23:07
Junior Member
Settled In
 
Join Date: Apr 2008
Posts: 2
Rep Power: 0
Blondie is on a distinguished road
I'm new to flash action script! Please help me I'm stuck!

Hi there,

I'm new to Flash - and I'm trying to learn as much as possible - so I'm following a lot of online tutorials!

I stupidly followed a Flash8 tuorial and did it in CS3 - as I had a memeory lapse or something because I have read before that CS3 has a new version of action acript! But being new to all this - all action script looks gobbledy gook to me at the moment anyway - hence the learning as much as possible!

Anyway the MP3 tutorial I was doing is on here How to make a sound player with a visual equalizer that loads an external mp3 melody in Flash. Ideal for background website music that loops! Simple and easy!

Only mine doesn't work now I've built it - there's an error message when I try to view it (Ctrl+Enter) - the script used is:-

var musicPlays:Boolean = false;
var loopTune:Sound = new Sound();
loopTune.onLoad = function(success:Boolean) {
if (success) {
loopTune.start(0, 999);
musicPlays = true;
_root.musicPlayer.gotoAndStop("playing");
}
};
loopTune.loadSound("cooltune.mp3", false);
musicPlayer.playStop.onPress = function ():Void {
if (musicPlays) {
this._parent.gotoAndStop("stopped");
loopTune.stop();
musicPlays = false;
} else {
this._parent.gotoAndStop("playing");
loopTune.start(0, 999);
musicPlays = true;
}
};

Can anyone help me please?

If anyone has any ideas of where I should start to learn about FlashCS3 - that would also be helpful!

I have bought mazagines but everything is so advanced and they are not very good with instructions of how to do things!

Thanks for reading!

Blondie

XXXXX
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
sponsor links
Flashmint flash templates FlippingBook-PDF publisher Flash Media Server Hosting
  #2 (permalink)  
Old 28-04-08, 11:57
Author
Settled In
 
Join Date: Jul 2007
Posts: 8
Rep Power: 0
7Miles is on a distinguished road
Riferimento: I'm new to flash action script! Please help me I'm stuck!

Hi,
what's the error you get ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-06-08, 09:47
Junior Member
Settled In
 
Join Date: Sep 2007
Posts: 1
Rep Power: 0
askurat1 is on a distinguished road
Re: I'm new to flash action script! Please help me I'm stuck!

There is no _root in as3.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
sponsor links
Reply

Bookmarks

Tags
action, flash, script, stuck

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Stuck with a simple script biggsy Flash English 2 28-04-09 05:17
Actionscript 3 action Script 3.0 shiva_kumar101 advanced Actionscript 3.0 0 11-12-08 05:32
Actionscript 3 mailto in action script 3 derek_z Flash Italiano 2 02-10-08 11:10
problemi Preloading (action script 2.0) gabrius88 Flash CS3 | PHP | mySQL 5 16-06-08 07:40
action script e scorm amdj83 Actionscript 3.0 base 5 04-11-07 08:34



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
vBulletin Skin developed by: vBStyles.com
FlepStudio 2007-2009