OZONE Asylum
Forums
Multimedia/Animation
Flash & javascript snafu..
This page's ID:
11198
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
flashkit.com has been about as useless as anything else other than the asylum.. SO, to re-phrase [url=http://www.angelfire.com/biz5/groovz/softTypes]my problem[/url].. heres what should be going on.. (1) Main HTML page includes a Javascript code that sets up 4 variables: [b]max[/b], [b]ps[/b], [b]html[/b], & [b]quest[/b], which are all basicly booleans. (2) Main HTML page includes a Flash movie that is compatible with reading Javascript variables. (3) Flash movie reads the assigned variables made by the JS code in the first frame, and then tells each Movie Clip(MC) target what the value of their variable is (either 0 or 1). (4) In each MC.. [b][1st frame]:[/b], var x = 2; [b][2nd frame]:[/b] {no actions} [b][3rd frame]:[/b] if(x < 2){ if(x = 0){ stop(); }else{ nextFrame(); } }else{ gotoAndPlay(2); } [b][4th frame]:[/b] {no actions} ======================= So in theory, what it SHOULD do, is load variables from JS, and then display different frames in each MC according to what variables were given to it. If i can get this working, i smell a mini-evolution in my web design.. =D Thanks guys for any help. {ps: for any of you that looked at this before, i've updated it to match the more practical code above} [img]http://www.skatefx.com/engine/files/ozone_av.gif[/img] » THOAN.net (..soon to come..I hope)
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »