Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
60% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~672 People Reached
Favorite Tags
Member Avatar for Catherinedally

What I need is for 2 buttons to gotoAndStop at different scenes which are menus. I'm reading the Flash CS3 Bible but not getting anywhere [code]stop(); Btn_Brae.onPress = function() { gotoAndStop(61); };[/code]

0
53
Member Avatar for Catherinedally

Ok I need to be pointed into the right area where I'm going I seem to be lost and more I read it confuses me more. My assignment is: Create a C# project to process 10 students result. Use arrays to keep all the students details in terms of Student …

Member Avatar for coolkeg
0
120
Member Avatar for Catherinedally

[code] Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim Dice1 As Integer Dim Dice2 As Integer Randomize() Dice1 = Int(Rnd() * 6) + 1 'Randomising dice 1 between 1 and 6 Dice2 = Int(Rnd() * 6) + 1 'Randomising dice 2 between 1 and 6 …

0
71
Member Avatar for Catherinedally

[code] Public Class Form1 Inherits System.Windows.Forms.Form #Region " Windows Form Designer generated code " Public Sub New() MyBase.New() 'This call is required by the Windows Form Designer. InitializeComponent() 'Add any initialization after the InitializeComponent() call End Sub 'Form overrides dispose to clean up the component list. Protected Overloads Overrides Sub …

Member Avatar for Catherinedally
0
199
Member Avatar for Catherinedally

I'm stuck with a problem and can't work it out. I'm needing a visual basic . net program written. What I've worked out is... Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim linecount As Integer Dim asteriskcount As Integer Dim asterisk As String Dim spacecount …

Member Avatar for selvaganapathy
0
229