ActionScript 2.0 :: Turn A 100question Paper Exam Into A Digital Version?

Jan 20, 2009

I'm trying to turn a 100question paper exam into a digital version, but I keep getting problems.The names are in dutch, my appologies, but I'll explain a few;

eind = end
vraag = question
Fout = false
Goed = true

I'm trying to get the score to be calculated per page. Being P1, and at the end to calculate all pages into one 'eind_score'.
I'm just a student in this but not even our supposed 'expert' doesnt know.

Code:
stop();
_root.onEnterFrame= function(){
eind_Score = 0;

[code]....

View 6 Replies


Similar Posts:


ActionScript 3.0 :: Paper Page Turn Curl Effect? (Not Digital Magazine)

Jul 28, 2011

I am trying to make a simple Paper page curl effect in Flash. It is animated, but does not need to be draggable. I am NOT looking for a digital magazine type draggable page turn. Just an animated one. I tried using the 3D component in Flash, but got a vey stiff result. I couldn't get the animation to bend, or warp the page. So it looked very flat and stiff. I would like a fairly natural page flip. Something that bends as it turns. There is a plugin in After Effects calle "Page Curl" and that is the basic effect I am looking for, but am trying to recreate it in Flash.

View 1 Replies

ActionScript 3.0 :: Making An Exam: Submit Exam Button?

Jan 17, 2012

So I tried to make an exam and I came up with a few issues. The exam is located here:My third problem is that after I add all the questions (multiple choice/checkbox) on each frame, how does the submit button have to be in order for a member to submit his exam.

View 7 Replies

ActionScript 3.0 :: Make A 'digital Display', Like A Digital Clock?

Feb 19, 2010

for a game I'm working on, I want to make a 'digital display', like a digital clock for example. Every character exists of 7 lines which are either on or off. This picture will demonstrate what I mean.

Currently, I've got a DigitalDisplay class that extends Sprite, which holds a couple of instances of the Digit class that extends Sprite, which in turn holds 7 instances of the DigitLine class, which extends Shape, in which I draw one such line with the drawing API. This would mean that one DigitalDisplay holds 8 Sprite, which all hold 7 Shapes, so that's 8 Sprites and 56 Shapes. This is a bit overkill I think.

Thing is, I want control over every 'DigitLine'. During transition, when the text on the display changes, I want every lines to go on and off in a random pattern, slowly forming the new text. Would this be possible with another less extensive solution? The only thing I could think of was this:

Instead of every Digit object I'd have an Array, which instead of filled with DigitLine objects is filled with Arrays. However, then I'd only have 1 graphics object, which mean I'd need to clear() it every time something changes.

View 4 Replies

ActionScript 3.0 :: Regarding Flash CS3 ACE Certification Exam

Jun 26, 2009

I started preparing for Flash Cs3 Adobe ACE Certification exam. But I don't have enough information on this. I just started practicing and reading completely the whole ebooks what I have. I don't know the exact pattern of the questions. So can you please provide me the links/sites or any dumps regarding the question papers/sample tests etc.

View 2 Replies

ActionScript 3.0 :: Select Number Of Questions In Exam Via XML

Apr 14, 2010

I have an application which pulls in data (questions) via XML and randomizes them. Right now if there is 50 questions in the XML file, 50 questions are displayed and randomized in the application. I am trying to figure out how to limit the randomizing pool so that only 35 questions display(even when the XML file has 50 questions) or something like that. My current code which brings in the file and randomizes is below.

Loads the XML data
Code:
package exam {
import flash.net.* //to create URLRequest and load XML file
import flash.events.* //for Load events
//import flash.display.* //for testing purposes - remove when testing complete
//This class downloads the XML document, and then inserts info into arrays and variables.
[Code] .....

View 8 Replies

Game Engine :: Flash Multiplayer Turn By Turn?

Oct 7, 2011

I'll start off by saying I'm a newbie, just putting that out there. How do you make a turn by turn multiplayer flash game? I don't know if an engine is made in AS3, PHP, Javascript, or whatever,I made my game already, it's just that it isn'tmultiplayer yet. Basically, there are lines, and each player crosses out a number of lines, and the last player to cross out a line is the loser. I want it where one user crosses out some lines, then presses End Turn, then the other does their turn and then presses End Turn to allow the other player to move his cursor. But how can I get both players to see the same frame and only have one player have the ability to move the cursor during a turn? Is there some easily adaptable multiplayer engine for flash for newbies out there

View 2 Replies

ActionScript 3.0 :: Setting XML Based Exam To Where There Are Two Correct Answers In A Question

Apr 9, 2009

I have an exam which pulls in questions from an XML file and to indicate what the correct answer is you would indicate in the XML as such:

[Code]...

There is one question, that is structured so there are two right answers, but when I add correct="true" to both answers I want as right only one is calculated correctly in the scoring. I thinking I need to make an adjustment in the code that pulls in the XML, but not sure where. Here is the AS code.

[Code]...

View 11 Replies

ActionScript 3.0 :: Making Exam Login - Input Username And Passwords

Jan 14, 2012

I tried to make an exam and I came up with a few issues. The exam is located here: [URL]. One problem is that I don't know how to make the login and input usernames and passwords. How do I make the Start Exam button work so when an appropriate username and password are entered it takes you to the test.

View 11 Replies

Actionscript 3 :: Creating An MCQs Exam And Have An Error With The Counter Of The Score?

Oct 24, 2010

I'm going to make a counter that will count the correct answers of an exam questions.The counter will collect only the correct answers from each frame.

Here is the first frame:
var counter:Number = 0;
var correctAns:Number;
correctAns = ans1_mc.alpha;
function clicked1(event:MouseEvent):void

[Code]...

View 1 Replies

ActionScript 3.0 :: Get Version String Of Current Flash Player Version

Sep 21, 2010

a client asked me to incorporate a flash version check in a flash application i made for him.it should read something like: "you have flash player 10.x.x.x.x.x.x.x the current version is 10.1.x.x.x.x.x.x"the user veriosn is easy to get with Capabilities.versionbut is there an url on adobe's site to get the string of the current downloadable version from?

View 6 Replies

Python :: Django - Check A SWF's Flash Version And ActionScript Version?

Mar 1, 2012

I need to validate an uploaded SWF to ensure it meets certain Flash and ActionScript version limitations. Anyone know a good Python library to parse metadata out of a SWF?

View 2 Replies

Upgrade The SDK To Version 8 Or 9 Or Release A Updated Flash Version For The Wii

Jun 22, 2007

Are there any plans to upgrade the SDK to version 8 or 9 or release a updated flash version for the Wii. It's ridiculous that Adobe has not done this already considering the sheer volume of people using the Wii web browser.

View 4 Replies

ActionScript 3.0 :: Get The Loop Version To Behave Just Like The Written Out Version

Oct 17, 2010

i have a Main class and a other class called Calc everything seems to works when its written fully written but when i condense it into a loop, behavior becomes different and broken posted the FLA and Class heres the working version [URL] and the loop [URL] im trying to get the loop version to behave just like the written out version,

View 5 Replies

ActionScript 3.0 :: Current FP Debug Version - Error "Flex Builder Requires A More Recent Version Of Flash Player"?

Jul 14, 2009

I identify my current installed debug version? Basically, I am using Flex 3, for past 2-3 days whenever I launch any Project or debug it, I get the message box saying "Flex Builder requires a more recent version of Flash Player." It says my curent FP as 9.0.115.0 and debug version as 9.0.45.0. However, my actual FP version if FP 10.0.22.87. I don't understand why this confussion! I don't know how can I know my actual version of Debug player.

View 2 Replies

Professional :: Get Option Of Version Flash Version 10 In Flash Tab Of File>Publish Settings?

May 22, 2010

i m using adobe flash cs3 with AS3 . I have updated my flash player in version 10 and it's activeX. But while I gonna publishing it , I do not get option of version Flash Version 10 in Flash Tab of File>Publish Settings. How, can I have option of Flash Player 10 ?

View 1 Replies

Show Word Doc Or Pdf In Flash Paper?

Dec 10, 2009

i need to convert word or html file to PDF and show that pdf file as flashpaper [the PDF file should not be editable and downloadable].

View 1 Replies

Flex :: Get The Current Page No. In Paper?

May 16, 2010

there is no tags on flex paper. so make tag on flex paper.

How do i get the page number in flex paper. I want to add some events when page is changed.And i also want some events on particular some pages. so i need that current page number which is viewing by the user in flex paper.

View 2 Replies

ActionScript 2.0 :: Horizontal Scrolling Paper With XML?

May 8, 2007

I've got this script, as it works now the text is loaded with XML.

It animates across screen, but not quite as i wish. If you download the script: www.playart.dk/scroller.rar -> you will see the text removes itself before another text from the XML is loaded in the flash...

The way i would like it to work where it all comes in at the same line, so you can see 2 captions(nodes, text) at a time in one line...

If you dont want to download the file, the script looks like this:

//_root.p = 0;
//-----------------------
//Hent XML
function loadXML(loaded) {

[Code]......

View 1 Replies

IDE :: PrintAsBitmap That Doesn't Scale To Fit Paper?

Aug 5, 2009

I have looked at the help files and tried all 3 possible parameters, bframe, bmovie and bmax.

The only thing I want to print is a JPG I am loading into an empty mc and I don't want it to scale to fit the paper. Looks bad and wastes ink.

If the mc is empty, I guess it has no bounding box parameters.

[Code]...

View 2 Replies

CS3 Digital Artifact In Simulate Download?

May 5, 2009

I've done two Flash animations, and both, when I use the Simulate Download function, show what appears to be a digital artifact in the upper left hand corner. It looks like a series of small squares or rectangles briefly fluttering from left to right.As far as I can tell, this doesn't show up in the actual .swf. Has anyone else seen this? Is it a sign that I've done something wrong, or should I just ignore it?

View 3 Replies

Digital Publication Using InDesign And Flash

Jun 3, 2009

Does the digital publication (emag) created using Indesign and flash require any action script knowledge in order to produce the search, zoom and table of contents features seen in most online digital magazine? Or is there a basic "template" that is produced in which you can modify?

View 1 Replies

ActionScript 3.0 :: Digital Story In Flash?

Jun 3, 2011

I'd like to make an online comic of "swfs" where each swf file is an image with simple animations, and a "next" button.

View 1 Replies

ActionScript 2.0 :: Create A Digital Clock?

Mar 20, 2004

how to create a digital clock?

View 2 Replies

Use Photos Of Family Members Instead Of Paper Targets

Feb 3, 2011

i am trying to create a game for my family website, it will look the picture below but instead of paper targets i want to use photos of family members. I have no real flash experience, could somebody give me a good starting point.

View 1 Replies

ActionScript 3.0 :: Virtual Paper Page Flipper?

Feb 5, 2010

How do create virtual page fliper. Do you give me any idea.

View 2 Replies

ActionScript 1/2 :: Set Print Quality And Page 'Fit In To Paper'

Jun 22, 2010

while taking Movieclip printout thru actionscipt, whatever text i used inside the Movieclip is get blurred. Moreover the print is not fit into the paper size (A4 size used).
 
Is there any setting available to change resolution while its get convert to bitmap and also is there any option to set "fit in to the paper size"

[Code].....

View 1 Replies

Professional :: Make Rolling Paper Animation?

Jan 2, 2011

I want to make an e-card for a marriage in flash. The card opens from the top. How do i give an effect of the card being opened on click? or even the card being opened automatically!

View 1 Replies

Actionscript 3 :: Flash Print To Photo Paper?

Feb 1, 2012

I have a image that I create using PHP and I want my end user to be able to print it off on photo paper.

How can I do this using flash? I looked at the print job class and was unsure of where to begin?

View 2 Replies

ActionScript 2.0 :: Any Way To Create Folding Paper Animation?

Sep 10, 2007

Any directions to create a folding paper animation... something like a square that gets unfolded to a single page?..

View 2 Replies







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