View Single Post

  #2 (permalink)  
Old 07-06-08, 07:31
Flep Flep is offline
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,535
Rep Power: 6
Flep is on a distinguished road
re: [AS2] aiuto: bottoni flash cs3

Ciao e benvenuto

Seleziona il bottone che hai sullo stage, dagli un nome:
english_btn

poi come codice usa questo:
Code:
english_btn.onPress=function()
{
	getURL("eserciti_inglesi.html", "_self");
}
__________________

 


I recommend: Essential Actionscript 3.0

- I do not reply technicians pvt messages. Open a thread !
- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
Reply With Quote