Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Tutorial help


Jumbofile
 Share

Recommended Posts

when i put in this tut [http://www.touchofde…page__hl__world](http://www.touchofdeathforums.com/community/index.php?/topic/121876-eo20-world-map/page__hl__world)

i get compile error: case without select case and it highlights

```

Case vbKeyHome

```

I just noticed i made in wrong thread, please move.
Link to comment
Share on other sites

i have another problem

it says

Compile error: invalid attribute in sub or function

it highlights the public in```

Public Map As Integer

```

this is my sub

```

Private Sub Form_Load()

Public Map As Integer

Map = Player(MyIndex).Map

If Map = 1 Then

Arrow1.Visible = True

End If

If Map = 2 Then

Arrow2.Visible = True

End IfIf Map = 3 Then

Arrow3.Visible = True

End If

If Map = 4 Then

Arrow4.Visible = True

End IfIf Map = 5 Then

Arrow5.Visible = True

End If

If Map = 6 Then

Arrow7.Visible = True

End IfIf Map = 7 Then

Arrow8.Visible = True

End If

If Map = 8 Then

Arrow8.Visible = True

End IfEnd Sub

```
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...