Flash Tutorial – Menu with effect rollOver & rollOut and all scripts
GO TO URL on(release){ getURL(“exemple.html”); } RollOver onRollOver = function(){ gotoAndPlay(2); } RollOut onRollOut = function(){ gotoAndPlay(11); }
GO TO URL on(release){ getURL(“exemple.html”); } RollOver onRollOver = function(){ gotoAndPlay(2); } RollOut onRollOut = function(){ gotoAndPlay(11); }
Plenty has been happening in the world of Tuts+ Premium lately, so let’s keep the ball rolling with another cracking tutorial exclusively available to Premium members. Here’s a brilliantly entertaining AS3 game tut, courtesy of Carlos Yanez. Take a look at (and play around with) the final result we will be working towards: This Premium [...]
View full post on Activetuts+
How to make a Scary Maze Game in Flash 8 or flash MX or Adobe Flash CS3. www.findsounds.com To download the Scream Sounds. Just search it Actions Actions at the First at The Second and at The Third Frame: stop(); Actions at the Play Button of the Menu: on(release){ gotoAndPlay(2) } Actions at the Red Finish Area: on(rollOver){ gotoAndPlay(3) } Actions at the Walls: on(rollOver){ gotoAndPlay(1) } Thanks for Watching
Silverlight lays out user interface elements in Panels with various capabilities ranging from fixed, pixel-based layout through to flexible, fluid designs. You can make use of the existing layout mechanisms or build your own Panels to supplement what’s available. Let’s take a look at what’s involved.. In this video, we’ll examine the Panels available and [...]
View full post on Activetuts+
Flash tutorial on how to make a card deck and randomly pick a new set of cards each time you press a button. EASY!