-
Content Count
17 -
Joined
-
Last visited
Everything posted by flash4satheesh
-
What is your fav GTA Game?My Fav GTA Game:GTA SA.
-
It is my Fav Game.I love this game.
-
I am create a game in Flash.
-
Load a another swf movie into Flash player.Create an empty flash document as you like.Save and publish it.Create a 2nd flash document as you like.Save and publish it.Note: Both are in same directory.Open a first empty flash document.Select the first frame and Press F9.Copy the code below and paste it.loadMovie("Your 2nd flash file name .swf", this);Save and run it.
-
Digital Time Create a Digital Time in flash.
flash4satheesh replied to flash4satheesh's topic in General Discussion
It only display the time in the Text Field. -
Best Phone Company?Sony EricssonorNokiaorMotorolaorOtherI think best phone company:Sony Erisson and Motorola.
-
Movie Clip 1.Create a Movie Clip and draw a Rectangle or your design in the Movie Clip. 2.Come Back to Scene 1. 3.Select the Movie Clip and set them instance name = movie. 4.Select the first Frame. 5.Press F9 and Copy Code Below and paste it. setInterval(function () { if (Key.isDown(Key.RIGHT)) { setDirection(0); _root.movie._x += 3; } if (Key.isDown(Key.LEFT)) { setDirection(1); _root.movie._x -= 3; } if (Key.isDown(Key.DOWN)) { _root.movie._y += 3; } if (Key.isDown(Key.UP)) { _root.movie._y -= 3; } updateAfterEvent();}, 10); Demo:http://forums.xisto.com/no_longer_exists/404.png
-
Digital Time 1.Create a Text Field and Create set them instance name = time. 2.Select the first Frame. 3.Press F9 and Copy Code Below and paste it. _root.onEnterFrame = function() { var time:Date = new Date(); hour = (time.getHours()<=12) ? time.getHours() : (time.getHours()-12); hour = (hour<10) ? ["0"+hour] : hour; second = time.getSeconds(); second = (second<10) ? ["0"+second] : second; Minutes = time.getMinutes(); Minutes = (Minutes<10) ? ["0"+Minutes] : Minutes; _root.time.text = [hour+"."+Minutes+"."+second];};
-
I am using Motorola Ming(A1200).It is Linux Based mobile.
-
The Best Browser In Your Opinion for WIN32/64 systems
flash4satheesh replied to jacob's topic in Software
I am using Flock.It is best for me,because it have more features than other. -
Hello,Every one. I am new here. About ME: My name:Satheesh kumar. My Hobbies:Browsing,Playing FootBall etc... Interest in:Flash,PHP and Java. Occupation: Student.