View Full Version: does anyone make flash games

C++ Learning Community > Other Programing Languages > does anyone make flash games


Title: does anyone make flash games
Description: (action script)?


shortys team - October 23, 2003 07:43 PM (GMT)
if so i need to know some keywords
like the mouse x and y
make a sound play in an event
and if you know a liltle bit on collision detection
thanks :lol:

Xception - October 24, 2003 12:55 PM (GMT)
mouse position:
_xmouse
_ymouse
to play a sound:
import a sound file, make a new layer, drag it in your scene, position the sound in the layer, play the frame where the sound is to play the sound

shortys team - October 25, 2003 03:43 PM (GMT)
hey thanks
i already made an object called smoke and i put the code in and everythin but how do i make it so when my ship moves up (i press up) it makes more "smoke" under the ship???

shellcreatives - November 5, 2003 07:25 AM (GMT)
Create a movie clip called smoke, set it to 20% opacity, and then set its visiblity to none at the beginning.
When the spaceship moves, set the visibility of the smoke movieclip to visible and move it 20 or so pixels behind the ship (Depends on how large/small the ship is)
Make sure the z index of the smoke is set correctly, so it shows up behind the ship.

shortys team - November 15, 2003 01:07 AM (GMT)
i mean like make a bunch of different smoke like create objects




* Hosted for free by InvisionFree