Loading Flash Game From Menu?
Jul 18, 2009
I am trying to make a flash player.I would like to place the exe and the swfs' into one folder and then use it on other computers. So I need to have the program load the game from the folder labled "SWF Files" which is in the same folder as the .exe This is what i have tried
Private Sub ThingThingToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ThingThingToolStripMenuItem.Click
Try
[code]....
View 4 Replies
ADVERTISEMENT
Apr 30, 2012
I made a simple webbrowser to load a flash game on Kongregate and the game will only display a grey screen
View 5 Replies
Mar 25, 2009
I am needing to send answers into game called Chicktionary. I am trying to use sendkeys to do this, but I am trying to implement it into my code that I already have. Here is my current code.
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim siteurl As String = "http://www.mango12.com/api/answers.php?l=" & TextBox1.Text If TextBox1.TextLength = 7 Then Else : MsgBox("Please Enter All Seven Letters.") End If Dim Answers As String = WebBrowser2.Document.Body.InnerText
[code]....
View 1 Replies
Aug 17, 2010
I'm trying to use Visual Basic to enlarge or magnify a flash game. (Just trying to make it take up more of the screen without having to do something like change the computer's resolution.)[code]...
View 1 Replies
Sep 10, 2011
In the beginning, I wasn't able to run a flash game on my webbrowser in visual basic. I then found out that there was a setting I needed to change and then flash started to work again for me.I just sent the program to my friend and flash isn't working for him in his webbrowser. What do I do?and the setting i changed was
Tools-->Options-->Show all settings-->checked
Projects and Solutions-->General-->Show advanced build configurations-->checked-->OK
Build-->Configuration Manager-->Active solution platform-->New-->x86-->OK-->Closed
View 3 Replies
Jun 25, 2009
I have currently been making a scanner for my flash games that scans the game, finds and lists all the variables.
It would take a tremendous amount of time to brute-force the variables but there are some tools like:
[URL]
...That somehow scan the actionscript or something like that and find all the variables in the flash movie.
How can i do this in VB2008?
View 3 Replies
Nov 27, 2009
how to create flash menu in vb.net
View 1 Replies
Aug 18, 2010
How to make a flash game variable scanner?
View 7 Replies
Oct 13, 2011
I am using flash player 11 in VB.Net when I load the swf file in flash player the CPU usage goes to 100%. Any other light weight flash player to use in vb.net?
View 1 Replies
Apr 5, 2011
I am trying to load a flash animated game into visual basic to work with a program I am using. I want to be able to load the game onto different forms as it will have different chapters. How do I make the game part of a windows form?
View 7 Replies
Mar 14, 2009
Is it possible to attched some kind of Flash animation Menu & Navigation buttons in VB.NET? or only in website can do that? cause i want to create some flash animation buttons and datagridview or something components.....
View 4 Replies
Jan 19, 2009
I'm making a kind of rpg game which has variables that i need to save. I saved them like this..
[Code]...
View 5 Replies
Oct 17, 2011
I am developing a windows application.In that I am loading Menu dynamically from database.And on MenuItem_Click event I am opening the forms with respect to the clicked menu.For this I have a code as
Select case MenuId
case "1"
form1.show[code]....
Now What I want is: I want to save respective forms for the menu also in the database so that i dont have to write select case. so on MenuItem_Click event my should look like
form(value from database associated with clicked Menu Item).show
View 13 Replies
May 10, 2012
How do i make a menu for a game on vb.net
View 1 Replies
Oct 10, 2009
I want to make an ingame menu. When you open a game a menu will pop up with a hotkey. I don't need you to do the work for me I just need a sample of a ingame menu with a hot toggle (ie: the menu doesnt need an interface, a black square that pops up with key).
View 7 Replies
Apr 3, 2010
I just downloaded VB 2008 but i have a question, can you make a D3D Menu for in-game with VB 2008?
View 5 Replies
Apr 28, 2011
Im trying to play a mp3 on my main menu for my game however its not playing... ive tried hardcoding the file to the desktop, inserting the file into the solurtion explorer and even declaring it its own sub?I just want the file to play when the form loads up?
View 14 Replies
Apr 11, 2011
I'm trying to teach myself how to create a Random Number Generator in Visual Basic 2008 using a menu system and I'm having difficulty with the following:
If I type in a number above 100, I don't get a message appearing saying that the number that I typed is too high.I don't know what I need to code to start a new game.How do I get messages to show up when both pressing the "Check Me" button and using the "Give Me the Number" option to say whether the answer is correct or too high or too low.[code]...
View 3 Replies
Aug 19, 2008
Good day all,A Flash movie that plays fine when opened in a web browser is playing slowly and choppily in my VB 2005 WinForm application on the same machine.
View 7 Replies
Apr 15, 2009
Hi, I'm just beginning to teach myself how to do OOP in VB 2008 Express. I have a quick question after seeing a video online.Is a VB variable the equivalent of an 'instance' in Flash and a VB object like a 'symbol' in Flash? Is this what it means by a variable being a reference or pointer to an object and not the object itself?
View 5 Replies
Apr 29, 2011
I have made quite a nice and tidy little game. Its based around space invaders and works quite well. however because i have finished my college project almost 2 weeks ahead of the assignments release date, my tutor has asked me to tweak my project and make it better.So far i have added a full main menu to the game and a full splash screen. I would like to add in a section for recorded high scores but have no idea how to attempt this at all.
View 3 Replies
Mar 17, 2011
why is it i need to click the shockwave flash player/flash/.swf before it will exectue.
here's my code for shockwave flash player
Handles AxShockwaveFlash1.Enter
AxShockwaveFlash1.Play()
AxShockwaveFlash1.Movie = "C:UserscompnameDesktopflash1.swf"
Me.AxShockwaveFlash1.BGColor = Me.BackColor.R.ToString("X2") & Me.BackColor.G.ToString("X2") & Me.BackColor.B.ToString("X2")
View 1 Replies
Nov 16, 2010
why is it i need to click the shockwave flash player/flash/.swf before it will execute.here's my code for shockwave flash player
Handles AxShockwaveFlash1.Enter
AxShockwaveFlash1.Play()
AxShockwaveFlash1.Movie = "C:UserscompnameDesktopflash1.swf"
Me.AxShockwaveFlash1.BGColor = Me.BackColor.R.ToString("X2") & Me.BackColor.G.ToString("X2") & Me.BackColor.B.ToString("X2")
View 1 Replies
Apr 10, 2009
Well I have a Flash Movie loaded in the Flash Control, And I need to reload it. (So the new base url is used) How do I do this?
View 1 Replies
Mar 10, 2012
I need to modify a button so that I can add a flash property which will flash the backcolor red.Along the lines of RedLightButton.Flash = true.I have the following
Public Class RedLightButton
Inherits Button
Private WithEvents FlashTimer As New Timer
Private isFlashing As Boolean = False
Public Sub New(ByVal ButtonText As String)
[Code]...
View 5 Replies
Apr 2, 2008
im trying to make a game in visual basic in which your character can move around, jump, and kill things. I can get the picture box with the character to move and everything is fine. but i did run into one problem. when the character moves over a tree (or something) you can see the gray backround of the character as i made in paint. how do i make the backround of the picturebox transparent?
View 4 Replies
Nov 18, 2011
I want to make a program that enables a game to have more than one instance running, where it would otherwise be unable to be done. How should I go about this? A sandbox? Hack?
View 3 Replies
Oct 3, 2011
Im new to VB. how do I get to add the score.my code is
[Code]...
View 6 Replies
Jul 2, 2009
I am working on a poker game and I have the game setup the way I want it in terms of graphics and I have the code programed to deal the cards out exactly how I want them. Granted, the code is very simplistic, but functional for a new programmer like myself. I'm sure there are other more efficient ways to code my game, but I like mine so far because I can at least understand the majority of it. With that being said, here are a few problems and questions that I have.
1. How come when all 12 cards are dealt out I have some cards repeating in the game? For example, I get queen of diamonds in more than one picture box when I only want the card to be dealt once and then removed until the next game.
2. I was hoping to have a button 3 to clear all the boxes, basically resetting the game to the next game. When I hit button 3 it only clears the contents of picturebox 10 and 12.Other notes: I have the deal down the way I want it. It deals the first 10 picture boxes and a second button deals the 11 and 12 picture boxes.
3. I know this is my next step so I want to post it with the code I currently have. I want to start taking my project one step further by evalutating each of the three rows of cards (3 rows of 3 cards each - I'm not worried about the dealers hand (picture box 10, 11, 12 yet). So I want to evaluate a row of pictureboxes against a "pay scale" and display the win in a text box or label next to the 3 card hand. For example, Q of diamonds, Q of Clubs, Q of spades would win 15, etc. ( have a weird feeling I may have to change the names of the cards (I have them named card1, card2, etc. right now) to something that identifies them in order to evaluate the hands.
Here is the code that I currently have. I'm using visual basic.
Public Class Form1
Dim Rndm As New Random
Dim myPB(11) As PictureBox
Dim HiddenCards As New List(Of String)
[code]....
View 1 Replies
May 4, 2011
I have created a scrabble game that generates random letters. For the user to type in a word using the random letters they have to type it in a text box.
I want my program to prevent users from typing in letters that are not provided in the text box and to allow them to type in the random letters that are provided.
View 4 Replies