I would like to ask about my project, here is my problem, I want to make kind of quiz that if I fill it with right answer the pop up question is dissapear, then if I fill it with wrong answer it will go to game over scene,,
What kind of actionscript that I have to use for my problem above?
Big thanks to anyone who help,, 🙏🙏🙏
It depends on the functionality your trying to achieve Like the above post you can use javascript for a simple quiz if your looking for something more visually appealing i.e. (animations) it would probably be easier in as3 using animate.
Related
I'm a designer and animator, I newly start to coding with Adobe Animate CC, In all versions of adobe flash there is List item but i couldn't find a simple way to add image and text to it, if possible guide me how can i make a scrolling list like below sample image (scroll to receive content from server "like a news app") with simple way not complex coding. I prefer to use Adobe Animate not Adobe FlashBuilder/Flex.
Simple suggestions, Link to tutorial, ...
If you take a look here, you might find what you are looking for. However, if you are just starting to code in AS3, expect to go through some rough spots.
http://www.myflashlabs.com/product/flash-dynamic-as3-scroller/
This scroller is pretty good, as it works with touch devices, as well as mouse input (desktop). This still requires you to create a movieclip or sprite and attach whatever items to you want to them. Read the documentation and take your time. Best of luck
In adobe Flash proffesional we can make dynamic texts and give instance name and export in swf and we can use in Flex Builder swf loader and can dynamically get that instancce name and can change the Text. But Animations in Adobe After Effects are really cool. So is there any way i can do the same?
I mean can we make such animations in After Effects and Get the text objects from exported swf or some other thing???
I might not be able to explain my question well, But i really need some help.
Pls, I am a beginner so please go light on me iv asked before on Stack Overflow but people seem to turn me down by saying thats a stupid Question.
I would like to create a 3D navigation wall similar to http://www.dior.com/couture/en_us/The-House-of-Dior/THE-HOUSE-OF-DIOR.
I've seen a similar plugin in http://www.flashloaded.com/flashcomponents/3dwall/.
However, I want to create it from scratch as I need to customize it very much.
Any starting template you know would be helpful.
A template might be helpful, but if you truly need to customize it very much, I would suggest that you learn the ins and outs of a nice 3D code library. If you do find a template, you will probably spend just as much time tweaking it only to find that it doesn't allow for what you want.
There are many existing 3D libraries for ActionScript that could make this a pretty straightforward task. PaperVision3D, Away3D or even the native Stage3D API in the Flash Player could get you going in the right direction.
If you want to customize it and have full control over the content you better learn something from scratch: Alternativa3D, Away3D, Flare3D (quite yeasy), Minko.... Those are the most popular and depends on your needs.
Right guys,
I have been looking all over the internet for a tutorial to which will show me how to re-create this effect on images...
http://flash-effects.com/tutorial-image-transition-flying-tile-3d/
I dont want to install these 3rd party components, because the project I am working on at present, may in future need to be edited by other designers/developers.
Is there anyway to do this just via scripting???
Any feedback would be appreciated, im ideally looking for a tutorial...
Most of what you're looking for is here. Then download the Bitmap.zip example and look through it. Although I will reiterate what the page says, you really should buy the book. It's quite good and teaches a lot about Flash in general, not just game programming.
You'd still have to figure out how to randomize the height and width of the pieces, add an onClickListener, and then move the pieces. From the example you provided it looks like they're just moving them back and forth in a z-dimension.
Hope this helps.
i m trying to develop a bb playbook app. how can i make a flip book effect with as3? i need to have 10 images(pages) to flip :S can anybody help?
Unfortunately this isn't a simple effect to create from scratch. If you do do it from scratch it will require the combination of scripted Tweens, masked clips and transformations.
I would recommended, depending on your experience level, to either buy a flip book component from www.flashden.com or start building one and when you get stuck ask a specific question here.
Take a look at flip book maker FlippingBook. Check out how they do it.