ActionScript 3.0 :: Make Button To Going Back And Next In An SCORM?

May 3, 2010

I will like to make buttons in Actionscript 2 or 3 that permit the user to go backwards or forwards in the elearning, id that possible?

View 2 Replies


Similar Posts:


IDE :: Make Back Button In Flash To Go Back To Page?

Feb 27, 2010

i want to know how we can make back button in flash to go back to page same like browser back button.

View 1 Replies

Professional :: Make Flash SCORM/LMS 1.2 Fully Compliant?

Nov 28, 2011

I need to make Flash AS2.0 SCORM 1.2 fully compliant.I have used pipwerks 1.2 wrapper as a example, and the paging works. However I also need an example that does the following:  User name Scoring, Time taken etc.I have tried adding cmi.core.score.raw (In AS 2.0) to get score working but when I test it in Scorm test suit, it does not work, and is not scorm compliant.So can someone tell me how to make flash AS2.0 (and AS3.0) Scorm compliance  i.e. what AS code do I need to add by ways of code examples.Also what is the best test suit to test it is scorm compliant?

View 1 Replies

ActionScript 3.0 :: How To Make A Back Button

Jul 21, 2009

I'm trying to do my first project using ActionScript in CS4. I need to make a back button that will take the user back to the last "slide" they were on.I went through the effort of creating a back button that I only realized didn't work after I was finished. I had it set up to just go to the previous slide and totally ignored the fact that there are several branching scenarios.

View 2 Replies

ActionScript 3.0 :: Make Back Button To The Specified Frame

May 31, 2010

Im trying to make a back button using AS3 in CS4 here is the code im using function onClick12(event:MouseEvent):void {gotoAndPlay(50);} reo_btn.addEventListener MouseEvent.MOUSE_UP, onClick12); it brings me back to the specified frame but when I click next on that frame it brings me to the frame following the one with the back button. here is my code for one of those frames stop();

[Code]...

View 5 Replies

ActionScript 3.0 :: Record / Save A Button Press In Flash Send It To Moodle Via Scorm?

Feb 17, 2010

How do you record / save a button press in Flash as3 and send it to moodle via scorm? I have two buttons, 'choice1' & 'choice2', and would like the users' choice to be recorded to SCORM. I just need to send 'some text' to moodle when the user presses either button.

Have been pointed to 'cmi.interactions' but after spending the entire day trying to find a working example, I'm completely lost. There appear to be no coded examples anywhere.

View 4 Replies

ActionScript 3.0 :: Make Browser Back Button Work With Just This?

Apr 5, 2011

Is it possible to make the browsers back button work inside a SWF but using just AS3 and not any other external files or anything else changed in the HTML page?

View 2 Replies

ActionScript 2.0 :: Make The Browser Scroll Back To The Top When A Button Is Clicked?

Jan 5, 2011

I have a tall web site that requires browser scrolling.When a button is clicked, the main movie is replaced by another, and unfortunately, the viewer isn't brought back to the top of the page.Here's the site: http:[url].....Scroll down, and click on the purple box that says "Knowledge & Experience."You will see my dilemma.how to make the browser scroll back to the top when a button is clicked?

View 9 Replies

ActionScript 2.0 :: Make Browsers BACK Button Work For Flash?

Jun 24, 2007

how to make browsers' BACK button work for Flash?

View 5 Replies

ActionScript 3.0 :: Make A Simple Next And Back Button For An Instruction Page

Sep 9, 2009

I want to make a simple next and back button for an instruction page so far this is what I have

[Code]...

actually i prefer to do it using labels but i was expected to do it effectively,lesser code,lesser size,etc

View 1 Replies

Make Button In Movieclip Target Back To Main / Root Timeline?

Oct 1, 2009

I have some submenu buttons in a movieclip on the mainline. My first level of navigation in on main timeline. The submenus are grouped in movieclips on the main timeline. I basically used the same code on the main navigation for the sub navigation except the code for the submenus is in that movie clip. My trace statement reads the button is clicked (which was a quantum leap for me) but I know I need some kind of _parent code in there so it knows to go to label back on main timeline.[code]...

View 3 Replies

ActionScript 2.0 :: CS3 - Make The Back And Forward Button That Goes To The Next / Previous Block In XML File

Mar 29, 2010

[Code]....

I need to make the back and forward button that goes to the next/previous block in XML file.

View 4 Replies

Make The Browser Back Button Work For A Flash-based Website?

Dec 1, 2009

Is it possible to make the flash content go back to some previous frame when the user clicks on the back button in the browser? Similarly, can the the refresh button be used to refresh to the same frame and not go back to the starting frame?

View 4 Replies

ActionScript 3.0 :: Highlight One Button And Make Rest Fade Back With White Opacity

Oct 6, 2011

I'm making a website in flash, inspired from this site : [URL]. I've done mouseover so that when you go over a circle you can see full text in the middle, but I don't know how to make the other "buttons"/circles fade white when I have my mouse over one of the circles. Please take a look at the webpage, it's kind of difficult to explain. [URL]. I'm using CS 5.5 and Actionscript 3

View 1 Replies

ActionScript 2.0 :: Using Back Button In Flash Like A Browser Back Button?

Oct 30, 2006

basically this code will work like a browser back button its very simple but "could end up very long" basically it will act "similiar to the browser back button"

Code:

on (release) {
if(page1 = _currentframe){
_root.gotoAndStop("quiz");
} else if (page0 = _currentframe){

[code]....

it works when the (page1 = _currentframe){ is rotated with the first if statement...because for somereason it seems to not recognise the "else if's"

View 2 Replies

ActionScript 3.0 :: Make It So When You Click On A Back Folder, It Slides Off The Screen And Come Back In Front Of All The Folders?

Jan 13, 2009

I have a project (see attached) where I need to have the folders seem like they are floating in space, and I need the best way to make it so when you click on a back folder, it slides off the screen and come back in front of all the folders.

View 2 Replies

Professional :: Back Button On Web Browser Goes Back To First Frame Instead Of Actual Last Page?

Oct 21, 2010

I have a Flash website with 3 interfaces( 3 frames with movie clips inside). they have a button that goes to different loaded .html page(text). But once the back button is pushed on the web browser, it always goes back to the first frame instead of the actual last page, which might have been frame 2 or 3.

View 1 Replies

ActionScript 2.0 :: Make "back Button" In Flash5

Feb 12, 2003

How to make "back button" in flash5 but the button is used to bring back the user to the last view of the html page?

View 9 Replies

Flash 9 :: SCORM Testing On A Mac?

Nov 7, 2008

I recently finally moved across to my Mac for all of my development work. The main problem I have come across is not being able to test any of my work in a SCORM test suite. The one I have on my PC is the ADL test suite which does not appear to be compatible with the mac, so does anyone know of a suite that is?

View 3 Replies

ActionScript 3.0 :: Add A Back Button Once Click A Main Menu Button?

Apr 9, 2008

I'm trying to add a back button once I click a main menu button then remove the back button once it is pressed. I get the title error.

[Code]...

View 6 Replies

ActionScript 3.0 :: FsCommand Scorm Calls Not Working?

Jan 6, 2011

I published my fla as scorm 1.2 tracking. I ziped up my files and loaded to lms. It will not write the score. It runs and functions ok but does not write score.

fscommand ("LMSSetValue","cmi.core.score.min,0");
fscommand ("LMSSetValue","cmi.core.score.max,100");
fscommand ("LMSSetValue","cmi.core.score.raw,85");

[code]....

View 9 Replies

ActionScript 3.0 :: FsCommand Scorm Calls Not Working

Mar 31, 2011

I created a simple fla with two frames. Frame two has this code below to write a score to the lms (blackboard).I published my fla as scorm 1.2 tracking. I ziped up my files and loaded to lms. It will not write the score. It runs and functions ok but does not write score.[code]

View 4 Replies

ActionScript 2.0 :: SCORM 1.2 Setting SCO Objectives Values

Dec 10, 2007

how to set the objectives of a SCO within the LMS reporting of SCORM?

Here is what I have so far:

ActionScript Code:
var theScore = 10;
var theStatus = "c";
var intData = theStatus+";"+"mytestobj"+";"+theScore;
fscommand("MM_cmiSendObjectiveInfo",intData);

The only thing tracking in the LMS is "mytestobj" which is reporting as the objective name.

View 2 Replies

ActionScript 3.0 :: Capturing Score For Scorm Output

Nov 11, 2009

My ultimate goal in learning ActionScript 3 is to be able to create cool flash learning interactions for English language learners. All the different activities - drag and drop, multiple-choice - image hotspots etc - multiplayer mode on Grammar Challenge - would record a score which could be output in a SCORM format for a VLE such as Moodle or BlackBoard. The Flash interactions would run inside the VLE inside a simple CSS template content holder div which is resizable and is part of an elastic template. If I can do all that i will rule the world :-)

I've just started reading OReilly.Learning.ActionScript.3.0.A.Beginners.Guid e and I'm finding it quite tough in places. I know a bit about data translation in flat files, EDI, csv but no real programming experience. The real problem is the ActionScript 3.0. I'm starting at the very beginning and have a long way to go. My FLASH skills as a designer are moderate. My questions will always relate to creating or publishing interactions for EFL learners. I hope to be in a position to answer some questions in the future. It's all about the learnin..

Is writing a scoring system that can accept scores from any interraction difficult to write? What kind of competance level would it require? Would that be a sane thing to attempt? The scoring system I'm thinking of would accept input from all over the stage. Right and Wrong answers would be recorded? Length of time spent on each activity - Essentially if I decide something is to be captured it is listened for - recorded and output in a structured, usable and maleable format such as XML. Can you buy generic scoring systems for FLASH? Is there a village somewhere where they're custom built like Harleys? A generic scoring system that acts like a CLASS import to my as file - I just setup the addlistener, configure a few things and FLASH file records the data for outputs to SCORM. That would be really cool. It'd be a major milestone on the road to dominion.

View 0 Replies

Actionscript 3.0 :: Create A SCORM Compliance Flash Course?

Feb 26, 2010

I have custom flash e-learning course and it has 30 swfs and one main swf. I need to do a SCORM package and upload it on LMS.

View 1 Replies

ActionScript 3.0 :: Adding Scorm To A Flash ELearning App?

May 7, 2010

I've created a class based eLearning app that's based around flash engine which draws in XML and generates all the non tracked and tracked pages dynamically from the external content (it's multilingual and class template driven)I now have to make it 'Scorm compliant'

That is where i'm coming unstuck. I've only ever seen scorm apps as a physical file per tracked 'page / SCO'Where as I have literally a single swf and external xml, images, videos etc that are being drawn in at runtime.Is there a way of setting up the manifest so that it can target the one active/engine swf file but I can send complete/score/inprogress etc data back for each 'page' that has been completed. I'm tracking all the completion, time and score data etc internally to the flash app but haven't the first clue how to pass it out to Scorm so that data is recorded for each tracked page in each tracked module.

View 2 Replies

ActionScript 3.0 :: Connect With A JavaScript Wrapper For Scorm

Aug 27, 2011

in as2 i used a javascript function to connect with a javaScript wrapper for scorm and it work and now i moved to as3 so i am using the ExternalInterface.call instead of the getURL and that works but all the rest doesnt. know if in as3 i need to do more things to work with scorm?

View 3 Replies

Professional :: Creating A Flash Object To Mark A SCORM 1.2 Course As Completed

Apr 28, 2010

I am working in an Articulate program that is flash based.  I don't get much control over the way parts of it function, so I have added a lot of extras to it via flash movies I inserted.
 
There is one thing I am trying to figure out.  I want to add an object that tells the LMS to mark the course complete.  I don't need it to check if the score has been submitted or anything like that, by the time a student gets to this object, the test should be done.  I just need a flash movie object I guess with the script that writes the completed status to the LMS. 

View 1 Replies

ActionScript 3.0 :: Simple Template That Hooks A Flash Quiz Up To Lms Using Scorm?

Nov 19, 2009

Does anyone have a simple template that hooks a flash quiz up to an lms using scorm?

View 2 Replies

ActionScript 2.0 :: Use Dreamweaver's Scorm Run Time Wrapper And Manifest Maker?

Jan 28, 2010

I created a quiz from the quiz template in flash. I published it as "Flash with scorm 1.2 tracking"

-How do I create a SCO now?
-How do I use Dreamweaver's scorm run time wrapper and manifest maker?
-Whats my nest step after I publish my files from flash?

Is there any good tutorials on how to create a sco?Dreamweaver's manifest maker says I need sco.Can I just zip up the html and swf file? Is that a sco? It still won't recognize it as a sco.

View 0 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved