Tagged Questions
-1
votes
0answers
33 views
Animation in timelines [closed]
Im using MAYA 3D and adobe flash. I was wondering how I can make an animation of an animal birth, its for an app. So within a 24 hr period you can view the egg growing with the little critter inside ...
1
vote
1answer
64 views
A controlled trapezoid transformation with perspective projecton
I'm trying to implement a controlled trapezoid transformation in Adobe Flash's ActionScript using the built-in perspective projection facility. To give you an idea of how the effect looks like:
...
0
votes
2answers
1k views
Advanced Animation for 2d Isometric Game?
I need help with workflow suggestions for a flash game. (although the concepts would apply to other game engines, too).
In a game like: Hero Academy
There are several different character models each ...
4
votes
1answer
304 views
Clever way to do the Sonic 2 Bonus Stage effect saving memory
What would be a good way to save memory to achieve an effect like this one?
http://www.youtube.com/watch?v=K89LkvL9JZ0
We're using pre-rendered 3D.
I'm asking this because this naive approach of ...
3
votes
2answers
1k views
How to render a retro-like pixel graphics from 3d models?
I was wondering if there's a possibility to render a retro-pixel-like graphics from 3d model in real time?
I'm talking about the Starfarer-like graphics.
I know it's hand drawn, and it's 2d.
But if I ...
1
vote
1answer
336 views
help a 2D image onto a 3D cube
I am just diving into the Stage3D APIs for Flash Player 11. I am trying to figure out a simple way to display isometric 2D content that gets blitted from a sprite sheet onto a 3D cube. The idea ...
1
vote
1answer
516 views
How to make a customizable 3D character with maya for a flash game
i'm working in a 3d flash role-playing game with alternativa 3d engine.
My game requires the main character to be customizable, for example, the player must be able to add a mustache, a hat, a tie, ...
2
votes
1answer
292 views
Sprite vs 3d Model in Flash Facebook Game
I'm looking at creating a real time strategy/tower defense mashup game for facebook (and other platforms like google+) along the same feel, but of course different mechanics, as backyard monsters.
...
3
votes
1answer
332 views
Implementing Positional Sound
I am trying to put 3Dish audio in a game I'm developing, and I'm unsure how to do positional sound. I want to be able to adjust the volume of the audio's channels depending on how far it is and the ...
3
votes
2answers
952 views
3D models in 2D world
I want to create a simple Flash game. Let's say, it's about soccer hooligans. I would need the characters to walk around the isometric landscape, drink, fight or whatever it is they do.
Now, how do I ...
3
votes
1answer
202 views
Managing depth in actionscript3
I have a 3D field with many MovieClips in it, and seems like the one last added is the one that overlaps others and not the one with highest z value.
Is there any property/function that sets z-index? ...